|
@@ -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' },
|
|
|
};
|
|
|
|