资源软删除判断,bbxo查询返回临时签名链接
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user