<?php /** * result * @author auto create */ class RobotMsgStatPageResponse { /** * list **/ public $list; /** * pagination **/ public $pagination; } ?>