|
@@ -43,7 +43,7 @@ public interface ICommonUserInfoService{
|
|
|
public Boolean delete(@NotNull @HttpParam(name = "id", type = HttpParamType.COMMON, description = "")String id)throws ServiceException;
|
|
|
|
|
|
@HttpMethod(description = "修改", permissionName = "用户管理管理")
|
|
|
- public Boolean update(@NotNull @HttpParam(name = "commonUserInfo", type = HttpParamType.COMMON, description = "用户管理") CommonUserInfo commonUserInfo)throws ServiceException;
|
|
|
+ public CommonUserInfo update(@NotNull @HttpParam(name = "commonUserInfo", type = HttpParamType.COMMON, description = "用户管理") CommonUserInfo commonUserInfo)throws ServiceException;
|
|
|
|
|
|
@HttpMethod(description = "查询", permissionName = "用户管理管理")
|
|
|
public CommonUserInfo get(@NotNull @HttpParam(name = "id", type = HttpParamType.COMMON, description = "")Long id)throws ServiceException;
|