@ -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 {
@Schema(description = "원부 변경내역 record")
@Schema(name = "LedgerRecord", description = "원부 변경내역 record")