<?php /** * 用户userid结果 * @author auto create */ class UseridVo { /** * 用户通讯录类型,0为内部,1为外部 **/ public $contact_type; /** * 用户在企业中userid **/ public $userid; } ?>