/// <summary>
 /// 增加一条数据
 /// </summary>
 public int  Add(ROYcms.Sys.Model.ROYcms_Jurisdiction model)
 {
     return(dal.Add(model));
 }