商圈模型

master
wangxinglong 2021-11-29 14:00:37 +08:00
parent 7b674400e7
commit e7aa946766
1 changed files with 17 additions and 0 deletions

View File

@ -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
{
}