using YiSha.Util.Model; using System.Data.Common; using System.Threading.Tasks; using System.Collections.Generic; using YiSha.Entity.KJH; using YiSha.Model.Param.KJH; namespace YiSha.IService.KJH { /// /// 创 建:cmzx /// 日 期:2021-04-27 16:23 /// 描 述:体彩排列3、5服务接口类(部分类) /// public partial interface ITcp3Service { } }