feat: update web ui, docker make commands, and related docs/config

This commit is contained in:
liumangmang
2026-04-09 11:56:19 +08:00
parent 51be434f2a
commit 4ac755a7fe
27 changed files with 2718 additions and 507 deletions
@@ -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;
}
}