colly_wyx
2018-04-24 342b189c98dc0202c8e4dbab2e02c30c7fe7aa24
1
2
3
4
5
6
7
8
<?php
 
class Model_DataThreeHourly extends Model_Base{
 
   public $table = 'data_three_hourly';
 
 
}