You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
382 B
9 lines
382 B
namespace Tiobon.Core.IServices;
|
|
|
|
/// <summary>
|
|
/// 员工群组(自定义服务接口)
|
|
/// </summary>
|
|
public interface IGhre_StaffGroupServices : IBaseServices<Ghre_StaffGroup, Ghre_StaffGroupDto, InsertGhre_StaffGroupInput, EditGhre_StaffGroupInput>
|
|
{
|
|
Task<ServicePageResult<Ghra_StaffDto>> QueryStaff(long id, QueryBody filter, string condition, bool? IsEnable = true);
|
|
} |