|
|
@@ -26,7 +26,7 @@ import org.springframework.data.mongodb.core.mapping.Document;
|
|
|
public class VisitorSettingDevice extends SuperMain {
|
|
|
|
|
|
@Schema(description = "组件id")
|
|
|
- @Indexed(unique = true)
|
|
|
+ @Indexed
|
|
|
private String sceneComponentId;
|
|
|
|
|
|
@Schema(description = "设备id")
|