Skip to content

Commit

Permalink
feat: imageProcessRegisterDto 필드 형식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
KiSeungMin committed Nov 19, 2024
1 parent 22a0886 commit 694ba1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class ImageProcessRegisterDto {
private String fullUrl;
private List<Map<String, Integer>> colorsList;
private List<List<Double>> points;
private List<Double> points;
private List<Long> labels;
private int intensity;
}

0 comments on commit 694ba1d

Please sign in to comment.