@@ -15,7 +15,7 @@ public class IdentityController { | |||
private IIdentityService identityService; | |||
/** | |||
* 获取身份列表 | |||
* 获取身份列表(分页) | |||
* | |||
* @param identityQuery 查询条件 | |||
* @return | |||
@@ -27,7 +27,7 @@ public class IdentityController { | |||
/** | |||
* 获取身份列表(分页) | |||
* 获取身份列表 | |||
* | |||
* @param identityQuery 查询条件 | |||
* @return |