|
@@ -117,6 +117,16 @@ public class StudentManageListDto {
|
|
|
//是否有未生效的云教练订单
|
|
|
private Boolean hasNoStartCloudTeacher = false;
|
|
|
|
|
|
+ private Integer recordUserId;
|
|
|
+
|
|
|
+ public Integer getRecordUserId() {
|
|
|
+ return recordUserId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRecordUserId(Integer recordUserId) {
|
|
|
+ this.recordUserId = recordUserId;
|
|
|
+ }
|
|
|
+
|
|
|
public Boolean getHasNoStartCloudTeacher() {
|
|
|
return hasNoStartCloudTeacher;
|
|
|
}
|