Files
DP/README.md
2025-08-20 13:41:22 +08:00

20 lines
488 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

项目概述:
此项目为dp项目包含dp流程费税计划以及新增结算等业务
对接人:
葛梦伟 (如果需要业务逻辑上的问题请联系葛梦伟)
项目主要为推送及定时:
以下为相关接口:
@PostMapping("/dpcontroller")
@PostMapping("/liucheng")
定时任务:
TongBu {
@Scheduled(cron = "0 0 2 26 * ?") // 设置cron表达式表示在每个月26号凌晨一点触发任务
public static void mains() {
。。。。。。。
}