新版数智员工

This commit is contained in:
wong
2026-03-24 10:39:16 +08:00
parent 1853934d85
commit 7fb61b77a4
123 changed files with 38491 additions and 1018 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\store_old\model;
use think\Model;
class WechatMessageModel extends Model
{
protected $table = 's2_wechat_message';
}