zhangherong
2025-05-15 706053d51e4f1663f3c1959a73d59e8cde3880ae
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;
}