[ Service ] [ Executor ] fix bugs
This commit is contained in:
@@ -10,7 +10,10 @@ public class ServerApplication {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(ServerApplication.class, args);
|
||||
SpringApplication.run(
|
||||
ServerApplication.class,
|
||||
args
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -16,6 +16,10 @@ import java.time.LocalDateTime;
|
||||
@SuperBuilder(toBuilder = true)
|
||||
public class ServerInfoVO {
|
||||
|
||||
|
||||
/**
|
||||
* 2023年8月11日 用于前端的展示的顺序
|
||||
*/
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
@@ -63,11 +67,6 @@ public class ServerInfoVO {
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
/**
|
||||
* 服务器节点的代理类型,0代表INTERFACE, 1代表relay,2代表external
|
||||
*/
|
||||
private Integer proxyType;
|
||||
|
||||
/**
|
||||
* server location , type City Country
|
||||
*/
|
||||
@@ -149,4 +148,5 @@ public class ServerInfoVO {
|
||||
|
||||
|
||||
private String agentVersion;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user