mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
feature(管理后台): 商品管理
This commit is contained in:
parent
c7a2ed4a0b
commit
d3c37c41d2
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user