fix: DTO fix

main
Jonguk. Lim 3 months ago
parent 15da2f056f
commit 33ea4fdf91

@ -44,7 +44,8 @@ public class KkotalkDocDTO {
@AllArgsConstructor @AllArgsConstructor
@SuperBuilder @SuperBuilder
@JsonInclude(JsonInclude.Include.NON_EMPTY) @JsonInclude(JsonInclude.Include.NON_EMPTY)
public static class Envelope implements IApiResponse { //public static class Envelope implements IApiResponse {
public static class Envelope {
/** /**
* : - max 40 * : - max 40
*/ */

Loading…
Cancel
Save