Files
CKB-Interface/application/store_old/model/WechatFriendModel.php
2026-03-24 10:39:16 +08:00

12 lines
188 B
PHP

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