|
@@ -27,6 +27,7 @@ const Dock = {
|
|
reason: { type: String, required: false, maxLength: 200 }, // 拒绝理由
|
|
reason: { type: String, required: false, maxLength: 200 }, // 拒绝理由
|
|
user_id: { type: String, required: true, maxLength: 200 }, // 申请用户
|
|
user_id: { type: String, required: true, maxLength: 200 }, // 申请用户
|
|
province: { type: String, required: false }, // 省
|
|
province: { type: String, required: false }, // 省
|
|
|
|
+ file_path: { type: String, required: false }, // 视频路径
|
|
place: { type: String, required: false }, // 位置
|
|
place: { type: String, required: false }, // 位置
|
|
};
|
|
};
|
|
const schema = new Schema(Dock, { toJSON: { virtuals: true } });
|
|
const schema = new Schema(Dock, { toJSON: { virtuals: true } });
|