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