Merge branch 'master' of http://git.scdxtc.com/wangxinglong/coupon-admin
commit
e97b487be9
|
@ -0,0 +1,17 @@
|
||||||
|
<?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
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue