Files
zyt/server/app/common/model/QywxMediaChannel.php
T
2026-04-23 15:43:22 +08:00

19 lines
318 B
PHP

<?php
declare(strict_types=1);
namespace app\common\model;
class QywxMediaChannel extends BaseModel
{
protected $name = 'qywx_media_channel';
protected $autoWriteTimestamp = true;
protected $createTime = 'create_time';
protected $updateTime = 'update_time';
protected $dateFormat = false;
}