/// <summary> /// 获取产品型号(Model字段) /// </summary> /// <returns></returns> public List <KeyValueModel> GetPoctModel() { return(dal.GetPoctModel()); }