colly_wyx
2018-04-27 74adf3a72663f151dc2c1b87ecb4ea4b0e080a50
1
2
3
4
5
6
7
8
<?php
 
class Model_Ad extends Model_Base{
 
    public $table = 'ad';
 
 
}