新增:更新商户ID

优化:oss新增merchantId字段
This commit is contained in:
2024-09-23 19:01:11 +08:00
parent 6442965439
commit 4750217ec8

View File

@@ -244,5 +244,10 @@ public class UserParam extends BaseParam {
private Long merchantId; private Long merchantId;
@ApiModelProperty(value = "商户名称") @ApiModelProperty(value = "商户名称")
@QueryField(type = QueryType.EQ)
private String merchantName; private String merchantName;
@ApiModelProperty(value = "商户LOGO")
@QueryField(type = QueryType.EQ)
private String merchantAvatar;
} }