mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
[add] 修改inethost字段长度
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user