开发frpc接口、增加网卡绑定触发逻辑。
This commit is contained in:
+6
@@ -180,5 +180,11 @@ public class RmResourceRegistrationRemote extends BaseEntity
|
||||
private Date onboardTime;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date delAlarmTime;
|
||||
/** FRP连接地址生成状态(0-未生成,1-生成中,2已生成) */
|
||||
private String frpcConnectionStatus;
|
||||
/** FRPC远程端口 */
|
||||
private String frpcRemotePort;
|
||||
/** FRPC服务器地址 */
|
||||
private String frpcServerAddr;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user