|
|
@@ -2,11 +2,8 @@ package com.zhongshu.card.client.model.visitor.setting;
|
|
|
|
|
|
import com.github.microservice.models.type.DeviceType;
|
|
|
import com.zhongshu.card.client.model.base.SuperSearch;
|
|
|
-import com.zhongshu.card.server.core.domain.devices.DeviceInfo;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Data;
|
|
|
-import org.springframework.data.mongodb.core.index.Indexed;
|
|
|
-import org.springframework.data.mongodb.core.mapping.DBRef;
|
|
|
|
|
|
/**
|
|
|
* @author TRX
|
|
|
@@ -16,7 +13,6 @@ import org.springframework.data.mongodb.core.mapping.DBRef;
|
|
|
public class VisitorSettingDeviceSearch extends SuperSearch {
|
|
|
|
|
|
@Schema(description = "组件id")
|
|
|
- @Indexed(unique = true)
|
|
|
private String sceneComponentId;
|
|
|
|
|
|
@Schema(description = "设备id")
|