解决[表单配置inExt]填写无效bug

This commit is contained in:
2019-06-13 18:13:50 +08:00
parent d40676f724
commit b0ae01cc69
2 changed files with 12 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ public class FromItem {
private String col;
private String label;
private String inType;
private String fmt;
private String InExt;
private List<String> cks;
}