mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 09:26:48 +08:00
新增面授地点和上课时间字段
This commit is contained in:
@@ -45,4 +45,14 @@ public class CourseStudyDto {
|
||||
* 10-报名未审核 20-报名被拒绝 30-报名审核通过-字段新,应管理端需求增加
|
||||
*/
|
||||
private Integer applyStatus;
|
||||
|
||||
/**
|
||||
* 应管理端需求,增加上课时间
|
||||
*/
|
||||
private Integer attendCourseTime;
|
||||
|
||||
/**
|
||||
* 应管理端需求,增加面授地点
|
||||
*/
|
||||
private String courseAddress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user