namespace XGame.Database { public partial class drawTableRepo { /// /// 召唤类型 /// 1圣兵 /// 2铭文 /// /// /// public static drawTable GetDrawInfoByType(int type) { return Get(type * 1000 + 1); } } }