<?php /** * 查询参数 * @author auto create */ class NameAndCertNumberQueryParam { /** * 身份证号 **/ public $cert_no; /** * 姓名 **/ public $real_name; } ?>