代码同步

This commit is contained in:
wong
2025-10-15 16:39:10 +08:00
parent d26e5a324d
commit db22100846
5 changed files with 166 additions and 76 deletions

View File

@@ -8,4 +8,9 @@ class WechatFriendModel extends Model
{
// 设置表名
protected $table = 's2_wechat_friend';
protected $pk = 'id';
/*protected $pk = [
'uk_owner_wechat_account' => ['ownerWechatId', 'wechatId','wechatAccountId'] // uk_owner_wechat_account 是数据库中组合唯一键的名称
];*/
}