| | |
| | | @ApiModelProperty(value= "货主ID") |
| | | private Long shipperId; |
| | | |
| | | // @ApiModelProperty(value = "货主编码") |
| | | // private String shipperCode; |
| | | |
| | | /** |
| | | * 分组ID(*) |
| | | */ |
| | |
| | | * ERP编码 |
| | | */ |
| | | @ApiModelProperty(value= "ERP编码") |
| | | private String erpCode; |
| | | private String platCode; |
| | | |
| | | /** |
| | | * 规格 |
| | |
| | | |
| | | public Matnr() {} |
| | | |
| | | public Matnr(String name,String code,Long shipperId,Long groupId,Long rglarId,String erpCode,String spec,String model,Double weight,String color,String size,String describle,Integer nromNum,String unit,String purUnit,String stockUnit,Short stockLevel,Short flagLabelMange,Double safeQty,Double minQty,Double maxQty,Integer stagn,Integer valid,Integer validWarn,Short flagCheck,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public Matnr(String name,String code,Long shipperId,Long groupId,Long rglarId,String platCode,String spec,String model,Double weight,String color,String size,String describle,Integer nromNum,String unit,String purUnit,String stockUnit,Short stockLevel,Short flagLabelMange,Double safeQty,Double minQty,Double maxQty,Integer stagn,Integer valid,Integer validWarn,Short flagCheck,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.name = name; |
| | | this.code = code; |
| | | this.shipperId = shipperId; |
| | | this.groupId = groupId; |
| | | this.rglarId = rglarId; |
| | | this.erpCode = erpCode; |
| | | this.platCode = platCode; |
| | | this.spec = spec; |
| | | this.model = model; |
| | | this.weight = weight; |