Files
cunkebao_v3/Server/application/store/model/WechatFriendModel.php
2025-05-21 14:51:19 +08:00

11 lines
142 B
PHP

<?php
namespace app\store\model;
use think\Model;
class WechatFriendModel extends Model
{
protected $name = 'wechat_friendship';
}