From 41411a57fc0d237577aa10ccfc1aded50556f5ba Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期六, 28 三月 2026 13:35:23 +0800
Subject: [PATCH] Revert "添加的分属环境配置文件 暂停上报功能"

---
 src/main/java/com/zy/asrs/entity/Order.java |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 50 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/Order.java b/src/main/java/com/zy/asrs/entity/Order.java
index 86e1aa5..3d0365f 100644
--- a/src/main/java/com/zy/asrs/entity/Order.java
+++ b/src/main/java/com/zy/asrs/entity/Order.java
@@ -4,9 +4,11 @@
 import com.baomidou.mybatisplus.annotations.TableId;
 import com.baomidou.mybatisplus.annotations.TableName;
 import com.baomidou.mybatisplus.enums.IdType;
+import com.baomidou.mybatisplus.mapper.EntityWrapper;
 import com.core.common.Cools;
 import com.core.common.SpringUtils;
 import com.zy.asrs.service.DocTypeService;
+import com.zy.asrs.service.MatService;
 import com.zy.asrs.service.OrderSettleService;
 import com.zy.common.utils.Synchro;
 import com.zy.system.entity.User;
@@ -76,6 +78,10 @@
     @ApiModelProperty(value= "璋冩嫧椤圭洰缂栧彿")
     @TableField("allot_item_id")
     private Long allotItemId;
+
+    @ApiModelProperty("鐩爣搴撳尯")
+    @TableField("target_location")
+    private String targetLocation;
 
     /**
      * 鍒濆绁ㄦ嵁鍙�
@@ -203,7 +209,7 @@
     /**
      * 鐗╂祦鍚嶇О
      */
-    @ApiModelProperty(value= "鐗╂祦鍚嶇О")
+    @ApiModelProperty(value= "鍗曟嵁绫诲瀷")
     @TableField("ship_name")
     private String shipName;
 
@@ -213,6 +219,10 @@
     @ApiModelProperty(value= "鐗╂祦鍗曞彿")
     @TableField("ship_code")
     private String shipCode;
+
+    @ApiModelProperty("涓婃姤娆℃暟")
+    @TableField("report_once")
+    private Integer reportOnce;
 
     /**
      * 璁㈠崟鐘舵��
@@ -313,6 +323,44 @@
         this.updateBy = updateBy;
         this.updateTime = updateTime;
         this.memo = memo;
+    }
+
+    public Order(String uuid,String orderNo,String orderTime,Long docType,Long itemId,String itemName,Long allotItemId,String defNumber,String number,Long cstmr,String cstmrName,String tel,String operMemb,Double totalFee,Double discount,Double discountFee,Double otherFee,Double actFee,Integer payType,String salesman,Integer accountDay,Integer postFeeType,Double postFee,Date payTime,Date sendTime,String shipName,String shipCode,Long settle,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,Integer pakinPakoutStatus) {
+        this.uuid = uuid;
+        this.orderNo = orderNo;
+        this.orderTime = orderTime;
+        this.docType = docType;
+        this.itemId = itemId;
+        this.itemName = itemName;
+        this.allotItemId = allotItemId;
+        this.defNumber = defNumber;
+        this.number = number;
+        this.cstmr = cstmr;
+        this.cstmrName = cstmrName;
+        this.tel = tel;
+        this.operMemb = operMemb;
+        this.totalFee = totalFee;
+        this.discount = discount;
+        this.discountFee = discountFee;
+        this.otherFee = otherFee;
+        this.actFee = actFee;
+        this.payType = payType;
+        this.salesman = salesman;
+        this.accountDay = accountDay;
+        this.postFeeType = postFeeType;
+        this.postFee = postFee;
+        this.payTime = payTime;
+        this.sendTime = sendTime;
+        this.shipName = shipName;
+        this.shipCode = shipCode;
+        this.settle = settle;
+        this.status = status;
+        this.createBy = createBy;
+        this.createTime = createTime;
+        this.updateBy = updateBy;
+        this.updateTime = updateTime;
+        this.memo = memo;
+        this.pakinPakoutStatus = pakinPakoutStatus;
     }
 
     public Order(Order order) {
@@ -435,6 +483,7 @@
         }
     }
 
+
     public String getPayTime$(){
         if (Cools.isEmpty(this.payTime)){
             return "";

--
Gitblit v1.9.1