足力健后端,使用.netcore版本,合并1个项目使用

IBus_SMSTemplateRepository.cs 187B

1234567891011
  1. using System.Common;
  2. using System;
  3. using System.Model;
  4. namespace System.IRepositories
  5. {
  6. public interface IBus_SMSTemplateRepository : IRepository<T_Bus_SMSTemplate>
  7. {
  8. }
  9. }