作者 刘锟

update

... ... @@ -17,6 +17,7 @@ class Category extends Base
protected $table = 'gl_product_category';
//连接数据库
protected $connection = 'custom_mysql';
use SoftDeletes;
const STATUS_ACTIVE = 1;
//新闻产品分类列表分页条数
... ...