From 43ce77a85d8297a53dc25430fff10ead57296167 Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期六, 04 十一月 2023 15:43:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 igds-inout/src/main/java/com/ld/igds/inout/dto/InoutCheckData.java |  124 +++++++++++++++++++++-------------------
 1 files changed, 65 insertions(+), 59 deletions(-)

diff --git a/igds-inout/src/main/java/com/ld/igds/inout/dto/InoutCheckData.java b/igds-inout/src/main/java/com/ld/igds/inout/dto/InoutCheckData.java
index e41f0c0..d18dd78 100644
--- a/igds-inout/src/main/java/com/ld/igds/inout/dto/InoutCheckData.java
+++ b/igds-inout/src/main/java/com/ld/igds/inout/dto/InoutCheckData.java
@@ -3,6 +3,7 @@
 import com.fasterxml.jackson.annotation.JsonFormat;
 import com.ld.igds.check.dto.CheckItemData;
 import lombok.Data;
+
 import java.io.Serializable;
 import java.util.Date;
 import java.util.List;
@@ -16,72 +17,77 @@
 @Data
 public class InoutCheckData implements Serializable {
 
-	private static final long serialVersionUID = 1L;
+    private static final long serialVersionUID = 1L;
 
-	/*-----鍩虹淇℃伅-----*/
+    /*-----鍩虹淇℃伅-----*/
 
-	//娴佹按鍙�
-	private String id;
-	//缁勭粐缂栫爜
-	private String companyId;
-	//搴撳尯缂栫爜
-	private String deptId;
-	//鍑哄叆搴撶被鍨�,IN=鍏ュ簱锛孫UT=鍑哄簱
-	private String type;
-	//娴佺▼杩涘害
-	private String progress;
-	//鏁版嵁鐘舵��
-	private String recordStatus;
-	//鏅烘収鍗″彿
-	private String intelCard;
-	//鐧昏鏃堕棿
-	@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
-	private Date registerTime;
-	//鐧昏浜�
-	private String registerUser;
-	//杞﹁埞鍙�
-	private String plateNum;
-	//瑁呭嵏浠撳簱
-	private String depotId;
-	//绮鍝佺
-	private String foodVariety;
-	//璐ㄦ鍗曞彿
-	private String checkId;
-	//鍗曚环
-	private Double price;
+    //娴佹按鍙�
+    private String id;
+    //缁勭粐缂栫爜
+    private String companyId;
+    //搴撳尯缂栫爜
+    private String deptId;
+    //鍑哄叆搴撶被鍨�,IN=鍏ュ簱锛孫UT=鍑哄簱
+    private String type;
+    //娴佺▼杩涘害
+    private String progress;
+    //鏁版嵁鐘舵��
+    private String recordStatus;
+    //鏅烘収鍗″彿
+    private String intelCard;
+    //鐧昏鏃堕棿
+    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private Date registerTime;
+    //鐧昏浜�
+    private String registerUser;
+    //杞﹁埞鍙�
+    private String plateNum;
+    //瑁呭嵏浠撳簱
+    private String depotId;
+    //绮鍝佺
+    private String foodVariety;
+    //绮鍝佺
+    private String foodType;
+    //璐ㄦ鍗曞彿
+    private String checkId;
+    //鍗曚环
+    private Double price;
+    //绮骞翠唤
+    private String foodYear;
 
-	/*-----鎵︽牱淇℃伅-----*/
 
-	//鎵︽牱浜�
-	private String sampleUser;
-	//鎵︽牱鏃堕棿
-	@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
-	private Date sampleTime;
-	//鎵︽牱鏂瑰紡锛�0-浜哄伐锛�1=鑷姩锛�2=鏅鸿兘闅忔満
-	private String sampleType;
-	//鎵︽牱鐘舵��()锛孨ONE-鏈墻鏍凤紝SAMPLE-宸叉墻鏍�
-	private String sampleStatus;
+    /*-----鎵︽牱淇℃伅-----*/
 
-	/*-----鍖栭獙淇℃伅-----*/
+    //鎵︽牱浜�
+    private String sampleUser;
+    //鎵︽牱鏃堕棿
+    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private Date sampleTime;
+    //鎵︽牱鏂瑰紡锛�0-浜哄伐锛�1=鑷姩锛�2=鏅鸿兘闅忔満
+    private String sampleType;
+    //鎵︽牱鐘舵��()锛孨ONE-鏈墻鏍凤紝SAMPLE-宸叉墻鏍�
+    private String sampleStatus;
 
-	//妫�楠屼汉
-	private String checkUser;
-	//璐ㄦ鏃堕棿
-	@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
-	private Date checkTime;
-	//妫�楠岀粨鏋滐紝NONE-鏈楠岋紝PASS-宸叉楠岋紝UNPASS-涓嶅悎鏍�
-	private String checkStatus;
-	//绮瀹氱瓑
-	private String foodLevel;
-	//璐ㄦ鎵i噸
-	private double deCheck = 0.0;
-	//璐ㄦ澧為噸
-	private double addCheck = 0.0;
+    /*-----鍖栭獙淇℃伅-----*/
 
-	private String remarks;
+    //妫�楠屼汉
+    private String checkUser;
+    //璐ㄦ鏃堕棿
+    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private Date checkTime;
+    //妫�楠岀粨鏋滐紝NONE-鏈楠岋紝PASS-宸叉楠岋紝UNPASS-涓嶅悎鏍�
+    private String checkStatus;
+    //绮瀹氱瓑
+    private String foodLevel;
+    //璐ㄦ鎵i噸
+    private double deCheck = 0.0;
+    //璐ㄦ澧為噸
+    private double addCheck = 0.0;
 
-	private Date updateTime;
+    private String remarks;
 
-	//鍖栭獙椤规暟鎹俊鎭�
-	private List<CheckItemData> checkItems;
+    private Date updateTime;
+
+    //鍖栭獙椤规暟鎹俊鎭�
+    private List<CheckItemData> checkItems;
 }

--
Gitblit v1.9.3