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

This commit is contained in:
谭凯凯 2024-11-12 09:25:22 +08:00 committed by Tankaikai
parent 5de9575275
commit 01d4f279aa
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class TbProductGroup implements Serializable {
@Column(name = "`sort_mode`")
@ApiModelProperty(value = "排序方式default-默认price-价格从高到低sales-volume-销量由高到低")
private String sort_mode;
private String sortMode;
@Column(name = "`sort`")
@ApiModelProperty(value = "排序")