优化敏感词、作者改为tongran
This commit is contained in:
+1
-10
@@ -15,15 +15,6 @@ public class TongRanFileApplication
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(TongRanFileApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ 文件服务模块启动成功 ლ(´ڡ`ლ)゙ \n" +
|
||||
" .-------. ____ __ \n" +
|
||||
" | _ _ \\ \\ \\ / / \n" +
|
||||
" | ( ' ) | \\ _. / ' \n" +
|
||||
" |(_ o _) / _( )_ .' \n" +
|
||||
" | (_,_).' __ ___(_ o _)' \n" +
|
||||
" | |\\ \\ | || |(_,_)' \n" +
|
||||
" | | \\ `' /| `-' / \n" +
|
||||
" | | \\ / \\ / \n" +
|
||||
" ''-' `'-' `-..-' ");
|
||||
System.out.println("文件服务模块启动成功");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -20,6 +20,6 @@ public class TongRanFrpApplication
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(com.tongran.frp.TongRanFrpApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ TongRanFrp模块启动成功 ლ(´ڡ`ლ)゙");
|
||||
System.out.println("TongRanFrp模块启动成功");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Map;
|
||||
/**
|
||||
* mtr探测策略配置对象 rm_mtr_policy_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package com.tongran.frp.producer;
|
||||
|
||||
/**
|
||||
* @author 影子
|
||||
* @author tongran
|
||||
* 用于捕捉异常非受检异常(unchecked exception)
|
||||
* RuntimeException 和其子类的异常在编译时不需要进行强制性的异常处理,可以选择在运行时进行捕获和处理
|
||||
* 可选择使用
|
||||
|
||||
+1
-10
@@ -18,15 +18,6 @@ public class TongRanGenApplication
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(TongRanGenApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ 代码生成模块启动成功 ლ(´ڡ`ლ)゙ \n" +
|
||||
" .-------. ____ __ \n" +
|
||||
" | _ _ \\ \\ \\ / / \n" +
|
||||
" | ( ' ) | \\ _. / ' \n" +
|
||||
" |(_ o _) / _( )_ .' \n" +
|
||||
" | (_,_).' __ ___(_ o _)' \n" +
|
||||
" | |\\ \\ | || |(_,_)' \n" +
|
||||
" | | \\ `' /| `-' / \n" +
|
||||
" | | \\ / \\ / \n" +
|
||||
" ''-' `'-' `-..-' ");
|
||||
System.out.println("代码生成模块启动成功");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-10
@@ -18,15 +18,6 @@ public class TongRanJobApplication
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(TongRanJobApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ 定时任务模块启动成功 ლ(´ڡ`ლ)゙ \n" +
|
||||
" .-------. ____ __ \n" +
|
||||
" | _ _ \\ \\ \\ / / \n" +
|
||||
" | ( ' ) | \\ _. / ' \n" +
|
||||
" |(_ o _) / _( )_ .' \n" +
|
||||
" | (_,_).' __ ___(_ o _)' \n" +
|
||||
" | |\\ \\ | || |(_,_)' \n" +
|
||||
" | | \\ `' /| `-' / \n" +
|
||||
" | | \\ / \\ / \n" +
|
||||
" ''-' `'-' `-..-' ");
|
||||
System.out.println("定时任务模块启动成功");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -20,6 +20,6 @@ public class TongRanMtragentApplication
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(TongRanMtragentApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ TongRanMtragent模块启动成功 ლ(´ڡ`ლ)゙");
|
||||
System.out.println("mtr探测模块启动成功");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.List;
|
||||
/**
|
||||
* mtr探测丢包clinetId记录Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-24
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ import java.util.List;
|
||||
/**
|
||||
* MTR客户端注册Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import java.util.List;
|
||||
/**
|
||||
* mtr探测策略配置Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 网络mtr探测结果Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-20
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
/**
|
||||
* mtr探测丢包clinetId记录对象 all_mtr_client
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-24
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import lombok.Data;
|
||||
/**
|
||||
* 心跳信息对象 initial_heartbeat_listen
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-08
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
/**
|
||||
* 心跳信息日志对象 initial_heartbeat_listen_log
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-08
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
/**
|
||||
* Agent管理对象 rm_agent_management
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-15
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
/**
|
||||
* 客户端告警信息对象 rm_alarm_log
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-10
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
/**
|
||||
* 告警推送配置对象 rm_alarm_push_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-11
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
/**
|
||||
* MTR客户端注册对象 rm_mtr_client_registration
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import java.util.Map;
|
||||
/**
|
||||
* mtr探测策略配置对象 rm_mtr_policy_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
/**
|
||||
* 网络mtr探测结果对象 rm_mtr_probe_result
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-20
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Map;
|
||||
/**
|
||||
* mtr探测策略配置对象 rm_mtr_policy_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* mtr探测丢包clinetId记录Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-24
|
||||
*/
|
||||
public interface AllMtrClientMapper
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* 心跳信息日志Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-08
|
||||
*/
|
||||
public interface InitialHeartbeatListenLogMapper
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* Agent管理Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-15
|
||||
*/
|
||||
public interface RmAgentManagementMapper
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* 客户端告警信息Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-10
|
||||
*/
|
||||
public interface RmAlarmLogMapper
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* 告警推送配置Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-11
|
||||
*/
|
||||
public interface RmAlarmPushConfigMapper
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* MTR客户端注册Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
public interface RmMtrClientRegistrationMapper
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* mtr探测策略配置Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
public interface RmMtrPolicyConfigMapper
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* 网络mtr探测结果Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-20
|
||||
*/
|
||||
public interface RmMtrProbeResultMapper
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package com.tongran.mtragent.producer;
|
||||
|
||||
/**
|
||||
* @author 影子
|
||||
* @author tongran
|
||||
* 用于捕捉异常非受检异常(unchecked exception)
|
||||
* RuntimeException 和其子类的异常在编译时不需要进行强制性的异常处理,可以选择在运行时进行捕获和处理
|
||||
* 可选择使用
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* mtr探测丢包clinetId记录Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-24
|
||||
*/
|
||||
public interface IAllMtrClientService
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* 心跳信息日志Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-08
|
||||
*/
|
||||
public interface IInitialHeartbeatListenLogService
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* Agent管理Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-15
|
||||
*/
|
||||
public interface IRmAgentManagementService
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* 客户端告警信息Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-10
|
||||
*/
|
||||
public interface IRmAlarmLogService
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* 告警推送配置Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-11
|
||||
*/
|
||||
public interface IRmAlarmPushConfigService
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* MTR客户端注册Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
public interface IRmMtrClientRegistrationService
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* mtr探测策略配置Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
public interface IRmMtrPolicyConfigService
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 网络mtr探测结果Service接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-20
|
||||
*/
|
||||
public interface IRmMtrProbeResultService
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
/**
|
||||
* mtr探测丢包clinetId记录Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-24
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
/**
|
||||
* 心跳信息日志Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-08
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ import java.util.List;
|
||||
/**
|
||||
* Agent管理Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-09-15
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
/**
|
||||
* 客户端告警信息Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-10
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
/**
|
||||
* 告警推送配置Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-11
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ import java.util.StringJoiner;
|
||||
/**
|
||||
* MTR客户端注册Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import java.util.stream.Collectors;
|
||||
/**
|
||||
* mtr探测策略配置Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ import java.util.stream.Collectors;
|
||||
/**
|
||||
* 网络mtr探测结果Service业务层处理
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-20
|
||||
*/
|
||||
@Service
|
||||
|
||||
+1
-10
@@ -18,15 +18,6 @@ public class TongRanSystemApplication
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(TongRanSystemApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ 系统模块启动成功 ლ(´ڡ`ლ)゙ \n" +
|
||||
" .-------. ____ __ \n" +
|
||||
" | _ _ \\ \\ \\ / / \n" +
|
||||
" | ( ' ) | \\ _. / ' \n" +
|
||||
" |(_ o _) / _( )_ .' \n" +
|
||||
" | (_,_).' __ ___(_ o _)' \n" +
|
||||
" | |\\ \\ | || |(_,_)' \n" +
|
||||
" | | \\ `' /| `-' / \n" +
|
||||
" | | \\ / \\ / \n" +
|
||||
" ''-' `'-' `-..-' ");
|
||||
System.out.println("系统核心模块启动完成");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ import java.util.List;
|
||||
/**
|
||||
* 所有接口名称Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ import java.util.Random;
|
||||
/**
|
||||
* 业务信息Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-18
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import java.util.List;
|
||||
/**
|
||||
* 业务下发管理Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-13
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import java.util.List;
|
||||
/**
|
||||
* 业务脚本管理Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-13
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import java.util.List;
|
||||
/**
|
||||
* 收益方式修改记录Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-19
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 节点带宽信息Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import java.util.List;
|
||||
/**
|
||||
* 服务器收益方式配置Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-19
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 业务95值计算任务Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-29
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.List;
|
||||
/**
|
||||
* 流量相关数据Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 交换机监控信息Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-26
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import java.util.List;
|
||||
/**
|
||||
* 知识库Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-15
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.List;
|
||||
/**
|
||||
* 监控模板管理Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
/**
|
||||
* 资源监控API
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import java.util.List;
|
||||
/**
|
||||
* 拓扑管理Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
/**
|
||||
* 监控配置Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 监控看板详情Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-14
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.List;
|
||||
/**
|
||||
* 绑定金山machinecodeController
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-10
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import java.util.List;
|
||||
/**
|
||||
* 资源分组Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 资源注册Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.List;
|
||||
/**
|
||||
* 交换机接口信息Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-10
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import java.util.List;
|
||||
/**
|
||||
* 交换机管理Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-10
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import java.util.Optional;
|
||||
/**
|
||||
* 首页Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
/**
|
||||
* 菜单点击计数Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-12
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
/**
|
||||
* 用户自定义列配置Controller
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-30
|
||||
*/
|
||||
@RestController
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import java.util.Set;
|
||||
/**
|
||||
* 所有接口名称对象 all_interface_name
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-25
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import com.tongran.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 业务信息对象 eps_business
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-18
|
||||
*/
|
||||
public class EpsBusiness extends BaseEntity
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
/**
|
||||
* 业务下发管理对象 eps_business_deploy
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-13
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
/**
|
||||
* 业务脚本管理对象 eps_business_script
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-13
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* 收益方式修改记录对象 eps_method_change_record
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-15
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
/**
|
||||
* 节点带宽信息对象 eps_node_bandwidth
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* 服务器收益方式配置对象 eps_server_revenue_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-19
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* 业务95值计算任务对象 eps_task_statistics
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-29
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* 流量相关数据对象 eps_traffic_data
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
public class EpsTrafficData extends BaseEntity
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
/**
|
||||
* 交换机监控信息对象 initial_switch_info_details
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-26
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import com.tongran.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 知识库对象 knowledge_base
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-15
|
||||
*/
|
||||
public class KnowledgeBase extends BaseEntity
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import com.tongran.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 监控模板管理对象 mtm_monitoring_template
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
public class MtmMonitoringTemplate extends BaseEntity
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
/**
|
||||
* 拓扑管理对象 rm_eps_topology_management
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
/**
|
||||
* 监控配置对象 rm_monitor_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-12
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* 监控看板详情对象 rm_monitor_config_details
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-14
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import com.tongran.common.core.web.domain.BaseEntity;
|
||||
/**
|
||||
* 绑定金山machinecode对象 rm_registration_machine
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-10
|
||||
*/
|
||||
public class RmRegistrationMachine extends BaseEntity
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
/**
|
||||
* 资源分组对象 rm_resource_group
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ import java.util.Map;
|
||||
/**
|
||||
* 资源注册对象 rm_resource_registration
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
/**
|
||||
* 交换机接口信息对象 rm_switch_interface_info
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-10
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
/**
|
||||
* 交换机管理对象 rm_switch_management
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-10
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
/**
|
||||
* 菜单点击计数对象 sys_menu_click
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-12
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
/**
|
||||
* 用户自定义列配置对象 user_table_column_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-30
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ public class RouterVo
|
||||
private String component;
|
||||
|
||||
/**
|
||||
* 路由参数:如 {"id": 1, "name": "ry"}
|
||||
* 路由参数:如 {"id": 1, "name": "tr"}
|
||||
*/
|
||||
private String query;
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
/**
|
||||
* 所有接口名称Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-25
|
||||
*/
|
||||
public interface AllInterfaceNameMapper
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsBusinessDeploy;
|
||||
/**
|
||||
* 业务下发管理Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-13
|
||||
*/
|
||||
public interface EpsBusinessDeployMapper
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* 业务信息Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-18
|
||||
*/
|
||||
public interface EpsBusinessMapper
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsBusinessScript;
|
||||
/**
|
||||
* 业务脚本管理Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-10-13
|
||||
*/
|
||||
public interface EpsBusinessScriptMapper
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsMethodChangeRecord;
|
||||
/**
|
||||
* 收益方式修改记录Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-15
|
||||
*/
|
||||
public interface EpsMethodChangeRecordMapper
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
/**
|
||||
* 节点带宽信息Mapper接口
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-08-12
|
||||
*/
|
||||
public interface EpsNodeBandwidthMapper
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user