新火炬后端单体项目初始化代码
zhangherong
2 天以前 659c74e7aaf751cc10ac47b7e0939f235a17d873
src/main/java/org/jeecg/modules/eam/dto/WeekMaintenanceStandardImport.java
@@ -8,14 +8,14 @@
@Data
public class WeekMaintenanceStandardImport implements Serializable {
    @Excel(name = "序号", width = 15)
    @Excel(name = "NO", width = 15)
    private Integer itemCode;
    @Excel(name = "保养大项目", width = 15)
    @Excel(name = "部位名称", width = 15)
    private String itemName;
    @Excel(name = "子项目", width = 15)
    private String subItemName;
    @Excel(name = "部位/类型", width = 15)
    @Excel(name = "点检内容", width = 15)
    private String itemPart;
    @Excel(name = "保养要求", width = 15)
    @Excel(name = "基    准", width = 15)
    private String itemDemand;
}