www.maiwd.cn // +---------------------------------------------------------------------- /** * Class Business * Desc 商圈配置'; * Create on 2024/3/12 16:58 * Create by @小趴菜 */ namespace app\api\model\wdsxh\business; use think\Model; class BusinessConfig extends Model { // 表名 protected $name = 'wdsxh_business_config'; }