|
@@ -102,7 +102,8 @@ const Dock = {
|
|
province: { type: String, required: false }, // 省
|
|
province: { type: String, required: false }, // 省
|
|
place: { type: String, required: false }, // 市
|
|
place: { type: String, required: false }, // 市
|
|
file_path: { type: String, required: false }, // 视频路径
|
|
file_path: { type: String, required: false }, // 视频路径
|
|
- videointro: { type: String, required: false, maxLength: 200 },//视频文件介绍
|
|
|
|
|
|
+ videointro: { type: String, required: false, maxLength: 200 },//视频文件标题
|
|
|
|
+ videointroinfo: { type: String, required: false, maxLength: 200 },//视频文件简介
|
|
adminuser: { type: String, required: false, maxLength: 200 }, // 用户姓名
|
|
adminuser: { type: String, required: false, maxLength: 200 }, // 用户姓名
|
|
phone: { type: String, required: false, maxLength: 200 }, // 电话
|
|
phone: { type: String, required: false, maxLength: 200 }, // 电话
|
|
vipuser: { type: [ vipuser ], default: [] }, // vip用户
|
|
vipuser: { type: [ vipuser ], default: [] }, // vip用户
|