增加自媒体渠道

This commit is contained in:
2026-04-23 15:43:22 +08:00
parent 366b005d78
commit 54431cbeb1
19 changed files with 737 additions and 47 deletions
@@ -0,0 +1,18 @@
<?php
declare(strict_types=1);
namespace app\common\model;
class QywxMediaChannel extends BaseModel
{
protected $name = 'qywx_media_channel';
protected $autoWriteTimestamp = true;
protected $createTime = 'create_time';
protected $updateTime = 'update_time';
protected $dateFormat = false;
}