|
|
@@ -26,10 +26,7 @@ import java.sql.JDBCType;
|
|
|
* @Description 阿里云与网桥的产品映射
|
|
|
* @createTime 2021年11月26日 09:35:00
|
|
|
*/
|
|
|
-@Table(name = "ali_bridge", indexes = {
|
|
|
- @Index(name = "product", columnList = "product_id"),
|
|
|
- @Index(name = "nodeId",columnList = "node_id")
|
|
|
-})
|
|
|
+@Table(name = "ali_bridge")
|
|
|
@Getter
|
|
|
@Setter
|
|
|
public class AliIotBridgeEntity extends GenericEntity<String> implements RecordCreationEntity {
|