【门店端 - AI数智员工】 代码优化

This commit is contained in:
wong
2025-10-21 11:06:53 +08:00
parent 252d02e7b9
commit 19734415f0
4 changed files with 30 additions and 30 deletions

View File

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