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.
24 lines
311 B
24 lines
311 B
<?php |
|
/** |
|
* |
|
* Notice.php |
|
* User: ChenLong |
|
* DateTime: 2020-12-21 16:00:35 |
|
*/ |
|
|
|
namespace app\admin\model; |
|
|
|
use \app\common\model\Notice as commonNotice; |
|
|
|
|
|
/** |
|
* Class Notice |
|
* @package app\admin\controller\Notice |
|
* @author chenlong <vip_chenlong@163.com> |
|
*/ |
|
class Notice extends commonNotice |
|
{ |
|
|
|
|
|
|
|
}
|
|
|