From 5706372636fb594320db25d2e2aab8b94e3ef294 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期四, 14 九月 2023 18:11:15 +0800 Subject: [PATCH] 预测性维护工单 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/Equipment.java | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/Equipment.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/Equipment.java index 604e31b..2101d60 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/Equipment.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/Equipment.java @@ -297,5 +297,31 @@ private List<EquipmentProcessParameters> processEditTableList; @TableField(exist = false) private List<EquipmentPrecisionParameters> precisionEditTableList; - + @Dict(dicCode = "id",dictTable = "mom_base_factory_model",dicText = "name") + @Excel(width = 15,dicCode = "id",dictTable = "mom_base_factory_model",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_work_center",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; + @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; } -- Gitblit v1.9.3