Files
cunkebao_v3/Server/application/common/model/Attachment.php

11 lines
146 B
PHP
Raw Normal View History

<?php
2025-04-16 16:10:37 +08:00
namespace app\common\model;
use think\Model;
class Attachment extends Model
{
// 设置表名
protected $name = 'attachments';
}