记得上下班打卡 | git大法好,push需谨慎

Commit c69372e7 authored by zhengfuxin's avatar zhengfuxin

修改微信号 不是必传

parent a839d08f
...@@ -128,7 +128,7 @@ public class SmileUserVO implements Serializable { ...@@ -128,7 +128,7 @@ public class SmileUserVO implements Serializable {
* 微信号 * 微信号
*/ */
@ApiModelProperty(value = "微信号") @ApiModelProperty(value = "微信号")
@NotBlank(groups = {saveOne.class},message = "微信号必传") //@NotBlank(groups = {saveOne.class},message = "微信号必传")
private String wechat; private String wechat;
/** /**
......
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