lyh
2025-05-29 e63255bf33f3835e99e30efaf3c6a3fc7fc4d1ba
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;
}