<?php
namespace app\model;
use think\Model;
class EnterpriseGroup extends Model
{
protected $createTime = 'create_time';
}