13 lines
206 B
PHP
Executable File
13 lines
206 B
PHP
Executable File
<?php
|
|
namespace app\applet\model;
|
|
|
|
use app\common\model\WechatBatchSend as WechatBatchSendModel;
|
|
|
|
/**
|
|
* 微信群发消息模型
|
|
*/
|
|
class WechatBatchSend extends WechatBatchSendModel
|
|
{
|
|
|
|
}
|