<?php /** * 返回对象 * @author auto create */ class PageInfoDto { /** * 返回列表 **/ public $result_list; /** * 总计 **/ public $total_num; } ?>