Houjie
2025-06-10 be8a6f171bd41aa50fb7310b2ccbe753dac20b89
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/Equipment.java
@@ -32,8 +32,9 @@
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = false)
@ApiModel(value="mom_eam_equipment对象", description="mom_eam_equipment")
public class Equipment  implements Serializable {
public class Equipment implements Serializable {
    private static final long serialVersionUID = 1L;
    private String id;
   /**设备编码*/
   @Excel(name = "统一编码", width = 15,orderNum = "0")
@@ -52,12 +53,13 @@
    @ApiModelProperty(value = "设备规格")
    private String specification;
   /**设备状态*/
   @Excel(name = "设备状态", width = 15,orderNum = "17")
   @Excel(name = "设备状态", width = 15,orderNum = "17",dicCode = "equipment_status")
    @ApiModelProperty(value = "设备状态")
    @Dict(dicCode = "equipment_status")
    private String equipmentStatus;
   /**技术状态*/
    @ApiModelProperty(value = "技术状态")
    @Excel(name = "技术状态", width = 15,orderNum = "18",dicCode = "technology_status")
    @Dict(dicCode = "technology_status")
    private String technologyStatus;
   /**资产编号*/
@@ -90,11 +92,11 @@
    @ApiModelProperty(value = "出厂编号")
    private String factoryNumber;
   /**出厂日期*/
   @Excel(name = "出厂日期", width = 15,orderNum = "22")
   @Excel(name = "出厂日期", width = 15,orderNum = "23")
    @ApiModelProperty(value = "出厂日期")
    private String leaveFactoryDate;
   /**验收日期*/
    @Excel(name = "验收日期", width = 15,orderNum = "25")
    @Excel(name = "验收日期", width = 15,orderNum = "26")
    @ApiModelProperty(value = "验收日期")
    private String acceptanceCheckDate;
   /**所有组织*/
@@ -120,7 +122,7 @@
    @Dict(dicCode = "id",dictTable="sys_user",dicText="realname")
    private String functionary;
   /**位置*/
   @Excel(name = "安装位置", width = 15,orderNum = "21")
   @Excel(name = "安装位置", width = 15,orderNum = "22")
    @ApiModelProperty(value = "位置")
    private String location;
   /**重要度*/
@@ -160,15 +162,15 @@
    @ApiModelProperty(value = "备用字段2")
    private String equipmentUda2;
   /**备用字段3*/
   @Excel(name = "重量", width = 15,orderNum = "18")
   @Excel(name = "重量", width = 15,orderNum = "19")
    @ApiModelProperty(value = "备用字段3")
    private String equipmentUda3;
   /**备用字段4*/
   @Excel(name = "重量计量单位", width = 15,orderNum = "19")
   @Excel(name = "重量计量单位", width = 15,orderNum = "20")
    @ApiModelProperty(value = "备用字段4")
    private String equipmentUda4;
   /**备用字段5*/
   @Excel(name = "功能位置", width = 15,orderNum = "20")
   @Excel(name = "功能位置", width = 15,orderNum = "21")
    @ApiModelProperty(value = "备用字段5")
    private String equipmentUda5;
   /**租户id*/
@@ -199,6 +201,13 @@
    @Dict(dicCode = "id",dictTable = "mom_eam_precision_parameters_template",dicText = "name")
    private String precisionParametersTemplateId;
    @ApiModelProperty(value = "技术状态鉴定类型(字典technology_status_verification_type)")
    @Dict(dicCode = "technology_status_verification_type")
    private String technologyStatusVerificationType;
    @ApiModelProperty(value = "技术状态鉴定单据")
    private String technologyStatusVerificationBill;
    @TableField(exist = false)
    private String processParametersTemplateName;
@@ -225,7 +234,7 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date sealDate;
    @ApiModelProperty(value = "资金来源")
    @Excel(name = "资金来源", width = 15,orderNum = "24")
    @Excel(name = "资金来源", width = 15,orderNum = "25")
    private String  fundSource;
    @ApiModelProperty(value = "出厂编号")
    private String  factoryNo;
@@ -244,6 +253,7 @@
    private String  securityConfiguration;
    @ApiModelProperty(value = "冷却系统")
    @Excel(name = "冷却系统", width = 15,orderNum = "10")
    @Dict(dicCode = "cooling_system")
    private String  coolingSystem;
    @Excel(name = "灭火器", width = 15,orderNum = "11")
    @ApiModelProperty(value = "灭火器")
@@ -253,6 +263,7 @@
    private String  fireExtinguisherValidityPeriod;
    @Excel(name = "操作系统", width = 15,orderNum = "13")
    @ApiModelProperty(value = "操作系统")
    @Dict(dicCode = "operation_flag")
    private String  operatingSystem;
    @Excel(name = "系统", width = 15,orderNum = "14")
    @ApiModelProperty(value = "系统")
@@ -264,7 +275,7 @@
    @Excel(name = "坐标数量", width = 15,orderNum = "16")
    private BigDecimal coordinateNum;
    @ApiModelProperty(value = "立项卡号")
    @Excel(name = "立项卡号", width = 15,orderNum = "23")
    @Excel(name = "立项卡号", width = 15,orderNum = "24")
    private String  projectApprovalNo;
    private String standardA;
    private String standardB;
@@ -292,4 +303,131 @@
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @ApiModelProperty(value = "更新时间")
    private java.util.Date updateTime;
    @TableField(exist = false)
    private List<EquipmentProcessParameters> processEditTableList;
    @TableField(exist = false)
    private List<EquipmentPrecisionParameters> precisionEditTableList;
    /**工区*/
    @Dict(dicCode = "id",dictTable = "mom_base_area",dicText = "name")
    @Excel(width = 15,dicCode = "id",dictTable = "mom_base_area",dicText = "name",orderNum = "39", name = "工区")
    private String factoryModelId;
    /**中心*/
    @Excel(width = 15,dicCode = "id",dictTable = "mom_base_work_center",dicText = "name",name = "产线",orderNum = "40")
    @Dict(dicCode = "id",dictTable = "mom_base_area",dicText = "name")
    private String workCenterId;
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
    @Excel(name = "质保开始日期", width = 15,orderNum = "37",format = "yyyy-MM-dd")
    @DateTimeFormat(pattern="yyyy-MM-dd")
    private Date warrantyStart;
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
    @Excel(name = "质保结束日期", width = 15,orderNum = "38",format = "yyyy-MM-dd")
    @DateTimeFormat(pattern="yyyy-MM-dd")
    private Date warrantyEnd;
    @Dict(dicCode = "property_status")
    @Excel(width = 15,orderNum = "41",dicCode = "property_status",name = "资产状态")
    private String    propertyStatus;
    @Excel(name = "技术状态到期时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private java.util.Date    technologyStatusExpirationTime;
    @Excel(name = "本次技术状态鉴定时间", width = 20, format = "yyyy-MM-dd")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    private java.util.Date    technologyStatusQualificationTime;
    @Excel(name = "下次技术状态鉴定时间", width = 20, format = "yyyy-MM-dd")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    private java.util.Date    nextTechnologyStatusQualificationTime;
    @Excel(name = "本次二保时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private java.util.Date    secondMaintenanceTime;
    @Excel(name = "下次二保时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private java.util.Date    nextSecondMaintenanceTime;
    @Excel(name = "本次三保时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private java.util.Date    thirdMaintenanceTime;
    @Excel(name = "下次三保时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private java.util.Date    nextThirdMaintenanceTime;
    @ApiModelProperty(value = "生产线ID")
    @Dict(dictTable = "mom_eam_equipment",dicText = "num",dicCode = "id")
    private String lineId;
    @ApiModelProperty(value = "是否主设备")
    @Dict(dicCode = "is_product")
    private String isMeta;
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @TableField(exist = false)
    private Date newStart;
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @TableField(exist = false)
    private Date newEnd;
    @TableField(exist = false)
    private String newABCTag;
    @TableField(exist = false)
    List<EquipmentSpares> equipmentSparesList;
    @TableField(exist = false)
    private String equipmentCategoryUda1;
    @TableField(exist = false)
    private String maintenanceOrderId;
    private String checkPeriod;
    @TableField(exist = false)
    private List<Equipment> equipmentOfLineTable;
    @TableField(exist = false)
    private String  showId;
    @TableField(exist = false)
    private Integer sumOfEquipment;
    @Dict(dicCode = "is_product")
    private String isLineEquip;
    @Dict(dicCode = "is_product")
    private String isJudging;
    @Dict(dicCode = "is_product")
    private String isLine;
    @Dict(dicCode = "is_product")
    @TableField(exist = false)
    private String nums;
    @TableField(exist = false)
    private String equipmentId;
    @TableField(exist = false)
    private List<Equipment> keyEquipmentUpdateList;
    /**工段*/
    @Dict(dicCode = "id",dictTable = "mom_base_area",dicText = "name")
    private String areaId;
    @TableField(exist = false)
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    private Date startTime;
    @TableField(exist = false)
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    private Date endTime;
    @TableField(exist = false)
    private String yseNoInspectionStandard;
    @TableField(exist = false)
    private String yseNoMaintenance2Standard;
    @TableField(exist = false)
    private String yseNoMaintenance3Standard;
    @TableField(exist = false)
    private List<String> userWorkCenterIds;
}