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.
8 lines
349 B
8 lines
349 B
namespace Tiobon.Core.IServices;
|
|
|
|
/// <summary>
|
|
/// 培训费用_宝连通(自定义服务接口)
|
|
/// </summary>
|
|
public interface IGhre_TrainFeeApplyOrder_BoltoneServices : IBaseServices<Ghre_TrainFeeApplyOrder_Boltone, Ghre_TrainFeeApplyOrder_BoltoneDto, InsertGhre_TrainFeeApplyOrder_BoltoneInput, EditGhre_TrainFeeApplyOrder_BoltoneInput>
|
|
{
|
|
} |