给角色和平台模块优化接口
This commit is contained in:
@@ -9,11 +9,6 @@ import java.util.List;
|
||||
public interface PlatformConfigMapperEx {
|
||||
|
||||
List<PlatformConfig> selectByConditionPlatformConfig(
|
||||
@Param("platformKey") String platformKey,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByPlatformConfig(
|
||||
@Param("platformKey") String platformKey);
|
||||
|
||||
}
|
||||
@@ -11,12 +11,6 @@ import java.util.List;
|
||||
public interface RoleMapperEx {
|
||||
|
||||
List<RoleEx> selectByConditionRole(
|
||||
@Param("name") String name,
|
||||
@Param("description") String description,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByRole(
|
||||
@Param("name") String name,
|
||||
@Param("description") String description);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user