Example #1
0
 public static function getReceiptGoodsById($id)
 {
     $rtnData = PurToWhModel::getReceiptGoodsById($id);
     return $rtnData;
 }