From 55cb4daf506ad8f3c637f6e3d9bc7df41e538b2e Mon Sep 17 00:00:00 2001 From: liuxm <liuxm@fescotech.com> Date: 星期二, 21 五月 2024 09:14:38 +0800 Subject: [PATCH] 产品和工站导出;不合格原因报废原因添加排序和与产品的关联; --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java index c5306cf..8683fc2 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java @@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; +import com.dy.common.po.BaseEntity; import jakarta.validation.constraints.NotEmpty; import lombok.*; @@ -14,7 +15,7 @@ @ToString @NoArgsConstructor @AllArgsConstructor -public class PltProductParams { +public class PltProductParams implements BaseEntity { /** * 涓婚敭 */ @@ -39,15 +40,6 @@ @NotEmpty(message = "鎶�鏈弬鏁板�间笉鑳戒负绌�") public String paramValue; - /** - * 瀹夎鎵嬪唽缃戞枃 - */ - public Long installManual; - - /** - * 鐢ㄦ埛鎵嬪唽缃戞枃 - */ - public Long userManual; - + @JSONField(serialize = false) public Boolean deleted; } \ No newline at end of file -- Gitblit v1.8.0