model 객체 스키마 name 추가

internalApi
박성영 1 month ago
parent 347ebac95c
commit 2bf0a550aa

@ -28,7 +28,7 @@ public class BasicResponse {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown = true)
@Schema(description = "기본사항 record 항목")
@Schema(name = "BasicRecord", description = "기본사항 record 항목")
@Getter
@Setter
public static class Record {

@ -202,7 +202,7 @@ public class LedgerResponse {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown = true)
@Schema(description = "원부 변경내역 record")
@Schema(name = "LedgerRecord", description = "원부 변경내역 record")
@Getter
@Setter
public static class Record {

Loading…
Cancel
Save