3 changed files with 25 additions and 14 deletions
@ -0,0 +1,17 @@ |
|||
using TaskManager.Contracts.Dtos; |
|||
using TaskManager.Entity; |
|||
using TaskManager.EntityFramework; |
|||
|
|||
namespace TaskManager.Controllers |
|||
{ |
|||
/// <summary>
|
|||
/// 供应商基础信息
|
|||
/// </summary>
|
|||
public class CherySupplierInfoService : CheryRecurringJobInputPageController<SUPPLIER_INFO, SUPPLIER_INFO_DTO> |
|||
{ |
|||
public CherySupplierInfoService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_INFO> repository) : base(httpClient, jobDbContext, log, repository) |
|||
{ |
|||
|
|||
} |
|||
} |
|||
} |
@ -1,6 +0,0 @@ |
|||
namespace TaskManager.Controllers |
|||
{ |
|||
public class SUPPLIER_INFO_Service |
|||
{ |
|||
} |
|||
} |
Loading…
Reference in new issue