新火炬后端单体项目初始化代码
Houjie
3 天以前 58f19f978b2e0794c4569d67ad79ee53e3541fcd
src/main/java/org/jeecg/modules/eam/dto/MaintenanceStandardImport.java
@@ -8,12 +8,18 @@
@Data
public class MaintenanceStandardImport implements Serializable {
    @Excel(name = "图号", width = 15)
    private Integer itemCode;
    @Excel(name = "点检项目", width = 15)
    @Excel(name = "NO", width = 15)
    private String itemCode;
    @Excel(name = "点检内容", width = 15)
    private String itemName;
    @Excel(name = "点检部位", width = 15)
    @Excel(name = "点检方法", width = 15)
    private String subItemName;
    @Excel(name = "部位名称", width = 15)
    private String itemPart;
    @Excel(name = "点检要求", width = 15)
    @Excel(name = "基准", width = 15)
    private String itemDemand;
}