办学质量监测教学评价系统
ageer
2024-04-01 dea23f13ef2d4918080ce8aeee1ee908188cdb19
1
2
3
4
5
6
7
8
9
10
package com.xmzs.midjourney.service;
 
 
import com.xmzs.midjourney.support.Task;
 
public interface NotifyService {
 
    void notifyTaskChange(Task task);
 
}