liuyu 4 năm trước cách đây
mục cha
commit
e479a78ee8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 });