|  |  | 
 |  |  |      * 标准包装 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "标准包装") | 
 |  |  |     private Double nromQty; | 
 |  |  |     private Integer nromQty; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * ASN单据数量 | 
 |  |  | 
 |  |  |      * 是否删除 1: 是  0: 否   | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "是否删除 1: 是  0: 否  ") | 
 |  |  |     @TableLogic | 
 |  |  |     private Integer deleted; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  | 
 |  |  |  | 
 |  |  |     public PurchaseItem() {} | 
 |  |  |  | 
 |  |  |     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) { | 
 |  |  |     public PurchaseItem(Long purchaseId,String erpItemId,String matnrCode,String matnrName,String unit,Double anfme,Double qty,Integer 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.platItemId = erpItemId; | 
 |  |  |         this.matnrCode = matnrCode; |