feat: update web ui, docker make commands, and related docs/config
This commit is contained in:
@@ -19,6 +19,7 @@ public class SvnVersionRangeRequest {
|
||||
|
||||
@NotNull
|
||||
private Integer month;
|
||||
private String clientTraceId;
|
||||
|
||||
public String getPresetId() {
|
||||
return presetId;
|
||||
@@ -59,4 +60,12 @@ public class SvnVersionRangeRequest {
|
||||
public void setMonth(Integer month) {
|
||||
this.month = month;
|
||||
}
|
||||
|
||||
public String getClientTraceId() {
|
||||
return clientTraceId;
|
||||
}
|
||||
|
||||
public void setClientTraceId(String clientTraceId) {
|
||||
this.clientTraceId = clientTraceId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user