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.
13 lines
453 B
13 lines
453 B
using Tiobon.Core.Common;
|
|
using Tiobon.Core.Model.ViewModels.Extend;
|
|
using Tiobon.Core.Model;
|
|
|
|
namespace Tiobon.Core.IServices;
|
|
|
|
/// <summary>
|
|
/// 岗位技能_宝连通(自定义服务接口)
|
|
/// </summary>
|
|
public interface IGhre_TitleSkill_BoltoneServices : IBaseServices<Ghre_TitleSkill_Boltone, Ghre_TitleSkill_BoltoneDto, InsertGhre_TitleSkill_BoltoneInput, EditGhre_TitleSkill_BoltoneInput>
|
|
{
|
|
Task<dynamic> QueryMatrix(QueryBody filter);
|
|
} |