cuikaidong
2025-05-26 7c77e020b81e42fb65aa966742ff7c93e73668e1
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;
}