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.
 
 
 
Tiobon.Web/Tiobon.Core.IServices/Ghrz/IGhrz_Shihua_OA_EmploymentS...

11 lines
389 B

using Tiobon.Core.IServices.BASE;
using Tiobon.Core.Model.Models;
namespace Tiobon.Core.IServices;
/// <summary>
/// Ghrz_Shihua_OA_Employment(自定义服务接口)
/// </summary>
public interface IGhrz_Shihua_OA_EmploymentServices : IBaseServices<Ghrz_Shihua_OA_Employment, Ghrz_Shihua_OA_EmploymentDto, InsertGhrz_Shihua_OA_EmploymentInput, EditGhrz_Shihua_OA_EmploymentInput>
{
}