<?php /** * 联动对应的目标 * @author auto create */ class LinkageTargetVo { /** * 对应目标的行为 **/ public $behavior; /** * 对应目标的id **/ public $field_id; } ?>