Files
charge-pile-serve/app/model/EnterpriseGroup.php

10 lines
129 B
PHP
Raw Normal View History

2025-11-10 16:12:07 +08:00
<?php
namespace app\model;
use think\Model;
class EnterpriseGroup extends Model
{
protected $createTime = 'create_time';
}