updated code for form table removed orderNo and update the data type of form table
This commit is contained in:
@@ -15,6 +15,4 @@ public class FormResponseBean {
|
||||
private Long callId;
|
||||
|
||||
private List<ContentResponseBean> content;
|
||||
|
||||
private Integer orderNo;
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ public class SettingResponseBean {
|
||||
|
||||
private String name;
|
||||
|
||||
private String value;
|
||||
private Object value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user