邮件API
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/accounts")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-28
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/apiUser")
|
||||
public class ApiUserController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/cities")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/combinedSummary")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/combinedSummaryView")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/company")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/dailySummary")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/dailySummaryView")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-26
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/dbConfig")
|
||||
public class DbConfigController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-24
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/diskMount")
|
||||
public class DiskMountController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 容器信息采集表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-23
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/dockerContainerInfo")
|
||||
public class DockerContainerInfoController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 容器主机配置表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-23
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/dockerHost")
|
||||
public class DockerHostController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/expenseCategories")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/expenses")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 收藏的 Gitee 项目 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/giteeFavorites")
|
||||
public class GiteeFavoritesController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/incomeSources")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/incomes")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/incomesExpenseView")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 指标数据明细表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/indexKpiDetail")
|
||||
public class IndexKpiDetailController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 指标基础信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/indexKpiInfo")
|
||||
public class IndexKpiInfoController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-09-22
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/mailAccount")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 附件表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-09-22
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/mailAttachment")
|
||||
public class MailAttachmentController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 接收邮件表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-09-22
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/mailReceived")
|
||||
public class MailReceivedController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-09-22
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/mailSent")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/municipalities")
|
||||
|
||||
@@ -5,14 +5,14 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 接口字段参数表 前端控制器
|
||||
* 消息表(用户间或系统向用户发送的消息) 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-26
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/apiParam")
|
||||
public class ApiParamController {
|
||||
@RequestMapping("/biz/notifyMessage")
|
||||
public class NotifyMessageController {
|
||||
|
||||
}
|
||||
@@ -5,14 +5,14 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* 通知表(用户接收的系统通知) 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-29
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/apiMenus")
|
||||
public class ApiMenusController {
|
||||
@RequestMapping("/biz/notifyNotice")
|
||||
public class NotifyNoticeController {
|
||||
|
||||
}
|
||||
@@ -5,14 +5,14 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* 待办表(用户需要处理的待办事项) 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-29
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/apiModule")
|
||||
public class ApiModuleController {
|
||||
@RequestMapping("/biz/notifyTodo")
|
||||
public class NotifyTodoController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 工作日报数据表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/projectDailyReport")
|
||||
public class ProjectDailyReportController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/projectInfo")
|
||||
|
||||
@@ -5,14 +5,14 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 接口文档主表 前端控制器
|
||||
* 项目汇报信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-26
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/apiDoc")
|
||||
public class ApiDocController {
|
||||
@RequestMapping("/biz/projectReport")
|
||||
public class ProjectReportController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/projectRequirements")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/province")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 教育经历子表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/resumeEducation")
|
||||
public class ResumeEducationController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/resumeEmployee")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 工作经历子表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/resumeExperience")
|
||||
public class ResumeExperienceController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 项目经历子表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/resumeProject")
|
||||
public class ResumeProjectController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 技能子表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/resumeSkill")
|
||||
public class ResumeSkillController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* SSH 服务器信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-23
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/sshInfo")
|
||||
public class SshInfoController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-31
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/sshServers")
|
||||
public class SshServersController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 用户密码表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-23
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/sshUser")
|
||||
public class SshUserController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-29
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/syncTablesView")
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-26
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/syncTask")
|
||||
public class SyncTaskController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 数据同步任务执行日志表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-27
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/syncTaskLog")
|
||||
public class SyncTaskLogController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-24
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/sysHost")
|
||||
public class SysHostController {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/transactionDetails")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/transfers")
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-08-25
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/websiteStorage")
|
||||
|
||||
Reference in New Issue
Block a user