“linengliang”
2023-09-04 43761042988ab4940f5e04e8c8b1cf7e51dd3029
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentImportVo.java
@@ -69,16 +69,16 @@
    @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;