mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-26 00:45:08 +08:00
feature(管理后台): 商品管理
This commit is contained in:
@ -14,8 +14,7 @@ import java.util.List;
|
|||||||
@ToString(callSuper = true)
|
@ToString(callSuper = true)
|
||||||
public class ProductSkuCreateOrUpdateReqVO extends ProductSkuBaseVO {
|
public class ProductSkuCreateOrUpdateReqVO extends ProductSkuBaseVO {
|
||||||
|
|
||||||
// TODO @Luowenfeng:可以不用哈,如果基于规格匹配
|
@ApiModelProperty(value = "商品 id", example = "1")
|
||||||
@ApiModelProperty(value = "商品 id 更新时须有", example = "1")
|
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user