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