示例#1
0
 /// <summary>
 /// 获取产品类型(DeviceType字段)
 /// </summary>
 /// <returns></returns>
 public List <KeyValueModel> getProductType()
 {
     return(dal.getProductType());
 }