| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** |
| | | * 物料编码 |
| | | * 商品编号 |
| | | */ |
| | | @ApiModelProperty(value= "物料编码") |
| | | @ApiModelProperty(value= "商品编号") |
| | | @TableId(value = "mat_no", type = IdType.INPUT) |
| | | @TableField("mat_no") |
| | | private String matNo; |
| | |
| | | private String barcode; |
| | | |
| | | /** |
| | | * 物料名称 |
| | | * 商品名称 |
| | | */ |
| | | @ApiModelProperty(value= "物料名称") |
| | | @ApiModelProperty(value= "商品名称") |
| | | @TableField("mat_name") |
| | | private String matName; |
| | | |
| | | /** |
| | | * 物料单位 |
| | | */ |
| | | @ApiModelProperty(value= "基本单位") |
| | | @ApiModelProperty(value= "单位") |
| | | private String str1; |
| | | |
| | | @ApiModelProperty(value= "物料类别") |
| | | @ApiModelProperty(value= "规格") |
| | | private String str2; |
| | | |
| | | @ApiModelProperty(value= "规格型号") |
| | | @ApiModelProperty(value= "品项数") |
| | | private String str3; |
| | | |
| | | @ApiModelProperty(value= "状态") |
| | | @ApiModelProperty(value= "客户名称") |
| | | private String str4; |
| | | |
| | | @ApiModelProperty(value= "助记码") |
| | | @ApiModelProperty(value= "型号") |
| | | private String str5; |
| | | |
| | | @ApiModelProperty(value= "默认供应商") |
| | | @ApiModelProperty(value= "批号") |
| | | private String str6; |
| | | |
| | | @ApiModelProperty(value= "默认仓库") |
| | | @ApiModelProperty(value= "单据编号") |
| | | private String str7; |
| | | |
| | | @ApiModelProperty(value= "品牌") |
| | | @ApiModelProperty(value= "") |
| | | private String str8; |
| | | |
| | | @ApiModelProperty(value= "采购员") |
| | | @ApiModelProperty(value= "") |
| | | private String str9; |
| | | |
| | | @ApiModelProperty(value= "产地") |
| | | @ApiModelProperty(value= "") |
| | | private String str10; |
| | | |
| | | @ApiModelProperty(value= "序列号管理") |
| | | @ApiModelProperty(value= "") |
| | | private String str11; |
| | | |
| | | @ApiModelProperty(value= "批次管理") |
| | | @ApiModelProperty(value= "") |
| | | private String str12; |
| | | |
| | | @ApiModelProperty(value= "保质期单位") |
| | | @ApiModelProperty(value= "") |
| | | private String str13; |
| | | |
| | | @ApiModelProperty(value= "保质期管理") |
| | | @ApiModelProperty(value= "") |
| | | private String str14; |
| | | |
| | | @ApiModelProperty(value= "保质期") |
| | | @ApiModelProperty(value= "") |
| | | private String str15; |
| | | |
| | | @ApiModelProperty(value= "可销售") |
| | | @ApiModelProperty(value= "") |
| | | private String str16; |
| | | |
| | | @ApiModelProperty(value= "可采购") |
| | | @ApiModelProperty(value= "") |
| | | private String str17; |
| | | |
| | | @ApiModelProperty(value= "可为子件") |
| | | @ApiModelProperty(value= "") |
| | | private String str18; |
| | | |
| | | @ApiModelProperty(value= "可为组件") |
| | | @ApiModelProperty(value= "") |
| | | private String str19; |
| | | |
| | | @ApiModelProperty(value= "辅助属性管理") |
| | | @ApiModelProperty(value= "") |
| | | private String str20; |
| | | |
| | | @ApiModelProperty(value= "成本计算方法") |
| | | @ApiModelProperty(value= "") |
| | | private String str21; |
| | | |
| | | @ApiModelProperty(value= "采购单位") |
| | | @ApiModelProperty(value= "") |
| | | private String str22; |
| | | |
| | | @ApiModelProperty(value= "销售单位") |
| | | @ApiModelProperty(value= "") |
| | | private String str23; |
| | | |
| | | @ApiModelProperty(value= "预警天数") |
| | | @ApiModelProperty(value= "重量") |
| | | private Double num1; |
| | | |
| | | @ApiModelProperty(value= "最低库存数量") |
| | | @ApiModelProperty(value= "") |
| | | private Double num2; |
| | | |
| | | @ApiModelProperty(value= "最高库存数量") |
| | | @ApiModelProperty(value= "") |
| | | private Double num3; |
| | | |
| | | @ApiModelProperty(value= "安全库存") |
| | | @ApiModelProperty(value= "") |
| | | private Double num4; |
| | | |
| | | @ApiModelProperty(value= "税率") |
| | | @ApiModelProperty(value= "") |
| | | private Double num5; |
| | | |
| | | @ApiModelProperty(value= "") |
| | |
| | | |
| | | // MatCode matCode = new MatCode( |
| | | // null, // 条码 |
| | | // null, // 物料名称 |
| | | // null, // 商品名称 |
| | | // null, // 物料单位 |
| | | // null, // 物料规格 |
| | | // null, // 规格 |
| | | // null, // |
| | | // null, // |
| | | // null, // |