端口映射、license页面下拉框课增加可输入搜索

This commit is contained in:
Yohanes
2023-07-24 17:01:27 +08:00
parent a7b077af8c
commit 64fcd43be5
3 changed files with 12 additions and 4 deletions
@@ -30,8 +30,16 @@ import lombok.Data;
*/
@Data
public class LicenseListReq {
/**
* 用户ID
*/
private Integer userId;
/**
* 是否在线
*/
private Integer isOnline;
/**
* 启动状态 1启用 2禁用
*/
private Integer enable;
}