linwe
2024-08-13 590d573bf646f44f0608adcb89f04c576ec90e39
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);
}