chore(config): 更新开发环境数据库和Redis配置
- 将application.yml中的active profile由glt2改为dev - 更新application-dev.yml中的MySQL连接信息,包括url、用户名和密码 - 修改Redis服务器地址以匹配新的环境设置 - 添加新文件expert-history.json和MEMORY.md用于记录扩展历史和内存使用情况
This commit is contained in:
@@ -86,4 +86,8 @@ public class ShopDealerUserParam extends BaseParam {
|
||||
@QueryField(type = QueryType.EQ)
|
||||
private Integer isDelete;
|
||||
|
||||
@Schema(description = "分销商等级:0-普通用户 1-超级管理员 2-合伙人(总店) 3-合伙人(分店)")
|
||||
@QueryField(type = QueryType.EQ)
|
||||
private Integer dealerLevel;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user