// +---------------------------------------------------------------------- declare (strict_types = 1); namespace addon\wxchat\model; use think\Model; /** * WxchatRoomMic 类 * * @author ywxapp */ class WxchatRoomMic extends Model { protected $name = 'wxchat_room_mics'; protected $autoWriteTimestamp = 'int'; protected $createTime = 'create_at'; protected $updateTime = false; }