上传代码

hehai
zhiyong.ning 4 years ago
parent a5aa25a7ae
commit 457930dd68
  1. 3
      src/main/java/com/msdw/tms/api/UserControllerApi.java

@ -18,4 +18,7 @@ public interface UserControllerApi {
@ApiOperation(value = "更新密码",notes = "更新密码")
R examinePassword(UserEntityVo entity);
@ApiOperation(value = "注册",notes = "注册")
R save(UserEntity entity);
}

Loading…
Cancel
Save