资源软删除判断,bbxo查询返回临时签名链接

This commit is contained in:
wh
2026-05-09 17:57:38 +08:00
parent 4065d993e2
commit e637e8a6a4
13 changed files with 212 additions and 31 deletions

View File

@@ -9,6 +9,7 @@ import java.util.List;
public record ImageBboxResponse(
@Schema(description = "bbox标识ID", example = "191000000000000101") Long id,
@Schema(description = "资源ID", example = "191000000000000102") Long resourceId,
@Schema(description = "资源文件路径", example = "/data/images/car.jpg") String filepath,
@Schema(description = "BBOX坐标列表") List<BboxCoordinateResponse> bboxes,
@Schema(description = "备注", example = "车辆检测标注") String remark,
@Schema(description = "创建人名称", example = "张审核") String creatorName,