src/main/java/com/zy/common/service/erp/entity/OutStockBillEntry.java
@@ -11,6 +11,8 @@ */ @Data public class OutStockBillEntry { /* 订单状态,出库中或已出库 */ private Integer workRecord; /*单据编号-OutStockBill表数据 */ private String FBillNo; /*地址-OutStockBill表数据*/ @@ -93,7 +95,7 @@ private Integer FSourceTranType; private Integer FSourceInterId; /*生产单号*/ private String FSourceBillNo; private Integer FContractInterID; @@ -129,8 +131,8 @@ private String Fmodel; private String Fname; private String Fnumber; /*物料编码(产品代码)*/ private String FNumber; private String FBarCode;