时间线兜底逻辑

This commit is contained in:
2025-03-25 12:43:27 +08:00
parent a0703e48c9
commit a08f4adf2d
3 changed files with 55 additions and 37 deletions

View File

@@ -14,4 +14,5 @@ public class MatchLocalRecord {
private String idStr;
private Date shotDate;
private Boolean matched;
private Boolean accept;
}