新增谷歌模型违规提示词或图片报错

模型扣除积分修改
压缩转产品图的输入
fix:sort时有类型转换异常
This commit is contained in:
litianxiang
2025-10-14 17:20:23 +08:00
parent 6ac9680c64
commit e6a0706d61
7 changed files with 328 additions and 65 deletions

View File

@@ -111,4 +111,16 @@ public class CollectionElement implements Serializable {
this.createDate = createDate;
this.projectId = projectId;
}
public CollectionElement(Long accountId, String level1Type, String level2Type, String level3Type,String name, String url, Byte hasPin, String md5, Date createDate, Long projectId) {
this.accountId = accountId;
this.level1Type = level1Type;
this.level2Type = level2Type;
this.level3Type = level3Type;
this.name = name;
this.url = url;
this.hasPin = hasPin;
this.md5 = md5;
this.createDate = createDate;
this.projectId = projectId;
}
}