ITcqxcService.cs 418 B

12345678910111213141516171819
  1. using YiSha.Util.Model;
  2. using System.Data.Common;
  3. using System.Threading.Tasks;
  4. using System.Collections.Generic;
  5. using YiSha.Entity.KJH;
  6. using YiSha.Model.Param.KJH;
  7. namespace YiSha.IService.KJH
  8. {
  9. /// <summary>
  10. /// 创 建:cmzx
  11. /// 日 期:2021-04-28 13:37
  12. /// 描 述:体彩七星彩服务接口类(部分类)
  13. /// </summary>
  14. public partial interface ITcqxcService
  15. {
  16. }
  17. }