From f0d6df38417af91b59b96567af68a7b8bfcdbb87 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 31 三月 2021 10:10:07 +0800
Subject: [PATCH] #

---
 src/main/java/zy/cloud/wms/manager/entity/CustOrder.java |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/main/java/zy/cloud/wms/manager/entity/CustOrder.java b/src/main/java/zy/cloud/wms/manager/entity/CustOrder.java
index eeb2b63..18c3f19 100644
--- a/src/main/java/zy/cloud/wms/manager/entity/CustOrder.java
+++ b/src/main/java/zy/cloud/wms/manager/entity/CustOrder.java
@@ -67,6 +67,13 @@
     private Double price;
 
     /**
+     * 鍟嗗搧鍗曚环
+     */
+    @ApiModelProperty(value= "鍟嗗搧鍗曚环")
+    @TableField("row_no")
+    private Double rowNo;
+
+    /**
      * 鍟嗗搧澶囨敞
      */
     @ApiModelProperty(value= "鍟嗗搧澶囨敞")
@@ -100,7 +107,7 @@
 
     public CustOrder() {}
 
-    public CustOrder(String number,String billDate,String bTypeId,String eTypeId,String userCode,Double qty,Double total,Double price,String comment,Integer status,Date createTime,Date updateTime,String memo) {
+    public CustOrder(String number,String billDate,String bTypeId,String eTypeId,String userCode,Double qty,Double total,Double price, Double rowNo, String comment,Integer status,Date createTime,Date updateTime,String memo) {
         this.number = number;
         this.billDate = billDate;
         this.bTypeId = bTypeId;
@@ -109,6 +116,7 @@
         this.qty = qty;
         this.total = total;
         this.price = price;
+        this.rowNo = rowNo;
         this.comment = comment;
         this.status = status;
         this.createTime = createTime;
@@ -195,6 +203,14 @@
         this.price = price;
     }
 
+    public Double getRowNo() {
+        return rowNo;
+    }
+
+    public void setRowNo(Double rowNo) {
+        this.rowNo = rowNo;
+    }
+
     public String getComment() {
         return comment;
     }

--
Gitblit v1.9.1