dashboard
repositories
filestore
activity
search
login
main
/
jczz_manager
基层智治-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/binlog' into binlog
linwe
2024-09-03
764d883b5ea3bdc06abbec548b6df0511e567978
[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.threeColorTask.entity.CustomTaskEntity;
public interface TaskHandle {
void taskHandle(CustomTaskEntity customTask);
}