| | |
| | | private String 操作系统号; |
| | | private String 操作单据; |
| | | private String 操作类型; |
| | | //采购订单编号 |
| | | |
| | | //入出库标记 |
| | | private Integer pakin; |
| | | //单据类型 |
| | | private String orderType; |
| | | |
| | | //订单编号 |
| | | private String cPOID; |
| | | //供应商编码 |
| | | private String cVenCode; |
| | |
| | | |
| | | @Data |
| | | public static class OrderDetl{ |
| | | //采购订单行号 |
| | | //订单行号 |
| | | private String ivouchrowno; |
| | | //物料编码 |
| | | private String cInvCode; |
| | | //批号 |
| | | private String batch; |
| | | //需求时间 |
| | | private String dArriveDate; |
| | | //需求数量 |
| | |
| | | //规格(自由项1) |
| | | private String bFree1; |
| | | //采购订单子表标识 |
| | | private String ID; |
| | | private String id; |
| | | //销售订单子表标识 |
| | | private String iorderdid; |
| | | |
| | |
| | | this.bFree1 = bFree1; |
| | | } |
| | | |
| | | public void setID(String ID) { |
| | | this.ID = ID; |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public void setIorderdid(String iorderdid) { |