From 2c250bb7d2c0efd16e5f124648bc77f5fd93040a Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期日, 29 十月 2023 22:05:14 +0800
Subject: [PATCH] 增加下次三保时间  技术状态类型及单号

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/Equipment.java |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 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 be02299..5269ef6 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
@@ -201,6 +201,12 @@
     @Dict(dicCode = "id",dictTable = "mom_eam_precision_parameters_template",dicText = "name")
     private String precisionParametersTemplateId;
 
+    @ApiModelProperty(value = "鎶�鏈姸鎬侀壌瀹氱被鍨嬶紙瀛楀吀technology_status_verification_type锛�")
+    private String technologyStatusVerificationType;
+
+    @ApiModelProperty(value = "鎶�鏈姸鎬侀壌瀹氬崟鎹�")
+    private String technologyStatusVerificationBill;
+
     @TableField(exist = false)
     private String processParametersTemplateName;
 
@@ -246,6 +252,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 = "鐏伀鍣�")
@@ -321,14 +328,14 @@
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private java.util.Date 	technologyStatusExpirationTime;
 
-    @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")
+    @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 HH:mm:ss")
-    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
-    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @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")
@@ -365,4 +372,7 @@
     List<EquipmentSpares> equipmentSparesList;
     @TableField(exist = false)
     private String equipmentCategoryUda1;
+    @TableField(exist = false)
+    private String maintenanceOrderId;
+    private String checkPeriod;
 }

--
Gitblit v1.9.3