rev 物料维护
This commit is contained in:
@@ -24,9 +24,16 @@ public class MdBaseMaterial implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@TableId(value = "material_id", type = IdType.NONE)
|
||||
|
||||
@ApiModelProperty(value = "物料标识")
|
||||
private String material_id;
|
||||
|
||||
@ApiModelProperty(value = "订单编号")
|
||||
private String order_number;
|
||||
|
||||
@ApiModelProperty(value = "产品编码")
|
||||
private String product_code;
|
||||
|
||||
@ApiModelProperty(value = "成品物料编码")
|
||||
private String material_code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user