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