@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RestController;
/**
* @desc 用户管理 controller
- * @author 木子李·De <lide1202@hotmail.com>
+ * @author Devli
* @date 2019-02-17 08:50:11.902
**/
@RestController
@@ -26,7 +26,7 @@ import java.util.Map;
* @desc 权限管理 controller
-* @author 木子李·De <lide1202@hotmail.com>
+* @author Devli
* @date 2019-02-17 08:50:10.009
@@ -15,7 +15,7 @@ import lombok.Data;
*
* @description 权限管理 dto
@Data
@@ -12,7 +12,7 @@ import java.util.Date;
* @desc AccessAuthority 权限管理查询输入类
@@ -8,7 +8,7 @@ import java.util.List;
* AccessAuthority Mapper
@Mapper
@@ -9,7 +9,7 @@ import javax.validation.constraints.*;
import java.util.Date;
* @description 权限管理 entity
@TableName(keepGlobalPrefix=true, value="access_authority")
@@ -10,7 +10,7 @@ import java.util.List;
* @desc AccessAuthority 权限管理服务接口
public interface AccessAuthorityService extends GaeaBaseService<AccessAuthorityParam, AccessAuthority> {
@@ -25,7 +25,7 @@ import java.util.stream.Collectors;
* @desc AccessAuthority 权限管理服务实现
@Service
@@ -23,7 +23,7 @@ import java.util.Map;
* @desc 角色管理 controller
* @date 2019-02-17 08:50:14.136
@@ -16,7 +16,7 @@ import lombok.Data;
* @description 角色管理 dto
* @desc AccessRole 角色管理查询输入类
@@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
* AccessRoleAuthority Mapper
@@ -12,7 +12,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.List;
* AccessRole Mapper
@@ -8,7 +8,7 @@ import javax.validation.constraints.*;
* @description 角色管理 entity
@TableName(keepGlobalPrefix=true, value="access_role")
@@ -11,7 +11,7 @@ import java.util.Date;
* @description 角色--菜单--按钮关联关系 entity
@TableName(keepGlobalPrefix=true, value="access_role_authority")
@@ -13,7 +13,7 @@ import java.util.Map;
* @desc AccessRole 角色管理服务接口
public interface AccessRoleService extends GaeaBaseService<AccessRoleParam, AccessRole> {
* @desc AccessRole 角色管理服务实现
@@ -16,7 +16,7 @@ import java.util.List;
* @description 用户管理 dto
* @desc AccessUser 用户管理查询输入类
* AccessUser Mapper
* @description 用户管理 entity
@TableName(keepGlobalPrefix=true, value="access_user")
@@ -10,7 +10,7 @@ import java.util.Date;
* @description 用户--角色关联关系 entity
@TableName(keepGlobalPrefix=true, value="access_user_role")
@@ -12,7 +12,7 @@ import java.util.Map;
* @desc AccessUser 用户管理服务接口
public interface AccessUserService extends GaeaBaseService<AccessUserParam, AccessUser> {
@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
* @desc AccessUser 用户管理服务实现