王佳豪
2021-04-28 9bd709ba929ca4885e2c118039d70f5268cc1e31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
package com.zy.common.service.erp.entity;
 
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableName;
import lombok.Data;
 
import java.math.BigDecimal;
import java.util.Date;
 
/**
 * 出库表体
 * Created by vincent on 2020/11/27
 */
@Data
@TableName("OutStockBillEntry")
public class OutStockBillEntry {
    /* 订单状态,出库中或已出库 */
    @TableField(exist = false)
    private Integer workRecord;
    /*单据编号-OutStockBill表数据 */
    @TableField(exist = false)
    private String FBillNo;
    /*地址-OutStockBill表数据*/
    @TableField(exist = false)
    private String FAdd;
    @TableField("FBrNo")
    private String FBrNo;
    /*通知单内码*/
    @TableField("FInterID")
    private Integer FInterID;
    /*分录号*/
    @TableField("FEntryID")
    private Integer FEntryID;
    /*产品代码内码*/
    @TableField("FItemID")
    private Integer FItemID;
    /*基本单位数量*/
    @TableField("FQty")
    private BigDecimal FQty;
    /*发货数量*/
    @TableField("FCommitQty")
    private BigDecimal FCommitQty;
    /*单价*/
    @TableField("FPrice")
    private BigDecimal FPrice;
    /*金额*/
    @TableField("FAmount")
    private BigDecimal FAmount;
    /*销售订单单号*/
    @TableField("FOrderInterID")
    private Integer FOrderInterID;
    /*日期*/
    @TableField("FDate")
    private String FDate;
    /*备注*/
    @TableField("FNote")
    private String FNote;
    /*开票数量*/
    @TableField("FInvoiceQty")
    private BigDecimal FInvoiceQty;
    /*退货数量*/
    @TableField("FBCommitQty")
    private BigDecimal FBCommitQty;
    /*计量单位*/
    @TableField("FUnitID")
    private Integer FUnitID;
    /*辅助退货数量*/
    @TableField("FAuxBCommitQty")
    private BigDecimal FAuxBCommitQty;
    /*辅助发货数量*/
    @TableField("FAuxCommitQty")
    private BigDecimal FAuxCommitQty;
    /*辅助开票数量*/
    @TableField("FAuxInvoiceQty")
    private BigDecimal FAuxInvoiceQty;
    /*单价*/
    @TableField("FAuxPrice")
    private BigDecimal FAuxPrice;
    /*数量*/
    @TableField("FAuxQty")
    private BigDecimal FAuxQty;
    /*源单行号*/
    @TableField("FSourceEntryID")
    private Integer FSourceEntryID;
    /*对应代码*/
    @TableField("FMapNumber")
    private String FMapNumber;
    /*对应名称*/
    @TableField("FMapName")
    private String FMapName;
    @TableField("FAuxPropID")
    private Integer FAuxPropID;
    @TableField("FBatchNo")
    private String FBatchNo;
    @TableField("FCheckDate")
    private String FCheckDate;
    @TableField("FExplanation")
    private String FExplanation;
    @TableField("FFetchAdd")
    private String FFetchAdd;
    @TableField("FFetchDate")
    private String FFetchDate;
    @TableField("FMultiCheckDate1")
    private String FMultiCheckDate1;
    @TableField("FMultiCheckDate2")
    private String FMultiCheckDate2;
    @TableField("FMultiCheckDate3")
    private String FMultiCheckDate3;
    @TableField("FMultiCheckDate4")
    private String FMultiCheckDate4;
    @TableField("FMultiCheckDate5")
    private String FMultiCheckDate5;
    @TableField("FMultiCheckDate6")
    private String FMultiCheckDate6;
    @TableField("FSecCoefficient")
    private BigDecimal FSecCoefficient;
    @TableField("FSecQty")
    private BigDecimal FSecQty;
    @TableField("FSecCommitQty")
    private BigDecimal FSecCommitQty;
    @TableField("FSourceTranType")
    private Integer FSourceTranType;
    @TableField("FSourceInterId")
    private Integer FSourceInterId;
    /*生产单号*/
    @TableField("FSourceBillNo")
    private String FSourceBillNo;
    @TableField("FContractInterID")
    private Integer FContractInterID;
    @TableField("FContractEntryID")
    private Integer FContractEntryID;
    @TableField("FContractBillNo")
    private String FContractBillNo;
    @TableField("FOrderEntryID")
    private Integer FOrderEntryID;
    @TableField("FOrderBillNo")
    private String FOrderBillNo;
    @TableField("FStockID")
    private Integer FStockID;
    @TableField("FBackQty")
    private BigDecimal FBackQty;
    @TableField("FAuxBackQty")
    private BigDecimal FAuxBackQty;
    @TableField("FSecBackQty")
    private BigDecimal FSecBackQty;
    @TableField("FStdAmount")
    private BigDecimal FStdAmount;
    @TableField("FPlanMode")
    private Integer FPlanMode;
    @TableField("FMTONo")
    private String FMTONo;
    @TableField("FDetailID")
    private Integer FDetailID;
    @TableField("FStockQtyOnlyForShow")
    private BigDecimal FStockQtyOnlyForShow;
    @TableField("FComplexQty")
    private String FComplexQty;
    @TableField("Fmodel")
    private String Fmodel;
    @TableField("Fname")
    private String Fname;
    /*物料编码(产品代码)*/
    @TableField("Fnumber")
    private String Fnumber;
    @TableField("FBarCode")
    private String FBarCode;
    @TableField("FBTPLCommitQty")
    private BigDecimal FBTPLCommitQty;
    @TableField("FTPLCommitQty")
    private BigDecimal FTPLCommitQty;
    @TableField("fsecinvoiceqty")
    private BigDecimal fsecinvoiceqty;
}