<?php /** * 班次配置 * @author auto create */ class ClassSettingVo { /** * 休息开始时间 **/ public $rest_begin_time; /** * 休息结束时间 **/ public $rest_end_time; } ?>