<?php /** * forms * @author auto create */ class FormItemVo { /** * content **/ public $content; /** * title **/ public $title; } ?>