From 011efb45dd8929c8d6833ef6c726dd9081bc1537 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期五, 19 三月 2021 14:37:05 +0800
Subject: [PATCH] 1.0.3 全局-发货通知相关功能

---
 src/main/java/com/zy/common/service/erp/entity/OutStockBillEntry.java |  131 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 131 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/common/service/erp/entity/OutStockBillEntry.java b/src/main/java/com/zy/common/service/erp/entity/OutStockBillEntry.java
index 673546d..1f358df 100644
--- a/src/main/java/com/zy/common/service/erp/entity/OutStockBillEntry.java
+++ b/src/main/java/com/zy/common/service/erp/entity/OutStockBillEntry.java
@@ -2,10 +2,141 @@
 
 import lombok.Data;
 
+import java.math.BigDecimal;
+import java.util.Date;
+
 /**
  * 鍑哄簱琛ㄤ綋
  * Created by vincent on 2020/11/27
  */
 @Data
 public class OutStockBillEntry {
+    /*鍗曟嵁缂栧彿-OutStockBill琛ㄦ暟鎹� */
+    private String FBillNo;
+    /*鍦板潃-OutStockBill琛ㄦ暟鎹�*/
+    private String FAdd;
+
+    private String FBrNo;
+    /*閫氱煡鍗曞唴鐮�*/
+    private Integer FInterID;
+    /*鍒嗗綍鍙�*/
+    private Integer FEntryID;
+    /*浜у搧浠g爜鍐呯爜*/
+    private Integer FItemID;
+    /*鍩烘湰鍗曚綅鏁伴噺*/
+    private BigDecimal FQty;
+    /*鍙戣揣鏁伴噺*/
+    private BigDecimal FCommitQty;
+    /*鍗曚环*/
+    private BigDecimal FPrice;
+    /*閲戦*/
+    private BigDecimal FAmount;
+    /*閿�鍞鍗曞崟鍙�*/
+    private Integer FOrderInterID;
+    /*鏃ユ湡*/
+    private Date FDate;
+    /*澶囨敞*/
+    private String FNote;
+    /*寮�绁ㄦ暟閲�*/
+    private BigDecimal FInvoiceQty;
+    /*閫�璐ф暟閲�*/
+    private BigDecimal FBCommitQty;
+    /*璁¢噺鍗曚綅*/
+    private BigDecimal FUnitID;
+    /*杈呭姪閫�璐ф暟閲�*/
+    private BigDecimal FAuxBCommitQty;
+    /*杈呭姪鍙戣揣鏁伴噺*/
+    private BigDecimal FAuxCommitQty;
+    /*杈呭姪寮�绁ㄦ暟閲�*/
+    private BigDecimal FAuxInvoiceQty;
+    /*鍗曚环*/
+    private BigDecimal FAuxPrice;
+    /*鏁伴噺*/
+    private BigDecimal FAuxQty;
+    /*婧愬崟琛屽彿*/
+    private Integer FSourceEntryID;
+    /*瀵瑰簲浠g爜*/
+    private String FMapNumber;
+    /*瀵瑰簲鍚嶇О*/
+    private String FMapName;
+
+    private Integer FAuxPropID;
+
+    private String FBatchNo;
+
+    private Date FCheckDate;
+
+    private String FExplanation;
+
+    private String FFetchAdd;
+
+    private Date FFetchDate;
+
+    private Date FMultiCheckDate1;
+
+    private Date FMultiCheckDate2;
+
+    private Date FMultiCheckDate3;
+
+    private Date FMultiCheckDate4;
+
+    private Date FMultiCheckDate5;
+
+    private Date FMultiCheckDate6;
+
+    private BigDecimal FSecCoefficient;
+
+    private BigDecimal FSecQty;
+
+    private BigDecimal FSecCommitQty;
+
+    private Integer FSourceTranType;
+
+    private Integer FSourceInterId;
+
+    private String FSourceBillNo;
+
+    private Integer FContractInterID;
+
+    private Integer FContractEntryID;
+
+    private String FContractBillNo;
+
+    private Integer FOrderEntryID;
+
+    private String FOrderBillNo;
+
+    private Integer FStockID;
+
+    private BigDecimal FBackQty;
+
+    private BigDecimal FAuxBackQty;
+
+    private BigDecimal FSecBackQty;
+
+    private BigDecimal FStdAmount;
+
+    private Integer FPlanMode;
+
+    private String FMTONo;
+
+    private Integer FDetailID;
+
+    private BigDecimal FStockQtyOnlyForShow;
+
+    private String FComplexQty;
+
+    private String Fmodel;
+
+    private String Fname;
+
+    private String Fnumber;
+
+    private String FBarCode;
+
+    private String FBTPLCommitQty;
+
+    private String FTPLCommitQty;
+
+    private String fsecinvoiceqty;
 }

--
Gitblit v1.9.1