Exemplo n.º 1
0
 //获取组长按成绩
 public string GetGroupLeaderbygrade(string stunum)
 {
     return(dal.GetGroupLeaderbygrade(stunum));
 }