qushaowei
2025-05-30 e6dede1417df8fde2036622dcff965b8a5ad8d39
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/dto/ThirdMaintenanceStandardImport.java
@@ -14,6 +14,10 @@
    private String itemPart;
    @Excel(name = "保养内容", width = 15)
    private String itemName;
    @Excel(name = "保养要求", width = 15)
    @Excel(name = "检查标准或要求", width = 15)
    private String itemDemand;
    @Excel(name = "保养要求", width = 15)
    private String itemDemandAlias;
    @Excel(name = "检查方法", width = 15)
    private String checkMethod;
}