This commit is contained in:
qianhao.xu
2025-03-19 13:48:02 +08:00
parent a0ec3319b2
commit 203babdf07
4 changed files with 17 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ namespace DOAN.Service.group.IService
PagedInfo<GroupScheduleDto> ListGroupByDate(GroupScheduleQueryDto2 query);
List<GroupPersonDto> SearchPerson_group_bind(string group_schedule_id);
List<GroupPersonDto> SearchPerson_group_bind(string group_code);
PagedInfo<GroupPersonDto> SearchPerson_group_bind_No(GroupScheduleQueryDto3 parm);
List<BaseGroup> GetALLGroup(string group_code,string group_name);