批量切割规格新增货架号
This commit is contained in:
parent
555771a0bb
commit
0f5713eb12
@ -50,6 +50,7 @@ public class ProductMapping implements Serializable {
|
||||
|
||||
@TableField(value ="product_number",updateStrategy=NOT_EMPTY)
|
||||
@ApiModelProperty(value = "商品货架号")
|
||||
@NotNull(message="商品货架号不能为空")
|
||||
private String productNumber;
|
||||
|
||||
@TableField(value ="spec_value",updateStrategy=NOT_EMPTY)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user