15 lines
168 B
PHP
15 lines
168 B
PHP
<?php
|
|
|
|
/**
|
|
* 发布事件响应
|
|
* @author auto create
|
|
*/
|
|
class EventPublishThirdPartyResponse
|
|
{
|
|
|
|
/**
|
|
* 发布事件结果列表
|
|
**/
|
|
public $entry_list;
|
|
}
|
|
?>
|