优化敏感词、作者改为tongran

This commit is contained in:
gaoyutao
2025-12-26 19:00:41 +08:00
parent 30373bbb1e
commit 16a28f798b
402 changed files with 393 additions and 2133 deletions
@@ -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("系统核心模块启动完成");
}
}
@@ -16,7 +16,7 @@ import java.util.List;
/**
* 所有接口名称Controller
*
* @author gyt
* @author tongran
* @date 2025-08-25
*/
@RestController
@@ -20,7 +20,7 @@ import java.util.Random;
/**
* 业务信息Controller
*
* @author gyt
* @author tongran
* @date 2025-08-18
*/
@RestController
@@ -19,7 +19,7 @@ import java.util.List;
/**
* 业务下发管理Controller
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
@RestController
@@ -19,7 +19,7 @@ import java.util.List;
/**
* 业务脚本管理Controller
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
@RestController
@@ -21,7 +21,7 @@ import java.util.List;
/**
* 收益方式修改记录Controller
*
* @author gyt
* @author tongran
* @date 2025-08-19
*/
@RestController
@@ -37,7 +37,7 @@ import java.util.Map;
/**
* 节点带宽信息Controller
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@RestController
@@ -21,7 +21,7 @@ import java.util.List;
/**
* 服务器收益方式配置Controller
*
* @author gyt
* @author tongran
* @date 2025-08-19
*/
@RestController
@@ -21,7 +21,7 @@ import java.util.Map;
/**
* 业务95值计算任务Controller
*
* @author gyt
* @author tongran
* @date 2025-10-29
*/
@RestController
@@ -18,7 +18,7 @@ import java.util.List;
/**
* 流量相关数据Controller
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@RestController
@@ -22,7 +22,7 @@ import java.util.Map;
/**
* 交换机监控信息Controller
*
* @author gyt
* @author tongran
* @date 2025-08-26
*/
@RestController
@@ -19,7 +19,7 @@ import java.util.List;
/**
* 知识库Controller
*
* @author gyt
* @author tongran
* @date 2025-08-15
*/
@RestController
@@ -18,7 +18,7 @@ import java.util.List;
/**
* 监控模板管理Controller
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@RestController
@@ -17,7 +17,7 @@ import java.util.List;
/**
* 资源监控API
*
* @author gyt
* @author tongran
* @date 2025-08-25
*/
@RestController
@@ -19,7 +19,7 @@ import java.util.List;
/**
* 拓扑管理Controller
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@RestController
@@ -17,7 +17,7 @@ import java.util.List;
/**
* 监控配置Controller
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
@RestController
@@ -17,7 +17,7 @@ import java.util.Map;
/**
* 监控看板详情Controller
*
* @author gyt
* @author tongran
* @date 2025-11-14
*/
@RestController
@@ -18,7 +18,7 @@ import java.util.List;
/**
* 绑定金山machinecodeController
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
@RestController
@@ -21,7 +21,7 @@ import java.util.List;
/**
* 资源分组Controller
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@RestController
@@ -23,7 +23,7 @@ import java.util.Map;
/**
* 资源注册Controller
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@RestController
@@ -18,7 +18,7 @@ import java.util.List;
/**
* 交换机接口信息Controller
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
@RestController
@@ -21,7 +21,7 @@ import java.util.List;
/**
* 交换机管理Controller
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
@RestController
@@ -23,7 +23,7 @@ import java.util.Optional;
/**
* 首页Controller
*
* @author gyt
* @author tongran
* @date 2025-08-25
*/
@RestController
@@ -14,7 +14,7 @@ import java.util.List;
/**
* 菜单点击计数Controller
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
@RestController
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
/**
* 用户自定义列配置Controller
*
* @author gyt
* @author tongran
* @date 2025-10-30
*/
@RestController
@@ -9,7 +9,7 @@ import java.util.Set;
/**
* 所有接口名称对象 all_interface_name
*
* @author gyt
* @author tongran
* @date 2025-08-25
*/
@Data
@@ -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
@@ -10,7 +10,7 @@ import java.util.Date;
/**
* 业务下发管理对象 eps_business_deploy
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
@Data
@@ -7,7 +7,7 @@ import lombok.Data;
/**
* 业务脚本管理对象 eps_business_script
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
@Data
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
/**
* 收益方式修改记录对象 eps_method_change_record
*
* @author gyt
* @author tongran
* @date 2025-08-15
*/
@Data
@@ -12,7 +12,7 @@ import java.util.List;
/**
* 节点带宽信息对象 eps_node_bandwidth
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@Data
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
/**
* 服务器收益方式配置对象 eps_server_revenue_config
*
* @author gyt
* @author tongran
* @date 2025-08-19
*/
@Data
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
/**
* 业务95值计算任务对象 eps_task_statistics
*
* @author gyt
* @author tongran
* @date 2025-10-29
*/
@Data
@@ -10,7 +10,7 @@ import java.math.BigDecimal;
/**
* 流量相关数据对象 eps_traffic_data
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public class EpsTrafficData extends BaseEntity
@@ -10,7 +10,7 @@ import java.util.List;
/**
* 交换机监控信息对象 initial_switch_info_details
*
* @author gyt
* @author tongran
* @date 2025-08-26
*/
@Data
@@ -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
@@ -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
@@ -10,7 +10,7 @@ import java.util.Date;
/**
* 拓扑管理对象 rm_eps_topology_management
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@Data
@@ -7,7 +7,7 @@ import lombok.Data;
/**
* 监控配置对象 rm_monitor_config
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
@Data
@@ -9,7 +9,7 @@ import java.math.BigDecimal;
/**
* 监控看板详情对象 rm_monitor_config_details
*
* @author gyt
* @author tongran
* @date 2025-11-14
*/
@Data
@@ -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
@@ -10,7 +10,7 @@ import java.util.Date;
/**
* 资源分组对象 rm_resource_group
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@Data
@@ -13,7 +13,7 @@ import java.util.Map;
/**
* 资源注册对象 rm_resource_registration
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@Data
@@ -7,7 +7,7 @@ import lombok.Data;
/**
* 交换机接口信息对象 rm_switch_interface_info
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
@Data
@@ -10,7 +10,7 @@ import java.util.List;
/**
* 交换机管理对象 rm_switch_management
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
@Data
@@ -10,7 +10,7 @@ import java.util.Date;
/**
* 菜单点击计数对象 sys_menu_click
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
@Data
@@ -7,7 +7,7 @@ import lombok.Data;
/**
* 用户自定义列配置对象 user_table_column_config
*
* @author gyt
* @author tongran
* @date 2025-10-30
*/
@Data
@@ -37,7 +37,7 @@ public class RouterVo
private String component;
/**
* 路由参数:如 {"id": 1, "name": "ry"}
* 路由参数:如 {"id": 1, "name": "tr"}
*/
private String query;
@@ -8,7 +8,7 @@ import java.util.List;
/**
* 所有接口名称Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-25
*/
public interface AllInterfaceNameMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsBusinessDeploy;
/**
* 业务下发管理Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
public interface EpsBusinessDeployMapper
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 业务信息Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-18
*/
public interface EpsBusinessMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsBusinessScript;
/**
* 业务脚本管理Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
public interface EpsBusinessScriptMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsMethodChangeRecord;
/**
* 收益方式修改记录Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-15
*/
public interface EpsMethodChangeRecordMapper
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 节点带宽信息Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface EpsNodeBandwidthMapper
@@ -9,7 +9,7 @@ import java.util.Map;
/**
* 服务器收益方式配置Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-19
*/
public interface EpsServerRevenueConfigMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsTaskStatistics;
/**
* 业务95值计算任务Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-10-29
*/
public interface EpsTaskStatisticsMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsTrafficData;
/**
* 流量相关数据Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface EpsTrafficDataMapper
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 交换机监控信息Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-26
*/
public interface InitialSwitchInfoDetailsMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.KnowledgeBase;
/**
* 知识库Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-15
*/
public interface KnowledgeBaseMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.MtmMonitoringTemplate;
/**
* 监控模板管理Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface MtmMonitoringTemplateMapper
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 拓扑管理Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface RmEpsTopologyManagementMapper
@@ -8,7 +8,7 @@ import java.util.List;
/**
* 监控看板详情Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-11-14
*/
public interface RmMonitorConfigDetailsMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.RmMonitorConfig;
/**
* 监控配置Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
public interface RmMonitorConfigMapper
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 绑定金山machinecodeMapper接口
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
public interface RmRegistrationMachineMapper
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 资源分组Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface RmResourceGroupMapper
@@ -9,7 +9,7 @@ import java.util.Map;
/**
* 资源注册Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface RmResourceRegistrationMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.RmSwitchInterfaceInfo;
/**
* 交换机接口信息Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
public interface RmSwitchInterfaceInfoMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.RmSwitchManagement;
/**
* 交换机管理Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
public interface RmSwitchManagementMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.SysMenuClick;
/**
* 菜单点击计数Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
public interface SysMenuClickMapper
@@ -6,7 +6,7 @@ import com.tongran.system.domain.UserTableColumnConfig;
/**
* 用户自定义列配置Mapper接口
*
* @author gyt
* @author tongran
* @date 2025-10-30
*/
public interface UserTableColumnConfigMapper
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 所有接口名称Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-25
*/
public interface IAllInterfaceNameService
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 业务下发管理Service接口
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
public interface IEpsBusinessDeployService
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 业务脚本管理Service接口
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
public interface IEpsBusinessScriptService
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 业务信息Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-18
*/
public interface IEpsBusinessService
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsMethodChangeRecord;
/**
* 收益方式修改记录Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-15
*/
public interface IEpsMethodChangeRecordService
@@ -11,7 +11,7 @@ import java.util.Map;
/**
* 节点带宽信息Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface IEpsNodeBandwidthService
@@ -9,7 +9,7 @@ import java.util.Map;
/**
* 服务器收益方式配置Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-19
*/
public interface IEpsServerRevenueConfigService
@@ -9,7 +9,7 @@ import java.util.Map;
/**
* 业务95值计算任务Service接口
*
* @author gyt
* @author tongran
* @date 2025-10-29
*/
public interface IEpsTaskStatisticsService
@@ -6,7 +6,7 @@ import com.tongran.system.domain.EpsTrafficData;
/**
* 流量相关数据Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface IEpsTrafficDataService
@@ -13,7 +13,7 @@ import java.util.Map;
/**
* 交换机监控信息Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-26
*/
public interface IInitialSwitchInfoDetailsService
@@ -6,7 +6,7 @@ import com.tongran.system.domain.KnowledgeBase;
/**
* 知识库Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-15
*/
public interface IKnowledgeBaseService
@@ -6,7 +6,7 @@ import com.tongran.system.domain.MtmMonitoringTemplate;
/**
* 监控模板管理Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface IMtmMonitoringTemplateService
@@ -6,7 +6,7 @@ import com.tongran.system.domain.RmEpsTopologyManagement;
/**
* 拓扑管理Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface IRmEpsTopologyManagementService
@@ -8,7 +8,7 @@ import java.util.Map;
/**
* 监控看板详情Service接口
*
* @author gyt
* @author tongran
* @date 2025-11-14
*/
public interface IRmMonitorConfigDetailsService
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 监控配置Service接口
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
public interface IRmMonitorConfigService
@@ -6,7 +6,7 @@ import com.tongran.system.domain.RmRegistrationMachine;
/**
* 绑定金山machinecodeService接口
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
public interface IRmRegistrationMachineService
@@ -9,7 +9,7 @@ import java.util.List;
/**
* 资源分组Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface IRmResourceGroupService
@@ -12,7 +12,7 @@ import java.util.Map;
/**
* 资源注册Service接口
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
public interface IRmResourceRegistrationService
@@ -6,7 +6,7 @@ import com.tongran.system.domain.RmSwitchInterfaceInfo;
/**
* 交换机接口信息Service接口
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
public interface IRmSwitchInterfaceInfoService
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 交换机管理Service接口
*
* @author gyt
* @author tongran
* @date 2025-10-10
*/
public interface IRmSwitchManagementService
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 菜单点击计数Service接口
*
* @author gyt
* @author tongran
* @date 2025-11-12
*/
public interface ISysMenuClickService
@@ -7,7 +7,7 @@ import java.util.List;
/**
* 用户自定义列配置Service接口
*
* @author gyt
* @author tongran
* @date 2025-10-30
*/
public interface IUserTableColumnConfigService
@@ -23,7 +23,7 @@ import java.util.stream.Collectors;
/**
* 所有接口名称Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-08-25
*/
@Service
@@ -25,7 +25,7 @@ import java.util.stream.Collectors;
/**
* 业务下发管理Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
@Service
@@ -13,7 +13,7 @@ import java.util.List;
/**
* 业务脚本管理Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-10-13
*/
@Service
@@ -12,7 +12,7 @@ import java.util.List;
/**
* 业务信息Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-08-18
*/
@Service
@@ -11,7 +11,7 @@ import com.tongran.system.service.IEpsMethodChangeRecordService;
/**
* 收益方式修改记录Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-08-15
*/
@Service
@@ -31,7 +31,7 @@ import static com.tongran.common.core.utils.PageUtils.startPage;
/**
* 节点带宽信息Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-08-12
*/
@Service
@@ -23,7 +23,7 @@ import java.util.Map;
/**
* 服务器收益方式配置Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-08-19
*/
@Service
@@ -34,7 +34,7 @@ import java.util.stream.Collectors;
/**
* 业务95值计算任务Service业务层处理
*
* @author gyt
* @author tongran
* @date 2025-10-29
*/
@Service

Some files were not shown because too many files have changed in this diff Show More