| | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | /** |
| | | * 标识 |
| | | */ |
| | | @ApiModelProperty(value= "标识") |
| | | private String uuid; |
| | | |
| | | /** |
| | | * 货主ID |
| | |
| | | * 描述 |
| | | */ |
| | | @ApiModelProperty(value= "描述") |
| | | private String desc; |
| | | private String describle; |
| | | |
| | | /** |
| | | * 标包数量 |
| | |
| | | |
| | | public Matnr() {} |
| | | |
| | | public Matnr(String uuid,Long shipperId,String name,String code,Long groupId,String erpCode,String spec,String model,Double weight,String color,String size,String desc,Integer nromNum,String unit,String purchaseUnit,String stockUnit,Short stockLeval,Short isLabelMange,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | public Matnr(Long shipperId,String name,String code,Long groupId,String erpCode,String spec,String model,Double weight,String color,String size,String describle,Integer nromNum,String unit,String purchaseUnit,String stockUnit,Short stockLeval,Short isLabelMange,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.shipperId = shipperId; |
| | | this.name = name; |
| | | this.code = code; |
| | |
| | | this.weight = weight; |
| | | this.color = color; |
| | | this.size = size; |
| | | this.desc = desc; |
| | | this.describle = describle; |
| | | this.nromNum = nromNum; |
| | | this.unit = unit; |
| | | this.purchaseUnit = purchaseUnit; |