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 });