cxhxy/app/applet/model/WechatBatchSend.php
2023-11-21 15:14:59 +08:00

13 lines
206 B
PHP

<?php
namespace app\applet\model;
use app\common\model\WechatBatchSend as WechatBatchSendModel;
/**
* 微信群发消息模型
*/
class WechatBatchSend extends WechatBatchSendModel
{
}