/// <summary>
 /// 获取一个实体对象
 /// </summary>
 public static TbsusheInfo GetModel(object id)
 {
     return(TbsusheDAL.GetModel(id));
 }