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