/// <summary> /// 得到一个对象实体 /// </summary> public Model.weixin_account GetModel(int id) { return(dal.GetModel(id)); }
/// <summary> /// 得到一个对象实体 /// </summary> public Model.weixin_account GetModel() { return(dal.GetModel()); }