达梦数据库兼容调整
This commit is contained in:
@@ -15,6 +15,7 @@ import java.time.Instant;
|
||||
*/
|
||||
@Data
|
||||
@Measurement(name = "pqs_eventdetail")
|
||||
@Deprecated
|
||||
public class EventDetail {
|
||||
|
||||
@Column(name = "time")
|
||||
|
||||
@@ -17,6 +17,7 @@ import java.time.Instant;
|
||||
@Data
|
||||
@Measurement(name = "limit_rate")
|
||||
@TableName(value = "limit_rate")
|
||||
@Deprecated
|
||||
public class LimitRatePO {
|
||||
//时间索引
|
||||
@MppMultiId
|
||||
|
||||
@@ -17,6 +17,7 @@ import java.time.Instant;
|
||||
*/
|
||||
@Data
|
||||
@Measurement(name = "limit_target")
|
||||
@Deprecated
|
||||
public class LimitTarget {
|
||||
|
||||
@Column(name = "time")
|
||||
|
||||
Reference in New Issue
Block a user