Beispiel #1
0
 //获取所在组号
 public string GetGroupId(string stunum)
 {
     return(dal.GetGroupId(stunum));
 }