<?php /** * list * @author auto create */ class Classrooms { /** * 课堂交互信息 **/ public $interact_info; /** * 课堂唯一标识id **/ public $target_id; } ?>