mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
[fix] 客户端路由,客户端ID及路由IP为唯一行索引
This commit is contained in:
@@ -60,7 +60,7 @@ public class LazyNettyClientRouteDO {
|
||||
* 路由IP
|
||||
*/
|
||||
@Schema(description = "路由IP", name = "routeIp", example = "")
|
||||
@LazyTableField(name = "route_ip", comment = "路由IP", notNull = true, columnType = "varchar(255)")
|
||||
@LazyTableFieldUnique(name = "route_ip", comment = "路由IP", notNull = true, columnType = "varchar(255)")
|
||||
private String routeIp;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user