Files
cunkebao_v3/Server/application/common/model/Attachment.php
2025-04-16 16:10:37 +08:00

11 lines
146 B
PHP

<?php
namespace app\common\model;
use think\Model;
class Attachment extends Model
{
// 设置表名
protected $name = 'attachments';
}