Merge branch 'master' into vip

master
3y 3 years ago
commit ed7b865a2f

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

Loading…
Cancel
Save