Commit 0cb3991c authored by honghy's avatar honghy Committed by wux

会员等级图标修改为非必填

parent 83ca8bb8
ALTER TABLE member_user_level_config MODIFY `icon` varchar(255) COMMENT '图标';
......@@ -34,7 +34,6 @@ public class MemberUserLevelConfigUpdateVO {
* 图标
*/
@ApiModelProperty(value = "图标")
@NotNull(message = "icon is null")
private String icon;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment