Пример #1
0
 public int GetUserPotLev(int userid)    //获取用户有无花盆
 {
     return(iposts.GetUserPotLev(userid));
 }