“linengliang”
2023-09-06 8b825a12d64065dd9d8054e5247e374f6cec5390
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentImportVo.java
@@ -2,9 +2,11 @@
import lombok.Data;
import lombok.experimental.Accessors;
import org.jeecg.common.aspect.annotation.Dict;
import org.jeecgframework.poi.excel.annotation.Excel;
import java.math.BigDecimal;
import java.util.Date;
/**
 * @author lnl
@@ -63,22 +65,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 +89,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 +110,23 @@
    @Excel(name = "总功率")
    private String gpo;
    @Excel(name = "技术状态",dicCode = "technology_status")
    private String technologyStatus;
    @Excel(dicCode = "id",dictTable = "mom_base_factory_model",dicText = "name", name = "车间")
    private String factoryModelId;
    @Excel(dicCode = "id",dictTable = "mom_base_work_center",dicText = "name",name = "产线")
    private String workCenterId;
    @Excel(name = "质保开始日期",format = "yyyyMMdd")
    private Date warrantyStart;
    @Excel(name = "质保结束日期",format = "yyyyMMdd")
    private Date warrantyEnd;