[add] 修改inethost字段长度

This commit is contained in:
wujiawei
2025-07-01 20:28:44 +08:00
parent faabae3d19
commit 74eab26478
2 changed files with 2 additions and 1 deletions

View File

@@ -43,4 +43,5 @@
#### 1.3.1-JDK24-SNAPSHOT
[add] 新增代理流量监控
[add] 升级使用jdk24、springboot 3.5.0
[add] 添加socks授权验证
#### 下一版本计划

View File

@@ -65,7 +65,7 @@ public class LazyNettyServerPropertiesDO {
* 服务端host
*/
@Schema(description ="服务端host",name ="inetHost",example = "")
@LazyTableFieldUnique(name="inet_host",comment="服务端host",columnType="varchar(25)")
@LazyTableFieldUnique(name="inet_host",comment="服务端host",columnType="varchar(255)")
private String inetHost;
/**