<?php /** * 返回值对象 * @author auto create */ class OutDeviceIdVo { /** * 外部设备id **/ public $outdid; } ?>