示例#1
0
 public DataTable SelectGiftBagByPKID(int pkid)
 {
     return(DalPromotionJob.SelectGiftBagByPKID(pkid));
 }