/// <summary> /// 得到一个对象实体 /// </summary> public BaseCustomerTable GetModel(string CODE) { return(dal.GetModel(CODE)); }