File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
APIJSONORM/src/main/java/apijson/orm Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 65
65
import apijson .orm .model .PgAttribute ;
66
66
import apijson .orm .model .PgClass ;
67
67
import apijson .orm .model .Request ;
68
- import apijson .orm .model .Response ;
69
68
import apijson .orm .model .SysColumn ;
70
69
import apijson .orm .model .SysTable ;
71
70
import apijson .orm .model .Table ;
@@ -115,7 +114,6 @@ public abstract class AbstractSQLConfig implements SQLConfig {
115
114
CONFIG_TABLE_LIST = new ArrayList <>(); // Table, Column 等是系统表 AbstractVerifier.SYSTEM_ACCESS_MAP.keySet());
116
115
CONFIG_TABLE_LIST .add (Function .class .getSimpleName ());
117
116
CONFIG_TABLE_LIST .add (Request .class .getSimpleName ());
118
- CONFIG_TABLE_LIST .add (Response .class .getSimpleName ());
119
117
CONFIG_TABLE_LIST .add (Access .class .getSimpleName ());
120
118
CONFIG_TABLE_LIST .add (Document .class .getSimpleName ());
121
119
CONFIG_TABLE_LIST .add (TestRecord .class .getSimpleName ());
You can’t perform that action at this time.
0 commit comments