using System; using System.Collections.Generic; using CB.Entity; namespace CB.Interface.Infrastructure { //DT_LotteryServer public interface ILotteryServerService : IRepository { /// /// 删除服务器对应彩种配置 /// /// /// bool DeleteSid(int sid); } }