liuyu 5 년 전
부모
커밋
e479a78ee8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/model/dock.js

+ 1 - 0
app/model/dock.js

@@ -29,6 +29,7 @@ const Dock = {
   province: { type: String, required: false }, // 省
   file_path: { type: String, required: false }, // 视频路径
   place: { type: String, required: false }, // 位置
+  roomname: { type: String, required: false }, // 房间号
 };
 const schema = new Schema(Dock, { toJSON: { virtuals: true } });
 schema.index({ id: 1 });