新增面授地点和上课时间字段

This commit is contained in:
daihh
2023-03-24 17:05:05 +08:00
parent df96fd4dc7
commit fbcd4002c7

View File

@@ -45,4 +45,14 @@ public class CourseStudyDto {
* 10-报名未审核 20-报名被拒绝 30-报名审核通过-字段新,应管理端需求增加
*/
private Integer applyStatus;
/**
* 应管理端需求,增加上课时间
*/
private Integer attendCourseTime;
/**
* 应管理端需求,增加面授地点
*/
private String courseAddress;
}