dashboard
repositories
filestore
activity
search
login
main
/
jczz_manager
基层智治-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
三色任务和自查任务
linwe
2024-08-02
a1eede2f9f7c2590952ab1bdf34210020cdde7c6
[jczz_manager.git]
/
src
/
main
/
java
/
org
/
springblade
/
modules
/
task
/
service
/
TaskHandle.java
1
2
3
4
5
6
7
package org.springblade.modules.task.service;
import org.springblade.modules.customTask.entity.CustomTaskEntity;
public interface TaskHandle {
void taskHandle(CustomTaskEntity customTask);
}