fix: valueDTO no ArgsConstruct

pull/11/head
3y 2 years ago
parent 7399f78092
commit 5815251807

@ -281,11 +281,7 @@ public class FeiShuRobotParam {
*/ */
@JSONField(name = "type") @JSONField(name = "type")
private String type; private String type;
/**
* value
*/
@JSONField(name = "value")
private ValueDTO value;
/** /**
* TextDTO * TextDTO
@ -298,10 +294,8 @@ public class FeiShuRobotParam {
/** /**
* ValueDTO * ValueDTO
*/ */
@NoArgsConstructor
@Data @Data
@AllArgsConstructor @NoArgsConstructor
@Builder
public static class ValueDTO { public static class ValueDTO {
} }
} }

Loading…
Cancel
Save