|
@@ -9,7 +9,7 @@ const BedroomSchema = {
|
|
|
batch: { type: String, required: false, maxLength: 200 }, // 批次
|
|
|
gender: { type: String, required: false, maxLength: 200 }, // 男女限制
|
|
|
floor: { type: String, required: false, maxLength: 200 }, // 楼层
|
|
|
- ibeacon: { type: String, required: true, maxLength: 500 }, // 蓝牙设备号
|
|
|
+ ibeacon: { type: String, required: false, maxLength: 500 }, // 蓝牙设备号
|
|
|
status: { type: String, required: false, maxLength: 200, default: '0' }, // 状态:0-启用,1-停用
|
|
|
};
|
|
|
|