<?php /** * 群信息列表 * @author auto create */ class ConversationInfo { /** * 班级群名称 **/ public $title; /** * 群类型,officialClassGroup: 家校群; teacherStudentGroup: 师生群 **/ public $type; } ?>