You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
package cn.teammodel.model.vo.admin;
|
|
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
@Data
|
|
|
|
public class SugVo {
|
|
|
|
private String habook;
|
|
|
|
private String date;
|
|
|
|
private Integer t_data;
|
|
|
|
private Integer t_green;
|
|
|
|
private Integer t_duration;
|
|
|
|
private Integer t_attendance;
|
|
|
|
private Integer t_interaction;
|
|
|
|
private Integer cooperation;
|
|
|
|
private Integer interaction;
|
|
|
|
private Integer task;
|
|
|
|
private Integer exam;
|
|
|
|
private Integer diffential;
|
|
|
|
private Integer smartRating;
|
|
|
|
private Integer cowork;
|
|
|
|
private Integer lesson_count;
|
|
|
|
private Integer public_count;
|
|
|
|
private Integer double_green_count;
|
|
|
|
private Integer material_count;
|
|
|
|
private Integer tpcplan_count;
|
|
|
|
private Integer star_level;
|
|
|
|
private List<String> observe_lessons;
|
|
|
|
}
|