【fix】delete use schema

This commit is contained in:
wujiawei 2024-07-29 20:46:50 +08:00
parent ddf848dba0
commit ea30f23965

View File

@ -23,7 +23,7 @@ import java.lang.Long;
**/
@Data
@Accessors(chain = true)
@LazyTable(tableName = "lazy_netty_client_state_record",schema = "wu_lazy_cloud_netty_server",comment = "客户端状态变更记录")
@LazyTable(tableName = "lazy_netty_client_state_record",comment = "客户端状态变更记录")
@Schema(title = "lazy_netty_client_state_record",description = "客户端状态变更记录")
public class LazyNettyClientStateRecordDO {