linwe
2024-08-07 773c1d40e9081d8eed0c4da2fe5c8201df57f918
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);
}