From e0cb3db06d484e979cda82c5888a90c632af460c Mon Sep 17 00:00:00 2001
From: liuxm <liuxm_a@163.com>
Date: 星期三, 29 五月 2024 08:59:52 +0800
Subject: [PATCH] 生产流程添加创建人名称
---
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java | 4 +++-
1 files changed, 3 insertions(+), 1 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 57957ec..2cf57ff 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 {
/**
* 涓婚敭
*/
@@ -25,6 +26,7 @@
/**
* 浜у搧瀹炰綋缂栧彿
*/
+ @JSONField(serializeUsing= ObjectWriterImplToString.class)
public Long proId;
/**
--
Gitblit v1.8.0