<?php /** * 国家补贴 * @author auto create */ class GovSubsidyDTO { /** * 国补信息 **/ public $state_subsidy_info; /** * 国家补贴 **/ public $tag_name; } ?>