Browse Source

修改注释

tags/V1.7.0
wanghaoran 1 year ago
parent
commit
04b5c8b7c2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tuoheng-api/src/main/java/com/tuoheng/api/controller/IdentityController.java

+ 2
- 2
tuoheng-api/src/main/java/com/tuoheng/api/controller/IdentityController.java View File

@@ -15,7 +15,7 @@ public class IdentityController {
private IIdentityService identityService;

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


/**
* 获取身份列表(分页)
* 获取身份列表
*
* @param identityQuery 查询条件
* @return

Loading…
Cancel
Save