This commit is contained in:
Your Name
2026-04-11 18:06:02 +08:00
parent 4909ec6daa
commit abcecf66e7
325 changed files with 4199 additions and 633 deletions
@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);
namespace app\common\model;
/**
* 企业微信同步设置模型
*/
class QywxSyncSettings extends BaseModel
{
protected $name = 'qywx_sync_settings';
}