Files
zyt/server/app/common/model/tcm/DailyShareInvite.php
2026-05-27 15:50:54 +08:00

16 lines
249 B
PHP

<?php
namespace app\common\model\tcm;
use app\common\model\BaseModel;
/**
* 日常记录分享邀请码
*/
class DailyShareInvite extends BaseModel
{
protected $name = 'tcm_daily_share_invite';
protected $autoWriteTimestamp = false;
}