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