feat: 集成ip2region 实现离线IP地址定位库

This commit is contained in:
lishuyan
2023-03-15 16:06:08 +08:00
parent bea96cd9d0
commit 2c534d82ce
7 changed files with 116 additions and 5 deletions

View File

@@ -98,6 +98,12 @@ public class SysOperLog implements Serializable {
@ExcelProperty(value = "操作地址")
private String operIp;
/**
* 操作地点
*/
@ExcelProperty(value = "操作地点")
private String operLocation;
/**
* 请求参数
*/