This commit is contained in:
777
2025-12-05 18:27:51 +08:00
parent 84d42a3af2
commit 513954ccf1
17 changed files with 226 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ public class IpBlack implements Serializable {
/**
* 是否开启
*/
private Long enableStatus;
private Integer enableStatus;
private LocalDateTime createTime;