linwe
2024-08-09 37be14fc1e419396af3441da0701e2bf99f47112
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);
}