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