Merge remote-tracking branch 'origin/master' into haskafka
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'com.realtime'
|
group = 'com.realtime'
|
||||||
version = '1.0-SNAPSHOT'
|
version = '1.1-SNAPSHOT'
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
|
|||||||
@@ -94,5 +94,5 @@ public class DynamicRuleObject {
|
|||||||
@NotNull
|
@NotNull
|
||||||
@JsonProperty("log_rule_id")
|
@JsonProperty("log_rule_id")
|
||||||
@Schema(description = "筛选条件-日志规则id", example = "1", requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "筛选条件-日志规则id", example = "1", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
private Integer logRuleId;
|
private Long logRuleId;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user