Пример #1
0
 public string[] SelectTagArr(long CreateTime, string TagNo)
 {
     return(operateDB.SelectTag(CreateTime, TagNo));
 }