新增:更新商户ID
优化:oss新增merchantId字段
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user