示例#1
0
 function AcTime($date, $stationid)
 {
     $obj = new Psys_StationRule();
     return $obj->AcTime($date, $stationid);
 }