liuyu 4 gadi atpakaļ
vecāks
revīzija
8ebb7ebd2b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/model/dock.js

+ 1 - 0
app/model/dock.js

@@ -18,6 +18,7 @@ const apply = new Schema({
 apply.index({ id: 1 });
 apply.index({ userid: 1 });
 const vipuser = new Schema({
+  uid: { type: String, required: false, maxLength: 200 }, // 用户id
   vipname: { type: String, required: false, maxLength: 200 }, // 用户名称
   vipphone: { type: String, required: false, maxLength: 200 }, // 联系人手机
   role: { type: String, required: false, maxLength: 200 }, // 申请人类型