linwe
2024-08-02 a1eede2f9f7c2590952ab1bdf34210020cdde7c6
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);
}