File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
APIJSON-Java-Server/APIJSON-Idea/src/main/java/zuo/biao/apijson/server/sql Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 54
54
import apijson .demo .server .model .BaseModel ;
55
55
import apijson .demo .server .model .User ;
56
56
import apijson .demo .server .model .Privacy ;
57
- import apijson .demo .server .model .NetsbdNews ;
58
- import apijson .demo .server .model .NetsbdNewsCategory ;
59
57
import zuo .biao .apijson .Log ;
60
58
import zuo .biao .apijson .RequestMethod ;
61
59
import zuo .biao .apijson .RequestRole ;
@@ -117,8 +115,6 @@ public class SQLConfig {
117
115
118
116
TABLE_KEY_MAP .put (User .class .getSimpleName (), "apijson_user" );
119
117
TABLE_KEY_MAP .put (Privacy .class .getSimpleName (), "apijson_privacy" );
120
- TABLE_KEY_MAP .put (NetsbdNews .class .getSimpleName (), "ims_netsbd_news" );
121
- TABLE_KEY_MAP .put (NetsbdNewsCategory .class .getSimpleName (), "ims_netsbd_news_category" );
122
118
}
123
119
124
120
You can’t perform that action at this time.
0 commit comments