| | |
| | | @ApiModelProperty(value= "包装名称") |
| | | private String packName; |
| | | |
| | | @ApiModelProperty("上报状态 0: 未上报, 1: 已上报") |
| | | private Integer ntyStatus; |
| | | |
| | | /** |
| | | * 状态 1: 正常 0: 冻结 |
| | | */ |
| | |
| | | |
| | | public AsnOrderItem() {} |
| | | |
| | | public AsnOrderItem(Long asnId,String asnCode,Long poDetlId, String matnrCode, String poCode,String matnrId,String matnk,Double anfme,String stockUnit,Double purQty,String purUnit,Double qty,String splrCode,String splrName,String qrcode,String barcode,String packName,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public AsnOrderItem(Long asnId,String asnCode,Long poDetlId, String matnrCode, String poCode,String matnrId,String matnk,Double anfme,String stockUnit,Double purQty,String purUnit,Double qty,String splrCode,String splrName,String qrcode,String barcode,String packName,Integer status, Integer ntyStatus,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.asnId = asnId; |
| | | this.asnCode = asnCode; |
| | | this.poDetlId = poDetlId; |
| | |
| | | this.purQty = purQty; |
| | | this.purUnit = purUnit; |
| | | this.qty = qty; |
| | | this.ntyStatus = ntyStatus; |
| | | this.splrCode = splrCode; |
| | | this.splrName = splrName; |
| | | this.qrcode = qrcode; |