批量切割规格新增货架号

This commit is contained in:
liyj 2025-10-17 15:07:21 +08:00
parent 555771a0bb
commit 0f5713eb12

View File

@ -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)