From eead3af59c94c35422463fbbd19d26dffcbacc06 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期五, 05 七月 2024 09:35:28 +0800 Subject: [PATCH] edit work last --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaAssemblyWorkLast.java | 31 +++++++++++++++++++++++++++++-- 1 files changed, 29 insertions(+), 2 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaAssemblyWorkLast.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaAssemblyWorkLast.java index 580f0f2..7608e42 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaAssemblyWorkLast.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoSta/StaAssemblyWorkLast.java @@ -5,12 +5,12 @@ import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableName; import com.dy.common.po.BaseEntity; +import com.dy.pmsGlobal.pojoBa.BaUser; import jakarta.validation.constraints.NotNull; import lombok.*; - - import java.util.Date; +import java.util.List; /** * 鐢熶骇绾跨敓浜т换鍔¤棰嗚〃 @@ -44,6 +44,9 @@ @NotNull(message="[鐢熶骇绾垮疄浣撶紪鍙穄涓嶈兘涓虹┖") @JSONField(serializeUsing= ObjectWriterImplToString.class) public Long lineId; + + @TableField(exist = false) + public String lineName; /** * 宸ョ珯瀹炰綋缂栧彿 */ @@ -54,24 +57,45 @@ @TableField(exist = false) public String stationName; + @TableField(exist = false) + public String proName; + + @TableField(exist = false) + public String devicePrefix; + /** * 缁勮鐢熶骇浠诲姟瀹炰綋缂栧彿 */ @NotNull(message="[缁勮鐢熶骇浠诲姟瀹炰綋缂栧彿]涓嶈兘涓虹┖") @JSONField(serializeUsing= ObjectWriterImplToString.class) public Long planId; + + @TableField(exist = false) + public String planName; + /** * 鐢熶骇娴佺▼瀹炰綋缂栧彿 */ @NotNull(message="[鐢熶骇娴佺▼瀹炰綋缂栧彿]涓嶈兘涓虹┖") @JSONField(serializeUsing= ObjectWriterImplToString.class) public Long processId; + + @TableField(exist = false) + public String processName; /** * 鐢熶骇娴佺▼鑺傜偣瀹炰綋缂栧彿 */ @NotNull(message="[鐢熶骇娴佺▼鑺傜偣瀹炰綋缂栧彿]涓嶈兘涓虹┖") @JSONField(serializeUsing= ObjectWriterImplToString.class) public Long nodeId; + + @TableField(exist = false) + public String nodeName; + + public Integer nodeType; + + + /** * 浠诲姟璁ら鏃堕棿 */ @@ -93,5 +117,8 @@ */ public String assistants; + @TableField(exist = false) + public List<BaUser> assistantsList; + } -- Gitblit v1.8.0