luck-draw/app/controller/manager/Activity.php

25 lines
473 B
PHP
Raw Normal View History

2022-02-28 10:04:28 +00:00
<?php
namespace app\controller\manager;
use app\model\ActivityTemplateType as ActivityTemplateTypeModel;
use Exception;
use think\db\exception\DataNotFoundException;
use think\db\exception\DbException;
use think\db\exception\ModelNotFoundException;
use think\exception\ValidateException;
use think\response\Json;
use think\response\View;
/**
* 抽奖模板分类
*
* Class ActivityTemplateType
* @package app\controller\manager
*/
class Activity extends Base
{
}