添加商品分组排序方式字段

This commit is contained in:
谭凯凯
2024-11-12 09:24:55 +08:00
committed by Tankaikai
parent 756b088f04
commit 5de9575275

View File

@@ -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 = "排序")