|
|
|
@ -7,7 +7,9 @@ namespace Tiobon.Core.IServices; |
|
|
|
|
/// <summary> |
|
|
|
|
/// Ghra_Staff(自定义服务接口) |
|
|
|
|
/// </summary> |
|
|
|
|
public interface IGhra_StaffServices :IBaseServices<Ghra_Staff, Ghra_StaffDto, InsertGhra_StaffInput, EditGhra_StaffInput> |
|
|
|
|
public interface IGhra_StaffServices : IBaseServices<Ghra_Staff, Ghra_StaffDto, InsertGhra_StaffInput, EditGhra_StaffInput> |
|
|
|
|
{ |
|
|
|
|
Task<ServiceResult<Ghra_StaffDto>> QuerySimple(int id); |
|
|
|
|
} |
|
|
|
|
Task<ServiceResult<Ghra_StaffDto>> QuerySimple(int id); |
|
|
|
|
|
|
|
|
|
Task<ServiceResult<string>> QueryEmail(int id); |
|
|
|
|
} |