From 91f2cd5b0f832091f654cce926585d2f05cad114 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期四, 08 四月 2021 23:22:32 +0800
Subject: [PATCH] Merge branches 'dev' and 'master' of https://gitee.com/luxiaotao1123/xtywms into master
---
src/main/java/com/zy/common/service/erp/entity/OutStockBillEntry.java | 133 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 133 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..12c8218 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,143 @@
import lombok.Data;
+import java.math.BigDecimal;
+import java.util.Date;
+
/**
* 鍑哄簱琛ㄤ綋
* Created by vincent on 2020/11/27
*/
@Data
public class OutStockBillEntry {
+ /* 璁㈠崟鐘舵�侊紝鍑哄簱涓垨宸插嚭搴� */
+ private Integer workRecord;
+ /*鍗曟嵁缂栧彿-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;
+ /*鐗╂枡缂栫爜(浜у搧浠g爜)*/
+ private String FNumber;
+
+ private String FBarCode;
+
+ private String FBTPLCommitQty;
+
+ private String FTPLCommitQty;
+
+ private String fsecinvoiceqty;
}
--
Gitblit v1.9.1