Beispiel #1
0
 //获取热卖商品
 public List <Model.PropInfo> getHotProps()
 {
     return(IP.getHotProps());
 }