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