解决学生考勤无法搜索
This commit is contained in:
@@ -40,9 +40,13 @@ public class StuLeaveApplicationDto extends BaseEntity {
|
||||
@ApiModelProperty("班级id")
|
||||
private String classId;
|
||||
|
||||
@ApiModelProperty("班级")
|
||||
private String className;
|
||||
|
||||
@ApiModelProperty("辅导员工号")
|
||||
private String userName;
|
||||
|
||||
@ApiModelProperty("部门id")
|
||||
private Long deptId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user