colly_wyx
2018-06-13 e4d5467f055ece8cc9dfdc02dd836bcc187034a5
1
2
3
4
5
6
7
8
<?php
 
class Model_DataThreeHourly extends Model_Base{
 
   public $table = 'data_three_hourly';
 
 
}