linwe
2024-08-07 06df33f156924c564c17b11fdb96c5bb298a810d
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);
}