Files
cunkebao_v3/Server/application/store/model/WechatFriendModel.php

11 lines
142 B
PHP
Raw Normal View History

<?php
namespace app\store\model;
use think\Model;
class WechatFriendModel extends Model
{
2025-05-21 14:51:19 +08:00
protected $name = 'wechat_friendship';
}