示例#1
0
文件: City.cs 项目: MingXingTeam/rbac
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(dal.GetMaxId());
 }