updated code for form table removed orderNo and update the data type of form table

This commit is contained in:
rajesh
2024-09-02 19:37:22 +05:30
parent 18e6c87a6a
commit c05a5d22ee
8 changed files with 9 additions and 14 deletions

View File

@@ -7,5 +7,5 @@ public class SettingResponseBean {
private String name;
private String value;
private Object value;
}