Example #1
0
 // 新增-根据仪表类型获取仪表名称 一般是一对一的关系
 public static string GetMeterName(string ModelType, ref string strErr)
 {
     return(FlowMeterPro.GetMeterName(ModelType, ref strErr));
 }