| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0a2cbc1 commit ba68844
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,6 @@ | |||
| 68 | 68 | import apijson.orm.model.SysColumn; | |
| 69 | 69 | import apijson.orm.model.SysTable; | |
| 70 | 70 | import apijson.orm.model.Table; | |
| 71 | - import apijson.orm.model.Test; | ||
| 72 | 71 | import apijson.orm.model.TestRecord; | |
| 73 | 72 | ||
| 74 | 73 | /**config sql for JSON Request | |
@@ -111,7 +110,6 @@ public abstract class AbstractSQLConfig implements SQLConfig { | |||
| 111 | 110 | CONFIG_TABLE_LIST.add(Function.class.getSimpleName()); | |
| 112 | 111 | CONFIG_TABLE_LIST.add(Request.class.getSimpleName()); | |
| 113 | 112 | CONFIG_TABLE_LIST.add(Response.class.getSimpleName()); | |
| 114 | - CONFIG_TABLE_LIST.add(Test.class.getSimpleName()); | ||
| 115 | 113 | CONFIG_TABLE_LIST.add(Access.class.getSimpleName()); | |
| 116 | 114 | CONFIG_TABLE_LIST.add(Document.class.getSimpleName()); | |
| 117 | 115 | CONFIG_TABLE_LIST.add(TestRecord.class.getSimpleName()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments