新增端口映射相关实体类、接口定义

This commit is contained in:
aoshiguchen
2022-08-08 22:52:45 +08:00
parent 7ac57eaa78
commit 1a6cdc42ce
17 changed files with 607 additions and 8 deletions
@@ -54,7 +54,7 @@ CREATE TABLE IF NOT EXISTS `port_pool` (
CREATE TABLE IF NOT EXISTS `port_mapping` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
`license_id` INTEGER(20) NOT NULL,
`service_port` INTEGER NOT NULL,
`server_port` INTEGER NOT NULL,
`client_ip` varchar(20) NOT NULL,
`client_port` INTEGER NOT NULL,
`is_online` INTEGER(2) NOT NULL,