Exemple #1
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public Library.Model.Audit GetModel(int F_ID)
 {
     return(dal.GetModel(F_ID));
 }