添加商品分组排序方式字段
This commit is contained in:
parent
01d4f279aa
commit
ff4b651a47
|
|
@ -58,7 +58,7 @@ public class TbProductGroup implements Serializable {
|
|||
private String style;
|
||||
|
||||
@Column(name = "`sort_mode`")
|
||||
@ApiModelProperty(value = "排序方式,default-默认,price-价格从高到低,sales-volume-销量由高到低")
|
||||
@ApiModelProperty(value = "排序方式,0-默认; 1-价格从高到低; 2-销量由高到低;")
|
||||
private String sortMode;
|
||||
|
||||
@Column(name = "`sort`")
|
||||
|
|
|
|||
Loading…
Reference in New Issue