cxhxy/app/applet/model/Keyword.php
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

14 lines
169 B
PHP
Executable File

<?php
namespace app\applet\model;
use app\common\model\Keyword as KeywordModel;
/**
* 公众号关键字回复模型
*/
class Keyword extends KeywordModel
{
}