数据库更换表名

This commit is contained in:
wong
2025-05-21 14:51:19 +08:00
parent 9df664ecee
commit 4519a0c557

View File

@@ -6,6 +6,6 @@ use think\Model;
class WechatFriendModel extends Model
{
protected $name = 'wechat_friend';
protected $name = 'wechat_friendship';
}