Пример #1
0
 //获取组长
 public string GetGroupLeader(string stunum)
 {
     return(dal.GetGroupLeader(stunum));
 }