From ee332179e2e6f6aaa8c420b2f8fc8f44e6e971cc Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 26 五月 2023 13:14:41 +0800
Subject: [PATCH] #订单历史档完成

---
 src/main/java/com/zy/asrs/entity/LocCheck.java |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/LocCheck.java b/src/main/java/com/zy/asrs/entity/LocCheck.java
index aa7ba3e..a5d60fd 100644
--- a/src/main/java/com/zy/asrs/entity/LocCheck.java
+++ b/src/main/java/com/zy/asrs/entity/LocCheck.java
@@ -47,11 +47,17 @@
     private String matnr;
 
     /**
+     * 鐗╂枡鍙�
+     */
+    @ApiModelProperty(value= "鐗╂枡鍚�")
+    private String maktx;
+
+    /**
      * 鐩樼偣鍓嶆暟閲�
      */
     @ApiModelProperty(value= "鐩樼偣鍓嶆暟閲�")
-    @TableField("origin_anfme")
-    private Double originAnfme;
+    @TableField("anfme")
+    private Double anfme;
 
     /**
      * 鐪熷疄鏁伴噺
@@ -96,20 +102,17 @@
     @ApiModelProperty(value= "澶囨敞")
     private String memo;
 
-    public LocCheck() {}
+    @ApiModelProperty(value= "宸紓閲�")
+    @TableField("diff_anfme")
+    private Double diffAnfme;
 
-    public LocCheck(Integer type,String locNo,String matnr,Double originAnfme,Double realAnfme,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
-        this.type = type;
-        this.locNo = locNo;
-        this.matnr = matnr;
-        this.originAnfme = originAnfme;
-        this.realAnfme = realAnfme;
-        this.createBy = createBy;
-        this.createTime = createTime;
-        this.updateBy = updateBy;
-        this.updateTime = updateTime;
-        this.memo = memo;
-    }
+    @ApiModelProperty(value= "鍗曟嵁鍙�")
+    @TableField("order_no")
+    private String orderNo;
+
+
+
+
 
 //    LocCheck locCheck = new LocCheck(
 //            null,    // 鐘舵��

--
Gitblit v1.9.1