mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-04 20:37:56 +08:00
【fix】delete use schema
This commit is contained in:
parent
ddf848dba0
commit
ea30f23965
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user