1、sketchboard的生成条件添加gender
2、添加存储生成图片MD5值到数据库
This commit is contained in:
xupei
2023-11-02 10:55:25 +08:00
parent dbc8c7dcf5
commit 2524077768
5 changed files with 25 additions and 9 deletions

View File

@@ -42,6 +42,11 @@ public class GenerateDetail {
*/
private Long libraryId;
/**
* 图片的md5
*/
private String md5;
/**
* 创建时间
*/