Merge branch 'master' into vip

master
3y 3 years ago
commit ed7b865a2f

@ -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