调整家庭成员格式
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled

This commit is contained in:
Flow 2025-06-06 15:48:27 +08:00
parent f29c1774d9
commit 5be00ca4e2

View File

@ -74,13 +74,12 @@ public interface PersonService {
* @return 成员列表
*/
List<PersonDO> getMembersByFamilyid(String familyid);
PageResult<PersonDO> getPersonPageNoFamilyid(PersonPageReqVO pageReqVO);
/**
* 获得用户基本信息分页没有家庭组号
*
* @param pageReqVO 分页查询
* @return 用户基本信息分页
*/
PageResult<PersonDO> getPersonPageNoFamilyid(PersonPageReqVO pageReqVO);
}