“linengliang”
2023-09-06 2be3886789a49856d5745f552051edd4ebfe1630
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentImportVo.java
@@ -63,22 +63,22 @@
    @Excel(name = "坐标数量")
    private BigDecimal coordinateNum;
    @Excel(name = "设备状态")
    @Excel(name = "设备状态",dicCode = "equipment_status")
    private String equipmentStatus;
    @Excel(name = "重量")
    private String equipmentUda3;
    @Excel(name = "重量计量单位",dicCode = "id",dicText = "name",dictTable = "mom_base_unit")
    @Excel(name = "重量计量单位")
    private String equipmentUda4;
    @Excel(name = "功能位置")
    private String equipmentUda5;
    @Excel(name = "安装位置")
    private String equipmentUda2;
    private String location;
    @Excel(name = "出厂日期",importFormat = "yyyyMMdd")
    @Excel(name = "出厂日期")
    private String leaveFactoryDate;
    @Excel(name = "立项卡号")
@@ -87,11 +87,11 @@
    @Excel(name = "资金来源")
    private String fundSource;
    @Excel(name = "验收日期",importFormat = "yyyyMMdd")
    @Excel(name = "验收日期")
    private String acceptanceCheckDate;
    @Excel(name = "出厂编号")
    private String factoryNo;
    private String factoryNumber;
    @Excel(name = "资产制造商",dicCode = "id",dictTable="mom_base_constructor",dicText="name")
    private String constructorId;
@@ -108,6 +108,11 @@
    @Excel(name = "总功率")
    private String gpo;
    @Excel(name = "技术状态",dicCode = "technology_status")
    private String technologyStatus;