예제 #1
0
파일: BMaterial.cs 프로젝트: seezeef/YS_ERP
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public BaseCustomerTable GetModel(string CODE)
 {
     return(dal.GetModel(CODE));
 }