TASK:1、将imageToSketch接口调用转为异步 2、imageToSketch加入flux
This commit is contained in:
@@ -58,5 +58,13 @@ public class GenerateDetail {
|
||||
*/
|
||||
private Date updateDate;
|
||||
|
||||
public GenerateDetail() {
|
||||
}
|
||||
|
||||
public GenerateDetail(Long generateId, String url, String md5, LocalDateTime createDate) {
|
||||
this.generateId = generateId;
|
||||
this.url = url;
|
||||
this.md5 = md5;
|
||||
this.createDate = createDate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user