zhangherong
2025-05-15 8fb8d37784ce6c466f7142275e1eace2cb012e44
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/dto/MaintenanceStandardImport.java
@@ -14,8 +14,6 @@
    private String itemName;
    @Excel(name = "点检部位", width = 15)
    private String itemPart;
    @Excel(name = "点检内容", width = 15)
    private String itemContent;
    @Excel(name = "点检要求", width = 15)
    private String itemDemand;
}