refactor: 日志优化,根据IP解析的省市字段拆分

This commit is contained in:
Ray.Hao
2024-06-28 12:58:01 +08:00
parent 6b5d9cb4a0
commit 94d4998e43
4 changed files with 74 additions and 18 deletions

View File

@@ -53,11 +53,26 @@ public class SysLog implements Serializable {
*/
private String region;
/**
* 省份
*/
private String province;
/**
* 城市
*/
private String city;
/**
* 浏览器
*/
private String browser;
/**
* 浏览器版本
*/
private String browserVersion;
/**
* 终端系统
*/