lyh
2025-06-10 ec1d61de19f0fe6c3efc781e5d7a6af2ed65ae5d
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;
}