|
student_id: { type: String, required: false, zh: '学员id', ref: 'Student', getProp: [ 'name', 'icon', 'level', 'phone' ] }, //
|
|
student_id: { type: String, required: false, zh: '学员id', ref: 'Student', getProp: [ 'name', 'icon', 'level', 'phone' ] }, //
|
|
school_id: { type: String, required: false, zh: '学校id', ref: 'School', getProp: [ 'img_url', 'name', 'phone', 'coach_num', 'student_num', 'address', 'brief' ] }, //
|
|
school_id: { type: String, required: false, zh: '学校id', ref: 'School', getProp: [ 'img_url', 'name', 'phone', 'coach_num', 'student_num', 'address', 'brief' ] }, //
|
|
doc: { type: Object, required: false, zh: '档案' }, //
|
|
doc: { type: Object, required: false, zh: '档案' }, //
|
|
const schema = new Schema(relationStudentSchool, { toJSON: { virtuals: true } });
|
|
const schema = new Schema(relationStudentSchool, { toJSON: { virtuals: true } });
|