| | |
| | | * erp行号 |
| | | */ |
| | | @ApiModelProperty(value= "erp行号") |
| | | private String erpId; |
| | | private String platItemId; |
| | | |
| | | /** |
| | | * 动态字段索引 |
| | | */ |
| | | @ApiModelProperty("动态字段索引") |
| | | private String fieldsIndex; |
| | | |
| | | /** |
| | | * 物料编码 |
| | |
| | | |
| | | public PurchaseItem() {} |
| | | |
| | | public PurchaseItem(Long purchaseId,String erpId,String matnrCode,String matnrName,String unit,Double anfme,Double qty,Double nromQty,Double asnQty,Double printQty,String splrName,String splrCode,String splrBatch,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public PurchaseItem(Long purchaseId,String erpItemId,String matnrCode,String matnrName,String unit,Double anfme,Double qty,Double nromQty,Double asnQty,Double printQty,String splrName,String splrCode,String splrBatch,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.purchaseId = purchaseId; |
| | | this.erpId = erpId; |
| | | this.platItemId = erpItemId; |
| | | this.matnrCode = matnrCode; |
| | | this.matnrName = matnrName; |
| | | this.unit = unit; |