generate 添加dislike功能

获取library地址修改(兼容minio地址)
This commit is contained in:
xupei
2023-09-19 15:21:53 +08:00
parent 00803692b2
commit eb2ef0f39d
5 changed files with 51 additions and 8 deletions

View File

@@ -37,6 +37,11 @@ public class GenerateDetail {
*/
private Byte isLike;
/**
* 喜欢的图片添加到library对应的id
*/
private Long libraryId;
/**
* 创建时间
*/