mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-16 03:55:03 +08:00
[fix] 客户端存储服务器信息namespace 字段设置非空
This commit is contained in:
@ -30,7 +30,7 @@ public class LazyNettyServerPropertiesDO {
|
||||
* 命名空间
|
||||
*/
|
||||
@Schema(description ="命名空间",name ="namespace",example = "")
|
||||
@LazyTableFieldUnique(name="namespace",comment="命名空间",columnType="varchar(25)",defaultValue = "DEFAULT")
|
||||
@LazyTableFieldUnique(name="namespace",comment="命名空间",columnType="varchar(25)",notNull = true)
|
||||
private String namespace;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user