修改包结构

This commit is contained in:
lcj
2025-11-10 19:59:49 +08:00
parent 0da63144e7
commit 5ebc46d2e1
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package org.dromara.job.cycle;
package org.dromara.job.progress;
import jakarta.annotation.Resource;
import lombok.extern.slf4j.Slf4j;

View File

@ -1,10 +1,9 @@
package org.dromara.job.cycle;
package org.dromara.job.progress;
import jakarta.annotation.Resource;
import lombok.extern.slf4j.Slf4j;
import org.dromara.progress.service.IPgsProgressPlanService;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
/**
* 判断施工进度是否延期