You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
311 B
25 lines
311 B
3 years ago
|
<?php
|
||
|
/**
|
||
|
*
|
||
|
* Banner.php
|
||
|
* User: ChenLong
|
||
|
* DateTime: 2021-01-11 17:40:00
|
||
|
*/
|
||
|
|
||
|
namespace app\admin\model;
|
||
|
|
||
|
use \app\common\model\Banner as commonBanner;
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Class Banner
|
||
|
* @package app\admin\controller\Banner
|
||
|
* @author chenlong <vip_chenlong@163.com>
|
||
|
*/
|
||
|
class Banner extends commonBanner
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
}
|