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 6565import apijson .orm .model .PgAttribute ;
6666import apijson .orm .model .PgClass ;
6767import apijson .orm .model .Request ;
68- import apijson .orm .model .Response ;
6968import apijson .orm .model .SysColumn ;
7069import apijson .orm .model .SysTable ;
7170import apijson .orm .model .Table ;
@@ -115,7 +114,6 @@ public abstract class AbstractSQLConfig implements SQLConfig {
115114 CONFIG_TABLE_LIST = new ArrayList <>(); // Table, Column 等是系统表 AbstractVerifier.SYSTEM_ACCESS_MAP.keySet());
116115 CONFIG_TABLE_LIST .add (Function .class .getSimpleName ());
117116 CONFIG_TABLE_LIST .add (Request .class .getSimpleName ());
118- CONFIG_TABLE_LIST .add (Response .class .getSimpleName ());
119117 CONFIG_TABLE_LIST .add (Access .class .getSimpleName ());
120118 CONFIG_TABLE_LIST .add (Document .class .getSimpleName ());
121119 CONFIG_TABLE_LIST .add (TestRecord .class .getSimpleName ());
You can’t perform that action at this time.
0 commit comments