From 35091697a5421218d31e7e2d2c58b6a5385cc663 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 17 八月 2023 09:58:02 +0800
Subject: [PATCH] 改动
---
inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java b/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java
index 5a788ff..4943ef2 100644
--- a/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java
+++ b/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java
@@ -38,9 +38,9 @@
private String orderCode;
/**
- * 浜у搧缂栫爜
+ * 璐ㄩ噺杩芥函鍙�
**/
- private String code;
+ private String qualityTraceability;
/**
* 浜у搧鍚嶇О
@@ -59,7 +59,7 @@
private String unit;
/**
- * 鏁伴噺
+ * 瀹為檯鏁伴噺
**/
private Integer number;
@@ -80,9 +80,6 @@
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date createTime;
- /**
- * ${column.comment}
- **/
@TableField(fill = FieldFill.INSERT_UPDATE)
@DateTimeFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@@ -99,8 +96,9 @@
private Integer type;
/**
- *妫�楠岀姸鎬�0:鏈楠�;1:宸叉楠�
+ * 妫�楠岀粨鏋�0:涓嶅悎鏍�;1:鍚堟牸(鎴愬搧搴撳瓨璇ュ瓧娈典负绌�)
**/
- private Integer checkState;
+ private Integer checkResult;
+
}
--
Gitblit v1.9.3