0, self::type_two => 300, self::type_three => 600, self::type_four => 1200, self::type_five => 1800, self::type_six => 3600, self::type_seven => 7200, ]; public static $type_name = [ self::type_one => '单次', self::type_two => '5分钟', self::type_three => '10分钟', self::type_four => '20分钟', self::type_five => '30分钟', self::type_six => '1小时', self::type_seven => '2小时', ]; const status_zero = 0; const status_one = 1; const status_two = 2; public static $status_name = [ self::status_zero => '未开始', self::type_one => '进行中', self::type_two => '已完成', ]; }