feat: fix

This commit is contained in:
2025-12-03 10:37:23 +09:00
parent 7d463b2a75
commit b3abe85baf

View File

@@ -256,7 +256,10 @@ public class InferenceResultDto {
private DetectionClassification code;
private String name;
@JsonIgnore private Double score;
@JsonInclude(JsonInclude.Include.NON_NULL)
private Double score;
private Integer order;
public Clazzes(DetectionClassification classification, Double score) {