Example #1
0
 public string[] SelectTagSystem(long CreateTime, string TagNo)
 {
     return(IO_AGVMapService.SelectTagBLL(CreateTime, TagNo));
 }