colly_wyx
2018-03-29 2fe556a03bce3df5ad8fdcfdc92583d8ea945ac9
1
2
3
4
5
6
7
8
<?php
 
class Model_Ad extends Model_Base{
 
    public $table = 'ad';
 
 
}