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