coupon-admin/app/model/BusinessCircle.php

16 lines
281 B
PHP

<?php
namespace app\model;
use think\Collection;
use think\db\exception\DataNotFoundException;
use think\db\exception\DbException;
use think\db\exception\ModelNotFoundException;
/**
* 商圈
* Class BusinessCircle
* @package app\model
*/
class BusinessCircle extends Base
{
}