Showing preview only (7,960K chars total). Download the full file or copy to clipboard to get everything.
Repository: shuzheng/zheng
Branch: master
Commit: 7005c0a775e6
Files: 1092
Total size: 18.1 MB
Directory structure:
gitextract_owpcxz6v/
├── .gitignore
├── .travis.yml
├── LICENSE
├── README.md
├── pom.xml
├── project-bootstrap/
│ ├── README.md
│ ├── architect.vsdx
│ ├── progress.xmind
│ ├── project.doc
│ └── zheng-api.doc
├── project-datamodel/
│ ├── README.md
│ ├── update_20170328_1_to_20170405_1.sql
│ ├── zheng-ucenter.sql
│ ├── zheng.pdb
│ ├── zheng.pdm
│ ├── zheng.sql
│ ├── zheng_20170219_1.apm
│ ├── zheng_20170224_1.apm
│ ├── zheng_20170305_1.apm
│ ├── zheng_20170314_1.apm
│ ├── zheng_20170318_1.apm
│ ├── zheng_20170328_1.apm
│ ├── zheng_20170405_1.apm
│ ├── zheng_20170426_1.apm
│ └── zheng_20170603_1.apm
├── project-tools/
│ ├── activemq.bat.lnk
│ ├── dubbo-monitor.lnk
│ ├── nginx/
│ │ ├── nginx.conf
│ │ └── servers/
│ │ ├── zheng-config.conf
│ │ └── zheng-ui.conf
│ ├── nginx.bat
│ ├── ngrok/
│ │ ├── ngrok
│ │ └── ngrok.cfg
│ ├── ngrok.bat
│ ├── ngrok.sh
│ ├── tomcat_company.bat.lnk
│ ├── tomcat_home.bat.lnk
│ └── zkServer.cmd.lnk
├── zheng-admin/
│ ├── README.md
│ ├── pom.xml
│ └── src/
│ ├── crud.html
│ ├── css/
│ │ ├── admin.css
│ │ ├── common.css
│ │ └── login.css
│ ├── data/
│ │ └── data1.json
│ ├── demo.html
│ ├── images/
│ │ └── zsz.psd
│ ├── index.html
│ ├── js/
│ │ ├── admin.js
│ │ ├── common.js
│ │ └── login.js
│ ├── login.html
│ └── plugins/
│ ├── My97DatePicker/
│ │ ├── WdatePicker.js
│ │ ├── calendar.js
│ │ ├── lang/
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ └── skin/
│ │ ├── WdatePicker.css
│ │ ├── default/
│ │ │ └── datepicker.css
│ │ └── whyGreen/
│ │ └── datepicker.css
│ ├── angular/
│ │ └── angular-1.5.8/
│ │ └── angular-locale_zh-cn.js
│ ├── awesome-bootstrap-checkbox/
│ │ ├── awesome-bootstrap-checkbox.css
│ │ └── index.html
│ ├── bootstrap-3.3.0/
│ │ ├── css/
│ │ │ ├── bootstrap-theme.css
│ │ │ └── bootstrap.css
│ │ └── js/
│ │ ├── bootstrap.js
│ │ └── npm.js
│ ├── bootstrap-table-1.11.0/
│ │ └── locale/
│ │ ├── bootstrap-table-en-US.js
│ │ └── bootstrap-table-zh-CN.js
│ ├── checkbix/
│ │ ├── css/
│ │ │ └── checkbix.css
│ │ └── js/
│ │ └── checkbix.js
│ ├── font-awesome-4.7.0/
│ │ ├── css/
│ │ │ └── font-awesome.css
│ │ └── fonts/
│ │ └── FontAwesome.otf
│ ├── fullPage/
│ │ ├── jquery.fullPage.css
│ │ └── jquery.fullPage.js
│ ├── jquery.cookie.js
│ ├── malihu-custom-scrollbar-plugin/
│ │ ├── jquery.mCustomScrollbar.css
│ │ └── jquery.mCustomScrollbar.js
│ ├── material-design-iconic-font-2.2.0/
│ │ └── css/
│ │ └── material-design-iconic-font.css
│ ├── select2/
│ │ ├── css/
│ │ │ └── select2.css
│ │ ├── js/
│ │ │ ├── i18n/
│ │ │ │ ├── ar.js
│ │ │ │ ├── az.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en.js
│ │ │ │ ├── es.js
│ │ │ │ ├── et.js
│ │ │ │ ├── eu.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gl.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hi.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── id.js
│ │ │ │ ├── is.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── km.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-BR.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sr-Cyrl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-CN.js
│ │ │ │ └── zh-TW.js
│ │ │ ├── select2.full.js
│ │ │ └── select2.js
│ │ └── theme/
│ │ └── select2-bootstrap.css
│ ├── waves-0.7.5/
│ │ ├── waves.css
│ │ └── waves.js
│ ├── webuploader-0.1.5/
│ │ ├── Uploader.swf
│ │ └── webuploader.css
│ └── zTree_v3/
│ └── css/
│ ├── awesomeStyle/
│ │ ├── awesome.css
│ │ ├── awesome.less
│ │ └── fa.less
│ ├── demo.css
│ ├── metroStyle/
│ │ └── metroStyle.css
│ └── zTreeStyle/
│ └── zTreeStyle.css
├── zheng-api/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-api-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── api/
│ │ └── common/
│ │ └── constant/
│ │ ├── ApiConstant.java
│ │ ├── ApiResult.java
│ │ └── ApiResultConstant.java
│ ├── zheng-api-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── api/
│ │ └── rpc/
│ │ └── api/
│ │ ├── ApiService.java
│ │ └── ApiServiceMock.java
│ ├── zheng-api-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ └── bin/
│ │ │ ├── dump.sh
│ │ │ ├── restart.sh
│ │ │ ├── server.sh
│ │ │ ├── start.bat
│ │ │ ├── start.sh
│ │ │ └── stop.sh
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── api/
│ │ │ └── rpc/
│ │ │ ├── ZhengApiRpcServiceApplication.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ └── ApiServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── log4j.properties
│ │ └── profiles/
│ │ ├── dev.properties
│ │ ├── prod.properties
│ │ └── test.properties
│ └── zheng-api-server/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── api/
│ │ └── server/
│ │ ├── controller/
│ │ │ └── TestController.java
│ │ └── jms/
│ │ └── DefaultMessageQueueListener.java
│ ├── resources/
│ │ ├── applicationContext-activemq.xml
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── applicationContext-zhengAdmin.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ ├── zheng-admin-client.properties
│ │ └── zheng-upms-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-cms/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-cms-admin/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── admin/
│ │ │ ├── controller/
│ │ │ │ ├── ManageController.java
│ │ │ │ └── manage/
│ │ │ │ ├── CmsArticleController.java
│ │ │ │ ├── CmsCategoryController.java
│ │ │ │ ├── CmsCommentController.java
│ │ │ │ ├── CmsMenuController.java
│ │ │ │ ├── CmsPageController.java
│ │ │ │ ├── CmsSettingController.java
│ │ │ │ ├── CmsTagController.java
│ │ │ │ └── CmsTopicController.java
│ │ │ ├── interceptor/
│ │ │ │ └── ManageInterceptor.java
│ │ │ └── jms/
│ │ │ └── DefaultMessageQueueListener.java
│ │ ├── resources/
│ │ │ ├── applicationContext-activemq.xml
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── applicationContext-zhengAdmin.xml
│ │ │ ├── config.properties
│ │ │ ├── ehcache.xml
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ ├── redis.properties
│ │ │ ├── springMVC-servlet.xml
│ │ │ ├── zheng-admin-client.properties
│ │ │ ├── zheng-oss-client.properties
│ │ │ └── zheng-upms-client.properties
│ │ └── webapp/
│ │ ├── WEB-INF/
│ │ │ ├── jsp/
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── 404.jsp
│ │ │ │ ├── 500.jsp
│ │ │ │ ├── error.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ └── manage/
│ │ │ │ ├── article/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── category/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── comment/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── menu/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── page/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── setting/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── tag/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ └── topic/
│ │ │ │ ├── create.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ └── update.jsp
│ │ │ └── web.xml
│ │ └── resources/
│ │ └── inc/
│ │ ├── footer.jsp
│ │ └── head.jsp
│ ├── zheng-cms-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── cms/
│ │ └── common/
│ │ └── constant/
│ │ ├── CmsConstant.java
│ │ ├── CmsResult.java
│ │ └── CmsResultConstant.java
│ ├── zheng-cms-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── CmsArticleCategoryMapper.java
│ │ │ │ ├── CmsArticleMapper.java
│ │ │ │ ├── CmsArticleTagMapper.java
│ │ │ │ ├── CmsCategoryMapper.java
│ │ │ │ ├── CmsCategoryTagMapper.java
│ │ │ │ ├── CmsCommentMapper.java
│ │ │ │ ├── CmsMenuMapper.java
│ │ │ │ ├── CmsPageMapper.java
│ │ │ │ ├── CmsSettingMapper.java
│ │ │ │ ├── CmsSystemMapper.java
│ │ │ │ ├── CmsTagMapper.java
│ │ │ │ └── CmsTopicMapper.java
│ │ │ └── model/
│ │ │ ├── CmsArticle.java
│ │ │ ├── CmsArticleCategory.java
│ │ │ ├── CmsArticleCategoryExample.java
│ │ │ ├── CmsArticleExample.java
│ │ │ ├── CmsArticleTag.java
│ │ │ ├── CmsArticleTagExample.java
│ │ │ ├── CmsCategory.java
│ │ │ ├── CmsCategoryExample.java
│ │ │ ├── CmsCategoryTag.java
│ │ │ ├── CmsCategoryTagExample.java
│ │ │ ├── CmsComment.java
│ │ │ ├── CmsCommentExample.java
│ │ │ ├── CmsMenu.java
│ │ │ ├── CmsMenuExample.java
│ │ │ ├── CmsPage.java
│ │ │ ├── CmsPageExample.java
│ │ │ ├── CmsSetting.java
│ │ │ ├── CmsSettingExample.java
│ │ │ ├── CmsSystem.java
│ │ │ ├── CmsSystemExample.java
│ │ │ ├── CmsTag.java
│ │ │ ├── CmsTagExample.java
│ │ │ ├── CmsTopic.java
│ │ │ └── CmsTopicExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-cms-job/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── job/
│ │ │ └── jms/
│ │ │ └── DefaultMessageQueueListener.java
│ │ ├── resources/
│ │ │ ├── applicationContext-activemq.xml
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── config.properties
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── springMVC-servlet.xml
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ ├── zheng-cms-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── cms/
│ │ └── rpc/
│ │ └── api/
│ │ ├── CmsArticleCategoryService.java
│ │ ├── CmsArticleCategoryServiceMock.java
│ │ ├── CmsArticleService.java
│ │ ├── CmsArticleServiceMock.java
│ │ ├── CmsArticleTagService.java
│ │ ├── CmsArticleTagServiceMock.java
│ │ ├── CmsCategoryService.java
│ │ ├── CmsCategoryServiceMock.java
│ │ ├── CmsCategoryTagService.java
│ │ ├── CmsCategoryTagServiceMock.java
│ │ ├── CmsCommentService.java
│ │ ├── CmsCommentServiceMock.java
│ │ ├── CmsMenuService.java
│ │ ├── CmsMenuServiceMock.java
│ │ ├── CmsPageService.java
│ │ ├── CmsPageServiceMock.java
│ │ ├── CmsSettingService.java
│ │ ├── CmsSettingServiceMock.java
│ │ ├── CmsSystemService.java
│ │ ├── CmsSystemServiceMock.java
│ │ ├── CmsTagService.java
│ │ ├── CmsTagServiceMock.java
│ │ ├── CmsTopicService.java
│ │ └── CmsTopicServiceMock.java
│ ├── zheng-cms-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ ├── bin/
│ │ │ │ ├── dump.sh
│ │ │ │ ├── restart.sh
│ │ │ │ ├── server.sh
│ │ │ │ ├── start.bat
│ │ │ │ ├── start.sh
│ │ │ │ └── stop.sh
│ │ │ └── conf/
│ │ │ └── dubbo.properties
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ ├── dao/
│ │ │ │ └── mapper/
│ │ │ │ ├── CmsArticleCategoryMapper.xml
│ │ │ │ ├── CmsArticleMapper.xml
│ │ │ │ ├── CmsArticleTagMapper.xml
│ │ │ │ ├── CmsCategoryMapper.xml
│ │ │ │ ├── CmsCategoryTagMapper.xml
│ │ │ │ ├── CmsCommentMapper.xml
│ │ │ │ ├── CmsMenuMapper.xml
│ │ │ │ ├── CmsPageMapper.xml
│ │ │ │ ├── CmsSettingMapper.xml
│ │ │ │ ├── CmsSystemMapper.xml
│ │ │ │ ├── CmsTagMapper.xml
│ │ │ │ └── CmsTopicMapper.xml
│ │ │ └── rpc/
│ │ │ ├── ZhengCmsRpcServiceApplication.java
│ │ │ ├── mapper/
│ │ │ │ ├── CmsArticleExtMapper.java
│ │ │ │ ├── CmsArticleExtMapper.xml
│ │ │ │ ├── CmsCategoryExtMapper.java
│ │ │ │ └── CmsTagExtMapper.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ ├── CmsArticleCategoryServiceImpl.java
│ │ │ ├── CmsArticleServiceImpl.java
│ │ │ ├── CmsArticleTagServiceImpl.java
│ │ │ ├── CmsCategoryServiceImpl.java
│ │ │ ├── CmsCategoryTagServiceImpl.java
│ │ │ ├── CmsCommentServiceImpl.java
│ │ │ ├── CmsMenuServiceImpl.java
│ │ │ ├── CmsPageServiceImpl.java
│ │ │ ├── CmsSettingServiceImpl.java
│ │ │ ├── CmsSystemServiceImpl.java
│ │ │ ├── CmsTagServiceImpl.java
│ │ │ └── CmsTopicServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-jdbc.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── jdbc.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── redis.properties
│ ├── zheng-cms-search/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── search/
│ │ │ └── controller/
│ │ │ └── AppController.java
│ │ ├── resources/
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── config.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── springMVC-servlet.xml
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ └── zheng-cms-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── cms/
│ │ └── web/
│ │ ├── controller/
│ │ │ ├── BlogController.java
│ │ │ ├── IndexController.java
│ │ │ ├── NewsController.java
│ │ │ ├── PageController.java
│ │ │ ├── QaController.java
│ │ │ ├── SearchController.java
│ │ │ └── TopicController.java
│ │ ├── interceptor/
│ │ │ └── CmsWebInterceptor.java
│ │ ├── jms/
│ │ │ └── DefaultMessageQueueListener.java
│ │ ├── rocketmq/
│ │ │ ├── Consumer.java
│ │ │ └── Producer.java
│ │ ├── schedule/
│ │ │ ├── LongSchedule.java
│ │ │ └── MapSchedule.java
│ │ └── task/
│ │ └── TestTaskImpl.java
│ ├── resources/
│ │ ├── applicationContext-activemq.xml
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-ehcache.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── redis.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ ├── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ └── error.jsp
│ │ ├── lib/
│ │ │ └── tbschedule-3.2.8-SNAPSHOT.jar
│ │ └── web.xml
│ └── resources/
│ ├── css/
│ │ └── main.css
│ ├── inc/
│ │ ├── footer.jsp
│ │ └── head.jsp
│ ├── index.html
│ └── js/
│ ├── main.js
│ └── vendor/
│ ├── html5shiv.js
│ ├── video-js.swf
│ └── video.js
├── zheng-common/
│ ├── README.md
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── common/
│ │ ├── annotation/
│ │ │ └── BaseService.java
│ │ ├── aspect/
│ │ │ └── RpcLogAspect.java
│ │ ├── base/
│ │ │ ├── BaseConstants.java
│ │ │ ├── BaseController.java
│ │ │ ├── BaseInterface.java
│ │ │ ├── BaseResult.java
│ │ │ ├── BaseService.java
│ │ │ ├── BaseServiceImpl.java
│ │ │ └── BaseServiceMock.java
│ │ ├── db/
│ │ │ ├── DataSourceEnum.java
│ │ │ └── DynamicDataSource.java
│ │ ├── listener/
│ │ │ └── ApplicationContextListener.java
│ │ ├── plugin/
│ │ │ ├── CommentGenerator.java
│ │ │ ├── EncryptPropertyPlaceholderConfigurer.java
│ │ │ ├── PaginationPlugin.java
│ │ │ └── SerializablePlugin.java
│ │ ├── util/
│ │ │ ├── AESUtil.java
│ │ │ ├── CaptchaUtil.java
│ │ │ ├── CookieUtil.java
│ │ │ ├── EhCacheUtil.java
│ │ │ ├── JarUtil.java
│ │ │ ├── JdbcUtil.java
│ │ │ ├── JmsUtil.java
│ │ │ ├── MD5Util.java
│ │ │ ├── MybatisGeneratorUtil.java
│ │ │ ├── Paginator.java
│ │ │ ├── PropertiesFileUtil.java
│ │ │ ├── RedisUtil.java
│ │ │ ├── RequestUtil.java
│ │ │ ├── SpringContextUtil.java
│ │ │ ├── StringUtil.java
│ │ │ ├── VelocityUtil.java
│ │ │ ├── ZhengAdminUtil.java
│ │ │ └── key/
│ │ │ ├── SnowflakeIdWorker.java
│ │ │ └── SystemClock.java
│ │ └── validator/
│ │ ├── LengthValidator.java
│ │ ├── NotNullValidator.java
│ │ └── SizeValidator.java
│ └── resources/
│ ├── applicationContext.xml
│ ├── mybatis-config.xml
│ ├── springMVC-servlet.xml
│ └── template/
│ ├── Controller.vm
│ ├── Service.vm
│ ├── ServiceImpl.vm
│ ├── ServiceMock.vm
│ └── generatorConfig.vm
├── zheng-demo/
│ ├── pom.xml
│ ├── zheng-demo-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── demo/
│ │ └── rpc/
│ │ └── api/
│ │ ├── DemoService.java
│ │ └── DemoServiceMock.java
│ ├── zheng-demo-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ ├── main/
│ │ │ ├── assembly/
│ │ │ │ ├── assembly.xml
│ │ │ │ ├── bin/
│ │ │ │ │ ├── dump.sh
│ │ │ │ │ ├── restart.sh
│ │ │ │ │ ├── server.sh
│ │ │ │ │ ├── start.bat
│ │ │ │ │ ├── start.sh
│ │ │ │ │ └── stop.sh
│ │ │ │ └── conf/
│ │ │ │ └── dubbo.properties
│ │ │ ├── java/
│ │ │ │ └── com/
│ │ │ │ └── zheng/
│ │ │ │ └── demo/
│ │ │ │ └── rpc/
│ │ │ │ └── service/
│ │ │ │ └── impl/
│ │ │ │ └── DemoServiceImpl.java
│ │ │ └── resources/
│ │ │ └── META-INF/
│ │ │ └── spring/
│ │ │ └── applicationContext-dubbo-service.xml
│ │ └── test/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── AppTest.java
│ └── zheng-demo-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── demo/
│ │ └── web/
│ │ ├── controller/
│ │ │ └── IndexController.java
│ │ ├── interceptor/
│ │ │ └── DemoInterceptor.java
│ │ └── model/
│ │ └── User.java
│ ├── resources/
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-mail.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ └── zheng-oss-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ └── index.jsp
│ └── web.xml
├── zheng-message/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-message-client/
│ │ ├── ack-index.html
│ │ ├── binary-event-index.html
│ │ ├── bootstrap.css
│ │ ├── event-index.html
│ │ ├── index.html
│ │ ├── js/
│ │ │ └── socket.io/
│ │ │ └── socket.io.js
│ │ ├── namespace-index.html
│ │ └── ssl-event-index.html
│ ├── zheng-message-sdk/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── message/
│ │ └── sdk/
│ │ ├── BaseResult.java
│ │ ├── MessageConstants.java
│ │ ├── MessageHelper.java
│ │ └── PublishDto.java
│ └── zheng-message-server/
│ ├── lib/
│ │ └── netty-socketio-1.7.12.zheng.jar
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── message/
│ │ └── server/
│ │ ├── AckChatLauncher.java
│ │ ├── BinaryEventLauncher.java
│ │ ├── ChatLauncher.java
│ │ ├── ChatObject.java
│ │ ├── EventChatLauncher.java
│ │ ├── NamespaceChatLauncher.java
│ │ ├── SslChatLauncher.java
│ │ └── controller/
│ │ └── IndexController.java
│ ├── resources/
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ └── WEB-INF/
│ └── web.xml
├── zheng-oss/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-oss-admin/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── resources/
│ │ │ ├── applicationContext-zhengAdmin.xml
│ │ │ ├── config.properties
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ ├── redis.properties
│ │ │ ├── springMVC-servlet.xml
│ │ │ ├── zheng-admin-client.properties
│ │ │ └── zheng-upms-client.properties
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ ├── zheng-oss-sdk/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── oss/
│ │ │ └── common/
│ │ │ └── constant/
│ │ │ ├── OssConstant.java
│ │ │ ├── OssResult.java
│ │ │ └── OssResultConstant.java
│ │ └── resources/
│ │ └── applicationContext-oss.xml
│ └── zheng-oss-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── oss/
│ │ └── web/
│ │ ├── QiniuDemo.java
│ │ ├── controller/
│ │ │ ├── AliyunOssController.java
│ │ │ └── DemoController.java
│ │ └── service/
│ │ └── AliyunOssService.java
│ ├── resources/
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ └── zheng-oss-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-pay/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-pay-admin/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ └── admin/
│ │ │ └── controller/
│ │ │ └── AppController.java
│ │ ├── resources/
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── config.properties
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── springMVC-servlet.xml
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ ├── zheng-pay-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── common/
│ │ └── constant/
│ │ ├── PayConstant.java
│ │ ├── PayResult.java
│ │ └── PayResultConstant.java
│ ├── zheng-pay-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── PayInOrderDetailMapper.java
│ │ │ │ ├── PayInOrderMapper.java
│ │ │ │ ├── PayMchMapper.java
│ │ │ │ ├── PayOutOrderDetailMapper.java
│ │ │ │ ├── PayOutOrderMapper.java
│ │ │ │ ├── PayPayMapper.java
│ │ │ │ ├── PayTypeMapper.java
│ │ │ │ ├── PayVendorMapper.java
│ │ │ │ └── PayVestMapper.java
│ │ │ └── model/
│ │ │ ├── PayInOrder.java
│ │ │ ├── PayInOrderDetail.java
│ │ │ ├── PayInOrderDetailExample.java
│ │ │ ├── PayInOrderExample.java
│ │ │ ├── PayMch.java
│ │ │ ├── PayMchExample.java
│ │ │ ├── PayOutOrder.java
│ │ │ ├── PayOutOrderDetail.java
│ │ │ ├── PayOutOrderDetailExample.java
│ │ │ ├── PayOutOrderExample.java
│ │ │ ├── PayPay.java
│ │ │ ├── PayPayExample.java
│ │ │ ├── PayType.java
│ │ │ ├── PayTypeExample.java
│ │ │ ├── PayVendor.java
│ │ │ ├── PayVendorExample.java
│ │ │ ├── PayVest.java
│ │ │ └── PayVestExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-pay-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── rpc/
│ │ └── api/
│ │ ├── PayInOrderDetailService.java
│ │ ├── PayInOrderDetailServiceMock.java
│ │ ├── PayInOrderService.java
│ │ ├── PayInOrderServiceMock.java
│ │ ├── PayMchService.java
│ │ ├── PayMchServiceMock.java
│ │ ├── PayOutOrderDetailService.java
│ │ ├── PayOutOrderDetailServiceMock.java
│ │ ├── PayOutOrderService.java
│ │ ├── PayOutOrderServiceMock.java
│ │ ├── PayPayService.java
│ │ ├── PayPayServiceMock.java
│ │ ├── PayTypeService.java
│ │ ├── PayTypeServiceMock.java
│ │ ├── PayVendorService.java
│ │ ├── PayVendorServiceMock.java
│ │ ├── PayVestService.java
│ │ └── PayVestServiceMock.java
│ ├── zheng-pay-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ ├── bin/
│ │ │ │ ├── dump.sh
│ │ │ │ ├── restart.sh
│ │ │ │ ├── server.sh
│ │ │ │ ├── start.bat
│ │ │ │ ├── start.sh
│ │ │ │ └── stop.sh
│ │ │ └── conf/
│ │ │ └── dubbo.properties
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ ├── dao/
│ │ │ │ └── mapper/
│ │ │ │ ├── PayInOrderDetailMapper.xml
│ │ │ │ ├── PayInOrderMapper.xml
│ │ │ │ ├── PayMchMapper.xml
│ │ │ │ ├── PayOutOrderDetailMapper.xml
│ │ │ │ ├── PayOutOrderMapper.xml
│ │ │ │ ├── PayPayMapper.xml
│ │ │ │ ├── PayTypeMapper.xml
│ │ │ │ ├── PayVendorMapper.xml
│ │ │ │ └── PayVestMapper.xml
│ │ │ └── rpc/
│ │ │ ├── ZhengPayRpcServiceApplication.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ ├── PayInOrderDetailServiceImpl.java
│ │ │ ├── PayInOrderServiceImpl.java
│ │ │ ├── PayMchServiceImpl.java
│ │ │ ├── PayOutOrderDetailServiceImpl.java
│ │ │ ├── PayOutOrderServiceImpl.java
│ │ │ ├── PayPayServiceImpl.java
│ │ │ ├── PayTypeServiceImpl.java
│ │ │ ├── PayVendorServiceImpl.java
│ │ │ └── PayVestServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-jdbc.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── jdbc.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── redis.properties
│ ├── zheng-pay-sdk/
│ │ ├── pom.xml
│ │ └── src/
│ │ ├── main/
│ │ │ └── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ └── sdk/
│ │ │ └── App.java
│ │ └── test/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── sdk/
│ │ └── AppTest.java
│ └── zheng-pay-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── web/
│ │ └── controller/
│ │ └── AlipayController.java
│ ├── resources/
│ │ ├── applicationContext-alipay.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ └── zheng-oss-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ ├── lib/
│ │ └── alipay-sdk-java20170829142630.jar
│ └── web.xml
├── zheng-shop/
│ ├── README.md
│ └── pom.xml
├── zheng-ucenter/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-ucenter-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── ucenter/
│ │ └── common/
│ │ └── constant/
│ │ ├── UcenterConstant.java
│ │ ├── UcenterResult.java
│ │ └── UcenterResultConstant.java
│ ├── zheng-ucenter-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── ucenter/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── UcenterOauthMapper.java
│ │ │ │ ├── UcenterUserDetailsMapper.java
│ │ │ │ ├── UcenterUserLogMapper.java
│ │ │ │ ├── UcenterUserMapper.java
│ │ │ │ └── UcenterUserOauthMapper.java
│ │ │ └── model/
│ │ │ ├── UcenterOauth.java
│ │ │ ├── UcenterOauthExample.java
│ │ │ ├── UcenterUser.java
│ │ │ ├── UcenterUserDetails.java
│ │ │ ├── UcenterUserDetailsExample.java
│ │ │ ├── UcenterUserExample.java
│ │ │ ├── UcenterUserLog.java
│ │ │ ├── UcenterUserLogExample.java
│ │ │ ├── UcenterUserOauth.java
│ │ │ └── UcenterUserOauthExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-ucenter-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── ucenter/
│ │ └── rpc/
│ │ └── api/
│ │ ├── UcenterApiService.java
│ │ ├── UcenterApiServiceMock.java
│ │ ├── UcenterOauthService.java
│ │ ├── UcenterOauthServiceMock.java
│ │ ├── UcenterUserDetailsService.java
│ │ ├── UcenterUserDetailsServiceMock.java
│ │ ├── UcenterUserLogService.java
│ │ ├── UcenterUserLogServiceMock.java
│ │ ├── UcenterUserOauthService.java
│ │ ├── UcenterUserOauthServiceMock.java
│ │ ├── UcenterUserService.java
│ │ └── UcenterUserServiceMock.java
│ ├── zheng-ucenter-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ ├── bin/
│ │ │ │ ├── dump.sh
│ │ │ │ ├── restart.sh
│ │ │ │ ├── server.sh
│ │ │ │ ├── start.bat
│ │ │ │ ├── start.sh
│ │ │ │ └── stop.sh
│ │ │ └── conf/
│ │ │ └── dubbo.properties
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── ucenter/
│ │ │ ├── dao/
│ │ │ │ └── mapper/
│ │ │ │ ├── UcenterOauthMapper.xml
│ │ │ │ ├── UcenterUserDetailsMapper.xml
│ │ │ │ ├── UcenterUserLogMapper.xml
│ │ │ │ ├── UcenterUserMapper.xml
│ │ │ │ └── UcenterUserOauthMapper.xml
│ │ │ └── rpc/
│ │ │ ├── ZhengUcenterRpcServiceApplication.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ ├── UcenterApiServiceImpl.java
│ │ │ ├── UcenterOauthServiceImpl.java
│ │ │ ├── UcenterUserDetailsServiceImpl.java
│ │ │ ├── UcenterUserLogServiceImpl.java
│ │ │ ├── UcenterUserOauthServiceImpl.java
│ │ │ └── UcenterUserServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-jdbc.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── jdbc.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── redis.properties
│ └── zheng-ucenter-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── ucenter/
│ │ └── web/
│ │ ├── controller/
│ │ │ └── SignController.java
│ │ └── interceptor/
│ │ └── UcenterWebInterceptor.java
│ ├── resources/
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── redis.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-ui/
│ ├── README.md
│ ├── zheng-cms-web/
│ │ ├── blog/
│ │ │ ├── category/
│ │ │ │ └── index.html
│ │ │ ├── details/
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ └── tag/
│ │ │ └── index.html
│ │ ├── css/
│ │ │ └── main.css
│ │ ├── index.html
│ │ ├── js/
│ │ │ ├── main.js
│ │ │ └── vendor/
│ │ │ ├── html5shiv.js
│ │ │ ├── video-js.swf
│ │ │ └── video.js
│ │ ├── news/
│ │ │ ├── article/
│ │ │ │ └── index.html
│ │ │ ├── category/
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ └── tag/
│ │ │ └── index.html
│ │ ├── page/
│ │ │ └── index.html
│ │ ├── qa/
│ │ │ ├── category/
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── question/
│ │ │ │ └── index.html
│ │ │ └── tag/
│ │ │ └── index.html
│ │ ├── search/
│ │ │ └── index.html
│ │ └── topic/
│ │ ├── index.html
│ │ └── list.html
│ ├── zheng-demo/
│ │ └── index.html
│ ├── zheng-oss-web/
│ │ ├── aliyun/
│ │ │ └── upload.html
│ │ ├── index.html
│ │ └── plugins/
│ │ └── webuploader-0.1.5/
│ │ ├── Uploader.swf
│ │ └── webuploader.css
│ └── zheng-ucenter-web/
│ ├── css/
│ │ └── style.css
│ ├── login.html
│ ├── password.html
│ └── reg.html
├── zheng-upms/
│ ├── .gitignore
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-upms-client/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── upms/
│ │ │ └── client/
│ │ │ ├── interceptor/
│ │ │ │ └── LogAspect.java
│ │ │ ├── shiro/
│ │ │ │ ├── filter/
│ │ │ │ │ ├── UpmsAuthenticationFilter.java
│ │ │ │ │ └── UpmsSessionForceLogoutFilter.java
│ │ │ │ ├── listener/
│ │ │ │ │ └── UpmsSessionListener.java
│ │ │ │ ├── realm/
│ │ │ │ │ └── UpmsRealm.java
│ │ │ │ └── session/
│ │ │ │ ├── UpmsSession.java
│ │ │ │ ├── UpmsSessionDao.java
│ │ │ │ └── UpmsSessionFactory.java
│ │ │ └── util/
│ │ │ ├── RequestParameterUtil.java
│ │ │ └── SerializableUtil.java
│ │ └── resources/
│ │ ├── applicationContext-shiro.xml
│ │ └── springMVC-servlet.xml
│ ├── zheng-upms-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── upms/
│ │ └── common/
│ │ └── constant/
│ │ ├── UpmsConstant.java
│ │ ├── UpmsResult.java
│ │ └── UpmsResultConstant.java
│ ├── zheng-upms-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── upms/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── UpmsLogMapper.java
│ │ │ │ ├── UpmsOrganizationMapper.java
│ │ │ │ ├── UpmsPermissionMapper.java
│ │ │ │ ├── UpmsRoleMapper.java
│ │ │ │ ├── UpmsRolePermissionMapper.java
│ │ │ │ ├── UpmsSystemMapper.java
│ │ │ │ ├── UpmsUserMapper.java
│ │ │ │ ├── UpmsUserOrganizationMapper.java
│ │ │ │ ├── UpmsUserPermissionMapper.java
│ │ │ │ └── UpmsUserRoleMapper.java
│ │ │ └── model/
│ │ │ ├── UpmsLog.java
│ │ │ ├── UpmsLogExample.java
│ │ │ ├── UpmsOrganization.java
│ │ │ ├── UpmsOrganizationExample.java
│ │ │ ├── UpmsPermission.java
│ │ │ ├── UpmsPermissionExample.java
│ │ │ ├── UpmsRole.java
│ │ │ ├── UpmsRoleExample.java
│ │ │ ├── UpmsRolePermission.java
│ │ │ ├── UpmsRolePermissionExample.java
│ │ │ ├── UpmsSystem.java
│ │ │ ├── UpmsSystemExample.java
│ │ │ ├── UpmsUser.java
│ │ │ ├── UpmsUserExample.java
│ │ │ ├── UpmsUserOrganization.java
│ │ │ ├── UpmsUserOrganizationExample.java
│ │ │ ├── UpmsUserPermission.java
│ │ │ ├── UpmsUserPermissionExample.java
│ │ │ ├── UpmsUserRole.java
│ │ │ └── UpmsUserRoleExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-upms-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── upms/
│ │ └── rpc/
│ │ └── api/
│ │ ├── UpmsApiService.java
│ │ ├── UpmsApiServiceMock.java
│ │ ├── UpmsLogService.java
│ │ ├── UpmsLogServiceMock.java
│ │ ├── UpmsOrganizationService.java
│ │ ├── UpmsOrganizationServiceMock.java
│ │ ├── UpmsPermissionService.java
│ │ ├── UpmsPermissionServiceMock.java
│ │ ├── UpmsRolePermissionService.java
│ │ ├── UpmsRolePermissionServiceMock.java
│ │ ├── UpmsRoleService.java
│ │ ├── UpmsRoleServiceMock.java
│ │ ├── UpmsSystemService.java
│ │ ├── UpmsSystemServiceMock.java
│ │ ├── UpmsUserOrganizationService.java
│ │ ├── UpmsUserOrganizationServiceMock.java
│ │ ├── UpmsUserPermissionService.java
│ │ ├── UpmsUserPermissionServiceMock.java
│ │ ├── UpmsUserRoleService.java
│ │ ├── UpmsUserRoleServiceMock.java
│ │ ├── UpmsUserService.java
│ │ └── UpmsUserServiceMock.java
│ ├── zheng-upms-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ ├── main/
│ │ │ ├── assembly/
│ │ │ │ ├── assembly.xml
│ │ │ │ ├── bin/
│ │ │ │ │ ├── dump.sh
│ │ │ │ │ ├── restart.sh
│ │ │ │ │ ├── server.sh
│ │ │ │ │ ├── start.bat
│ │ │ │ │ ├── start.sh
│ │ │ │ │ └── stop.sh
│ │ │ │ └── conf/
│ │ │ │ └── dubbo.properties
│ │ │ ├── java/
│ │ │ │ └── com/
│ │ │ │ └── zheng/
│ │ │ │ └── upms/
│ │ │ │ ├── dao/
│ │ │ │ │ └── mapper/
│ │ │ │ │ ├── UpmsLogMapper.xml
│ │ │ │ │ ├── UpmsOrganizationMapper.xml
│ │ │ │ │ ├── UpmsPermissionMapper.xml
│ │ │ │ │ ├── UpmsRoleMapper.xml
│ │ │ │ │ ├── UpmsRolePermissionMapper.xml
│ │ │ │ │ ├── UpmsSystemMapper.xml
│ │ │ │ │ ├── UpmsUserMapper.xml
│ │ │ │ │ ├── UpmsUserOrganizationMapper.xml
│ │ │ │ │ ├── UpmsUserPermissionMapper.xml
│ │ │ │ │ └── UpmsUserRoleMapper.xml
│ │ │ │ └── rpc/
│ │ │ │ ├── ZhengUpmsRpcServiceApplication.java
│ │ │ │ ├── mapper/
│ │ │ │ │ ├── UpmsApiMapper.java
│ │ │ │ │ └── UpmsApiMapper.xml
│ │ │ │ └── service/
│ │ │ │ └── impl/
│ │ │ │ ├── UpmsApiServiceImpl.java
│ │ │ │ ├── UpmsLogServiceImpl.java
│ │ │ │ ├── UpmsOrganizationServiceImpl.java
│ │ │ │ ├── UpmsPermissionServiceImpl.java
│ │ │ │ ├── UpmsRolePermissionServiceImpl.java
│ │ │ │ ├── UpmsRoleServiceImpl.java
│ │ │ │ ├── UpmsSystemServiceImpl.java
│ │ │ │ ├── UpmsUserOrganizationServiceImpl.java
│ │ │ │ ├── UpmsUserPermissionServiceImpl.java
│ │ │ │ ├── UpmsUserRoleServiceImpl.java
│ │ │ │ └── UpmsUserServiceImpl.java
│ │ │ └── resources/
│ │ │ ├── META-INF/
│ │ │ │ └── spring/
│ │ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ │ ├── applicationContext-ehcache.xml
│ │ │ │ ├── applicationContext-jdbc.xml
│ │ │ │ ├── applicationContext-listener.xml
│ │ │ │ └── applicationContext.xml
│ │ │ ├── config.properties
│ │ │ ├── ehcache.xml
│ │ │ ├── jdbc.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── redis.properties
│ │ └── test/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── upms/
│ │ └── rpc/
│ │ └── service/
│ │ └── UpmsServiceTest.java
│ └── zheng-upms-server/
│ ├── pom.xml
│ └── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── upms/
│ │ │ └── server/
│ │ │ ├── Initialize.java
│ │ │ ├── controller/
│ │ │ │ ├── ManageController.java
│ │ │ │ ├── SSOController.java
│ │ │ │ └── manage/
│ │ │ │ ├── UpmsLogController.java
│ │ │ │ ├── UpmsOrganizationController.java
│ │ │ │ ├── UpmsPermissionController.java
│ │ │ │ ├── UpmsRoleController.java
│ │ │ │ ├── UpmsSessionController.java
│ │ │ │ ├── UpmsSystemController.java
│ │ │ │ └── UpmsUserController.java
│ │ │ └── interceptor/
│ │ │ └── UpmsInterceptor.java
│ │ ├── resources/
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── applicationContext-zhengAdmin.xml
│ │ │ ├── config.properties
│ │ │ ├── ehcache.xml
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ ├── redis.properties
│ │ │ ├── shiro-ehcache.xml
│ │ │ ├── springMVC-servlet.xml
│ │ │ ├── zheng-admin-client.properties
│ │ │ ├── zheng-config-client.properties
│ │ │ ├── zheng-oss-client.properties
│ │ │ └── zheng-upms-client.properties
│ │ └── webapp/
│ │ ├── WEB-INF/
│ │ │ ├── jsp/
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── 404.jsp
│ │ │ │ ├── 500.jsp
│ │ │ │ ├── error.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── manage/
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── log/
│ │ │ │ │ │ └── index.jsp
│ │ │ │ │ ├── organization/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ ├── permission/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ ├── role/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ ├── permission.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ ├── session/
│ │ │ │ │ │ └── index.jsp
│ │ │ │ │ ├── system/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ └── user/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── organization.jsp
│ │ │ │ │ ├── permission.jsp
│ │ │ │ │ ├── role.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ └── sso/
│ │ │ │ └── login.jsp
│ │ │ └── web.xml
│ │ └── resources/
│ │ └── inc/
│ │ ├── footer.jsp
│ │ └── head.jsp
│ └── test/
│ └── java/
│ └── com/
│ └── zheng/
│ └── upms/
│ └── server/
│ └── UpmsServiceTest.java
└── zheng-wechat/
├── README.md
├── pom.xml
├── zheng-wechat-app/
│ ├── README.md
│ └── pom.xml
└── zheng-wechat-mp/
├── README.md
├── pom.xml
├── zheng-wechat-mp-admin/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── wechat/
│ │ └── mp/
│ │ └── admin/
│ │ └── controller/
│ │ └── AppController.java
│ ├── resources/
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-wechat-mp-dao/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── wechat/
│ │ └── mp/
│ │ └── dao/
│ │ └── Generator.java
│ └── resources/
│ ├── jdbc.properties
│ └── redis.properties
└── zheng-wechat-mp-service/
├── pom.xml
└── src/
├── main/
│ └── java/
│ └── com/
│ └── zheng/
│ └── wechat/
│ └── mp/
│ └── service/
│ └── App.java
└── test/
└── java/
└── com/
└── zheng/
└── wechat/
└── mp/
└── service/
└── AppTest.java
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
.idea
.classpath
.project
*.iml
*.eml
target
*.log
*.log.*
**/resources/zheng-admin
generatorConfig.xml
.DS_Store
*.cache
*.lock
/build/
*.settings
================================================
FILE: .travis.yml
================================================
---
language: java
sudo: false
jdk:
- oraclejdk8
notifications:
email: false
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2017 https://github.com/shuzheng/zheng
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: README.md
================================================
# zheng
[](https://travis-ci.org/shuzheng/zheng)
[](LICENSE)
[](https://github.com/shuzheng/zheng/pulls)
[](https://github.com/shuzheng/zheng)
[](https://github.com/shuzheng/zheng)
交流QQ群:133107819、284280411、305155242🈵、528049386、157869467🈵、570766789🈵、601147566🈵、309985359🈵、336380857🈵、522723488、556447629、654558397🈵、392564561🈵、494594000🈵、494070275🈵、168267539🈵、652798487🈵、650979251🈵、622461564🈵、219381522🈵、487874426🈵、398342630🈵、205986087🈵、574153262🈵、606890936🈵、565434047🈵、680947971🈵、341884034🈵、562977817🈵、478962414🈵、679219230🈵、676766033🈵、621874750🈵、522903600🈵、524932879🈵、376261902🈵、481096887🈵、232104667🈵、637879277🈵、697575367🈵、702995203🈵、708665910🈵、697141239🈵、574057714🈵、631332162🈵、591739143🈵、731016871🈵、598738752🈵、748759166🈵、159816595(群内含各种工具、文档、视频教程下载)
## 前言
`zheng`项目不仅仅是一个开发架构,而是努力打造一套从 **前端模板** - **基础框架** - **分布式架构** - **开源项目** - **持续集成** - **自动化部署** - **系统监测** - **无缝升级** 的全方位J2EE企业级开发解决方案。
## 项目介绍
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:内容管理、支付中心、用户管理(包括第三方)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
### 组织结构
``` lua
zheng
├── zheng-common -- SSM框架公共模块
├── zheng-admin -- 后台管理模板
├── zheng-ui -- 前台thymeleaf模板[端口:1000]
├── zheng-config -- 配置中心[端口:1001]
├── zheng-upms -- 用户权限管理系统
| ├── zheng-upms-common -- upms系统公共模块
| ├── zheng-upms-dao -- 代码生成模块,无需开发
| ├── zheng-upms-client -- 集成upms依赖包,提供单点认证、授权、统一会话管理
| ├── zheng-upms-rpc-api -- rpc接口包
| ├── zheng-upms-rpc-service -- rpc服务提供者
| └── zheng-upms-server -- 用户权限系统及SSO服务端[端口:1111]
├── zheng-cms -- 内容管理系统
| ├── zheng-cms-common -- cms系统公共模块
| ├── zheng-cms-dao -- 代码生成模块,无需开发
| ├── zheng-cms-rpc-api -- rpc接口包
| ├── zheng-cms-rpc-service -- rpc服务提供者
| ├── zheng-cms-search -- 搜索服务[端口:2221]
| ├── zheng-cms-admin -- 后台管理[端口:2222]
| ├── zheng-cms-job -- 消息队列、任务调度等[端口:2223]
| └── zheng-cms-web -- 网站前台[端口:2224]
├── zheng-pay -- 支付系统
| ├── zheng-pay-common -- pay系统公共模块
| ├── zheng-pay-dao -- 代码生成模块,无需开发
| ├── zheng-pay-rpc-api -- rpc接口包
| ├── zheng-pay-rpc-service -- rpc服务提供者
| ├── zheng-pay-sdk -- 开发工具包
| ├── zheng-pay-admin -- 后台管理[端口:3331]
| └── zheng-pay-web -- 演示示例[端口:3332]
├── zheng-ucenter -- 用户系统(包括第三方登录)
| ├── zheng-ucenter-common -- ucenter系统公共模块
| ├── zheng-ucenter-dao -- 代码生成模块,无需开发
| ├── zheng-ucenter-rpc-api -- rpc接口包
| ├── zheng-ucenter-rpc-service -- rpc服务提供者
| └── zheng-ucenter-web -- 网站前台[端口:4441]
├── zheng-wechat -- 微信系统
| ├── zheng-wechat-mp -- 微信公众号管理系统
| | ├── zheng-wechat-mp-dao -- 代码生成模块,无需开发
| | ├── zheng-wechat-mp-service -- 业务逻辑
| | └── zheng-wechat-mp-admin -- 后台管理[端口:5551]
| └── zheng-ucenter-app -- 微信小程序后台
├── zheng-api -- API接口总线系统
| ├── zheng-api-common -- api系统公共模块
| ├── zheng-api-rpc-api -- rpc接口包
| ├── zheng-api-rpc-service -- rpc服务提供者
| └── zheng-api-server -- api系统服务端[端口:6666]
├── zheng-oss -- 对象存储系统
| ├── zheng-oss-sdk -- 开发工具包
| ├── zheng-oss-web -- 前台接口[端口:7771]
| └── zheng-oss-admin -- 后台管理[端口:7772]
├── zheng-message -- 实时通知系统
| ├── zheng-message-sdk -- 开发工具包
| ├── zheng-message-server -- 服务端[端口:8881,SocketIO端口:8882]
| └── zheng-message-client -- 客户端
├── zheng-shop -- 电子商务系统
└── zheng-demo -- 示例模块(包含一些示例代码等)
├── zheng-demo-rpc-api -- rpc接口包
├── zheng-demo-rpc-service -- rpc服务提供者
└── zheng-demo-web -- 演示示例[端口:9999]
```
### 技术选型
#### 后端技术:
技术 | 名称 | 官网
----|------|----
Spring Framework | 容器 | [http://projects.spring.io/spring-framework/](http://projects.spring.io/spring-framework/)
SpringMVC | MVC框架 | [http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc)
Apache Shiro | 安全框架 | [http://shiro.apache.org/](http://shiro.apache.org/)
Spring session | 分布式Session管理 | [http://projects.spring.io/spring-session/](http://projects.spring.io/spring-session/)
MyBatis | ORM框架 | [http://www.mybatis.org/mybatis-3/zh/index.html](http://www.mybatis.org/mybatis-3/zh/index.html)
MyBatis Generator | 代码生成 | [http://www.mybatis.org/generator/index.html](http://www.mybatis.org/generator/index.html)
PageHelper | MyBatis物理分页插件 | [http://git.oschina.net/free/Mybatis_PageHelper](http://git.oschina.net/free/Mybatis_PageHelper)
Druid | 数据库连接池 | [https://github.com/alibaba/druid](https://github.com/alibaba/druid)
FluentValidator | 校验框架 | [https://github.com/neoremind/fluent-validator](https://github.com/neoremind/fluent-validator)
Thymeleaf | 模板引擎 | [http://www.thymeleaf.org/](http://www.thymeleaf.org/)
Velocity | 模板引擎 | [http://velocity.apache.org/](http://velocity.apache.org/)
ZooKeeper | 分布式协调服务 | [http://zookeeper.apache.org/](http://zookeeper.apache.org/)
Dubbo | 分布式服务框架 | [http://dubbo.io/](http://dubbo.io/)
TBSchedule & elastic-job | 分布式调度框架 | [https://github.com/dangdangdotcom/elastic-job](https://github.com/dangdangdotcom/elastic-job)
Redis | 分布式缓存数据库 | [https://redis.io/](https://redis.io/)
Solr & Elasticsearch | 分布式全文搜索引擎 | [http://lucene.apache.org/solr/](http://lucene.apache.org/solr/) [https://www.elastic.co/](https://www.elastic.co/)
Quartz | 作业调度框架 | [http://www.quartz-scheduler.org/](http://www.quartz-scheduler.org/)
Ehcache | 进程内缓存框架 | [http://www.ehcache.org/](http://www.ehcache.org/)
ActiveMQ | 消息队列 | [http://activemq.apache.org/](http://activemq.apache.org/)
JStorm | 实时流式计算框架 | [http://jstorm.io/](http://jstorm.io/)
FastDFS | 分布式文件系统 | [https://github.com/happyfish100/fastdfs](https://github.com/happyfish100/fastdfs)
Log4J | 日志组件 | [http://logging.apache.org/log4j/1.2/](http://logging.apache.org/log4j/1.2/)
Swagger2 | 接口测试框架 | [http://swagger.io/](http://swagger.io/)
sequence | 分布式高效ID生产 | [http://git.oschina.net/yu120/sequence](http://git.oschina.net/yu120/sequence)
AliOSS & Qiniu & QcloudCOS | 云存储 | [https://www.aliyun.com/product/oss/](https://www.aliyun.com/product/oss/) [http://www.qiniu.com/](http://www.qiniu.com/) [https://www.qcloud.com/product/cos](https://www.qcloud.com/product/cos)
Protobuf & json | 数据序列化 | [https://github.com/google/protobuf](https://github.com/google/protobuf)
Jenkins | 持续集成工具 | [https://jenkins.io/index.html](https://jenkins.io/index.html)
Maven | 项目构建管理 | [http://maven.apache.org/](http://maven.apache.org/)
Netty-socketio | 实时推送 | [https://github.com/mrniko/netty-socketio](https://github.com/mrniko/netty-socketio)
#### 前端技术:
技术 | 名称 | 官网
----|------|----
jQuery | 函式库 | [http://jquery.com/](http://jquery.com/)
Bootstrap | 前端框架 | [http://getbootstrap.com/](http://getbootstrap.com/)
Bootstrap-table | Bootstrap数据表格 | [http://bootstrap-table.wenzhixin.net.cn/](http://bootstrap-table.wenzhixin.net.cn/)
Font-awesome | 字体图标 | [http://fontawesome.io/](http://fontawesome.io/)
material-design-iconic-font | 字体图标 | [https://github.com/zavoloklom/material-design-iconic-font](https://github.com/zavoloklom/material-design-iconic-font)
Waves | 点击效果插件 | [https://github.com/fians/Waves](https://github.com/fians/Waves)
zTree | 树插件 | [http://www.treejs.cn/v3/](http://www.treejs.cn/v3/)
Select2 | 选择框插件 | [https://github.com/select2/select2](https://github.com/select2/select2)
jquery-confirm | 弹出窗口插件 | [https://github.com/craftpip/jquery-confirm](https://github.com/craftpip/jquery-confirm)
jQuery EasyUI | 基于jQuery的UI插件集合体 | [http://www.jeasyui.com](http://www.jeasyui.com)
React | 界面构建框架 | [https://github.com/facebook/react](https://github.com/facebook/react)
Editor.md | Markdown编辑器 | [https://github.com/pandao/editor.md](https://github.com/pandao/editor.md)
zhengAdmin | 后台管理系统模板 | [https://github.com/shuzheng/zhengAdmin](https://github.com/shuzheng/zhengAdmin)
autoMail | 邮箱地址自动补全插件 | [https://github.com/shuzheng/autoMail](https://github.com/shuzheng/autoMail)
zheng.jprogress.js | 加载进度条插件 | [https://github.com/shuzheng/zheng.jprogress.js](https://github.com/shuzheng/zheng.jprogress.js)
zheng.jtotop.js | 返回顶部插件 | [https://github.com/shuzheng/zheng.jtotop.js](https://github.com/shuzheng/zheng.jtotop.js)
socket.io.js | SocketIO插件 | [https://socket.io/](https://socket.io/)
#### 架构图

#### 模块依赖

#### 模块介绍
> zheng-common
Spring+SpringMVC+Mybatis框架集成公共模块,包括公共配置、MybatisGenerator扩展插件、通用BaseService、工具类等。
> zheng-admin
基于bootstrap实现的响应式Material Design风格的通用后台管理系统,`zheng`项目所有后台系统都是使用该模块界面作为前端展示。
> zheng-ui
各个子系统前台thymeleaf模板,前端资源模块,使用nginx代理,实现动静分离。
> zheng-upms
本系统是基于RBAC授权和基于用户授权的细粒度权限控制通用平台,并提供单点登录、会话管理和日志管理。接入的系统可自由定义组织、角色、权限、资源等。用户权限=所拥有角色权限合集+用户加权限-用户减权限,优先级:用户减权限>用户加权限>角色权限
> zheng-oss
文件存储系统,提供四种方案:
- **阿里云** OSS
- **腾讯云** COS
- **七牛云**
- 本地分布式存储

> zheng-api
服务网关,对外暴露统一规范的接口和包装响应结果,包括各个子系统的交互接口、对外开放接口、开发加密接口、接口文档等服务,可在该模块支持验签、鉴权、路由、限流、监控、容错、日志等功能。示例图:

> zheng-cms
内容管理系统:支持多标签、多类目、强大评论的内容管理,有基本单页展示,菜单管理,系统设置等功能。
> zheng-pay
- 一站式支付解决方案,统一下单接口,支持支付宝、微信、网银等多种支付方式。不涉及业务的纯粹的支付平台。
- 统一下单(统一下单接口、统一扫码)、订单管理、数据分析、财务报表、商户管理、渠道管理、对账系统、系统监控。

> zheng-ucenter
通用用户管理系统, 实现最常用的用户注册、登录、资料管理、个人中心、第三方登录等基本需求,支持扩展二次开发。
> zheng-wechat-mp
微信公众号管理平台,除实现官网后台自动回复、菜单管理、素材管理、用户管理、消息群发等基础功能外,还有二维码推广、营销活动、微网站、会员卡、优惠券等。
> zheng-wechat-app
微信小程序后台
> zheng-message
基于Netty实现SocketIO的实时推送系统。支持命名空间、二进制数据、SSL、ACK等功能。
## 环境搭建(QQ群内有“zheng环境搭建和系统部署文档.doc”)
#### 开发工具:
- MySql: 数据库
- jetty: 开发服务器
- Tomcat: 应用服务器
- SVN|Git: 版本管理
- Nginx: 反向代理服务器
- Varnish: HTTP加速器
- IntelliJ IDEA: 开发IDE
- PowerDesigner: 建模工具
- Navicat for MySQL: 数据库客户端
#### 开发环境:
- Jdk7+
- Mysql5.5+
- Redis
- Zookeeper
- ActiveMQ
- Dubbo-admin
- Dubbo-monitor
### 工具安装
环境搭建和系统部署文档(作者:小兵,QQ群共享提供下载)
### 资源下载
- JDK7 [http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html](http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html "JDK7")
- Maven [http://maven.apache.org/download.cgi](http://maven.apache.org/download.cgi "Maven")
- Redis [https://redis.io/download](https://redis.io/download "Redis")
- ActiveMQ [http://activemq.apache.org/download-archives.html](http://activemq.apache.org/download-archives.html "ActiveMQ")
- ZooKeeper [http://www.apache.org/dyn/closer.cgi/zookeeper/](http://www.apache.org/dyn/closer.cgi/zookeeper/ "ZooKeeper")
- Dubbo [http://dubbo.io/Download-zh.htm](http://dubbo.io/Download-zh.htm "Dubbo")
- Elastic Stack [https://www.elastic.co/downloads](https://www.elastic.co/downloads "Elastic Stack")
- Nginx [http://nginx.org/en/download.html](http://nginx.org/en/download.html "Nginx")
- Jenkins [http://updates.jenkins-ci.org/download/war/](http://updates.jenkins-ci.org/download/war/ "Jenkins")
- dubbo-admin-2.5.3 [http://download.csdn.net/detail/shuzheng5201314/9733652](http://download.csdn.net/detail/shuzheng5201314/9733652 "dubbo-admin-2.5.3")
- dubbo-admin-2.5.4-SNAPSHOT-jdk8 [http://download.csdn.net/detail/shuzheng5201314/9733657](http://download.csdn.net/detail/shuzheng5201314/9733657 "dubbo-admin-2.5.4-SNAPSHOT-jdk8")
- 更多资源请加QQ群
## 开发指南:
- 1、本机安装Jdk7、Mysql、Redis、Zookeeper、ActiveMQ并**启动相关服务**,使用默认配置默认端口即可
- 2、克隆源代码到本地并打开,**推荐使用IntelliJ IDEA**,本地编译并安装到本地maven仓库
### 修改本地Host
- 127.0.0.1 ui.zhangshuzheng.cn
- 127.0.0.1 upms.zhangshuzheng.cn
- 127.0.0.1 cms.zhangshuzheng.cn
- 127.0.0.1 pay.zhangshuzheng.cn
- 127.0.0.1 ucenter.zhangshuzheng.cn
- 127.0.0.1 wechat.zhangshuzheng.cn
- 127.0.0.1 api.zhangshuzheng.cn
- 127.0.0.1 oss.zhangshuzheng.cn
- 127.0.0.1 config.zhangshuzheng.cn
- 127.0.0.1 zkserver
- 127.0.0.1 rdserver
- 127.0.0.1 dbserver
- 127.0.0.1 mqserver
### 编译流程
maven编译安装zheng/pom.xml文件即可
### 启动顺序(后台)
> 准备工作
- 新建zheng数据库,导入project-datamodel文件夹下的zheng.sql
- 修改各dao模块和rpc-service模块的redis.properties、jdbc.properties、generator.properties数据库连接等配置信息,其中master.redis.password、master.jdbc.password、slave.jdbc.password、generator.jdbc.password密码值使用了AES加密,请使用com.zheng.common.util.AESUtil工具类修改这些值
- 启动Zookeeper、Redis、ActiveMQ、Nginx(配置文件参考project-tools/nginx下的*.conf文件)
> **zheng-upms**
- 首先启动 zheng-upms-rpc-service(直接运行src目录下的ZhengUpmsRpcServiceApplication#main方法启动) => zheng-upms-server(jetty),然后按需启动对应子系统xxx的zheng-xxx-rpc-service(main方法) => zheng-xxx-webapp(jetty)

- 访问 [http://upms.zhangshuzheng.cn:1111/](http://upms.zhangshuzheng.cn:1111/ "统一后台地址"),子系统菜单已经配置到zheng-upms权限中,不用直接访问子系统,默认帐号密码:admin/123456
- 登录成功后,可在右上角切换已注册系统访问
> **zheng-cms**
- zheng-cms-admin:启动ActiveMQ-启动 => 启动zheng-rpc-service => 启动zheng-cms-admin
- zheng-cms-web:启动nginx代理zheng-ui静态资源,配置文件可参考 [nginx.conf](http://git.oschina.net/shuzheng/zheng/attach_files)
> **zheng-oss**
- 首先启动zheng-oss-web服务
- 开发阶段,如果zheng-oss-web没有公网域名,推荐使用`ngrok`内网穿透工具,为开发环境提供公网域名,实现上传回调
- 启动nginx代理zheng-ui静态资源
### 开发演示(QQ群内有“zheng十分钟视频:从检出到启动.wmv”)
- 创建数据表(建议使用PowerDesigner)
- 直接运行对应项目dao模块中的generator.main(),可自动生成单表的CRUD功能和对应的model、example、mapper、service代码
- 生成的model和example均已实现Serializable接口,支持分布式
- 已包含抽象类BaseServiceImpl,只需要继承抽象类并传入泛型参数,即可默认实现mapper接口所有方法,特殊需求直接扩展即可
- BaseServiceImpl默认已实现四种根据条件分页接口
- selectByExampleWithBLOBsForStartPage()
- selectByExampleForStartPage()
- selectByExampleWithBLOBsForOffsetPage()
- selectByExampleForOffsetPage()
- BaseServiceImpl方法根据读写操作自动切换主从数据源,继承的扩展接口,可手动通过`DynamicDataSource.setDataSource(DataSourceEnum.XXX.getName())`指定数据源
- 启动流程:优先rcp-service服务提供者,再启动其他webapp
- 扩展流程:可扩展和拆分rpc-api和rpc-service模块,可按微服务拆分或场景拆分
### 部署方式(QQ群内有“zheng十分钟视频:从打包到linux服务器部署.wmv”)
- war包项目:使用tomcat等web容器启动
- rpc-service服务提供者jar包:将打包后的zheng-xxx-rpc-service-assembly.tar.gz文件解压,使用bin目录的管理脚本运行即可,支持优雅停机。
### 框架规范约定
约定优于配置(convention over configuration),此框架约定了很多编程规范,下面一一列举:
```
- service类,需要在叫名`service`的包下,并以`Service`结尾,如`CmsArticleServiceImpl`
- controller类,需要在以`controller`结尾的包下,类名以Controller结尾,如`CmsArticleController.java`,并继承`BaseController`
- spring task类,需要在叫名`task`的包下,并以`Task`结尾,如`TestTask.java`
- mapper.xml,需要在名叫`mapper`的包下,并以`Mapper.xml`结尾,如`CmsArticleMapper.xml`
- mapper接口,需要在名叫`mapper`的包下,并以`Mapper`结尾,如`CmsArticleMapper.java`
- model实体类,需要在名叫`model`的包下,命名规则为数据表转驼峰规则,如`CmsArticle.java`
- spring配置文件,命名规则为`applicationContext-*.xml`
- 类名:首字母大写驼峰规则;方法名:首字母小写驼峰规则;常量:全大写;变量:首字母小写驼峰规则,尽量非缩写
- springmvc配置加到对应模块的`springMVC-servlet.xml`文件里
- 配置文件放到`src/main/resources`目录下
- 静态资源文件放到`src/main/webapp/resources`目录下
- jsp文件,需要在`/WEB-INF/jsp`目录下
- `RequestMapping`和返回物理试图路径的url尽量写全路径,如:`@RequestMapping("/manage")`、`return "/manage/index"`
- `RequestMapping`指定method
- 模块命名为`项目`-`子项目`-`业务`,如`zheng-cms-admin`
- 数据表命名为:`子系统`_`表`,如`cms_article`
- 更多规范,参考[[阿里巴巴Java开发手册] http://git.oschina.net/shuzheng/zheng/attach_files
```
## 演示地址
演示地址: [http://upms.zhangshuzheng.cn/](http://47.93.195.63/zheng-upms-server/sso/login?backurl=http%3A%2F%2F47.93.195.63%2Fzheng-upms-server%2Fmanage%2Findex "演示地址")
### 预览图





### 数据模型

### 拓扑图

### 开发进度

### 参与开发
首先谢谢大家支持,如果你希望参与开发,欢迎通过[Github](https://github.com/shuzheng/zheng "Github")上fork本项目,并Pull Request您的commit。
### 常见问题
- Eclipse下,dubbo找不到dubbo.xsd报错,不影响使用,如果要解决,可参考 [http://blog.csdn.net/gjldwz/article/details/50555922](http://blog.csdn.net/gjldwz/article/details/50555922)
- 报zheng-xxx.jar包找不到,请按照文档编译顺序,将源代码编译并安装到本地maven仓库
- zheng-cms-admin启动卡住:因为没有启动activemq
- zheng-upms-server访问报session不存在:因为没有启动redis服务
- 界面没有样式:因为zheng-admin没有编译安装到本地仓库
- linux下执行rpc-service脚本报“bin/bash^M 坏的解释器”,使用sed -i 's/\r$//' filename删除脚本中\r字符
## 附件
### zheng相关博客
- [zheng-1:环境搭建及项目部署](http://www.jianshu.com/p/b2fb42e17b58 "zheng-1:环境搭建及项目部署")
- [zheng项目新建一个module学习学习](http://blog.csdn.net/u014449653/article/details/78294862 "zheng项目新建一个module学习学习")
- [zheng项目系统简单的分析记录](http://blog.csdn.net/u014449653/article/details/78319135 "zheng项目系统简单的分析记录")
- [zheng项目-从rpc-service开始!](http://blog.csdn.net/u014449653/article/details/78341171 "zheng项目-从rpc-service开始!")
- [进击zheng项目zheng-umps-server](http://blog.csdn.net/u014449653/article/details/78355849 "进击zheng项目zheng-umps-server")
- [zheng环境搭建](http://blog.csdn.net/u011781521/article/details/79012311 "zheng环境搭建")
- [让zheng支持activiti工作流](http://blog.csdn.net/ctmold/article/details/79082406 "让zheng支持activiti工作流")
- [让zheng更完美地支持ajax提交的json数据](http://blog.csdn.net/ctmold/article/details/79081483 "让zheng更完美地支持ajax提交的json数据")
### 优秀文章和博客
- [Git原理及使用](https://zhuanlan.zhihu.com/p/66506485 "Git原理及使用")
- [创业互联网公司如何搭建自己的技术框架](http://shuzheng5201314.iteye.com/blog/2330151 "创业互联网公司如何搭建自己的技术框架")
- [微服务实战](https://segmentfault.com/a/1190000004634172 "微服务实战")
- [单点登录原理与简单实现](http://shuzheng5201314.iteye.com/blog/2343910 "单点登录原理与简单实现")
- [ITeye论坛关于权限控制的讨论](http://www.iteye.com/magazines/82 "ITeye论坛关于权限控制的讨论")
- [RBAC新解:基于资源的权限管理(Resource-Based Access Control)](http://globeeip.iteye.com/blog/1236167 "RBAC新解:基于资源的权限管理(Resource-Based Access Control)")
- [网站架构经验随笔](http://jinnianshilongnian.iteye.com/blog/2289904 "网站架构经验随笔")
- [支付系统架构](http://shuzheng5201314.iteye.com/blog/2355431 "支付系统架构")
- [Spring整合JMS](http://elim.iteye.com/blog/1893038 "Spring整合JMS")
- [跟我学Shiro目录贴](http://jinnianshilongnian.iteye.com/blog/2018398 "跟我学Shiro目录贴")
- [跟我学SpringMVC目录汇总贴](http://jinnianshilongnian.iteye.com/blog/1752171 "跟我学SpringMVC目录汇总贴")
- [跟我学spring3 目录贴](http://jinnianshilongnian.iteye.com/blog/1482071 "跟我学spring3 目录贴")
- [跟我学OpenResty(Nginx+Lua)开发目录贴](http://jinnianshilongnian.iteye.com/blog/2190344 "跟我学OpenResty(Nginx+Lua)开发目录贴")
- [Redis中文网](http://www.redis.net.cn/ "Redis中文网")
- [读懂Redis并配置主从集群及高可用部署](http://mp.weixin.qq.com/s?__biz=MzIxNTYzOTQ0Ng==&mid=2247483668&idx=1&sn=cd31574877d38cf7ff9c047b86c9bf23&chksm=979475eda0e3fcfb6b5006bcd19c5a838eca9e369252847dbdf97820bf418201dd75c1dadda3&mpshare=1&scene=23&srcid=0117KUiiITwi2ETRan16xRVg#rd "读懂Redis并配置主从集群及高可用部署")
- [Redis哨兵-实现Redis高可用](http://redis.majunwei.com/topics/sentinel.html "Redis哨兵-实现Redis高可用")
- [ELK(ElasticSearch, Logstash, Kibana)搭建实时日志分析平台](http://www.open-open.com/lib/view/open1451801542042.html "ELK(ElasticSearch, Logstash, Kibana)搭建实时日志分析平台")
- [Nginx基本功能极速入门](http://xxgblog.com/2015/05/17/nginx-start/ "Nginx基本功能极速入门")
- [mybatis-genarator 自定义插件](https://my.oschina.net/alexgaoyh/blog/702791 "mybatis-genarator 自定义插件")
- [Elasticsearch权威指南(中文版)](https://es.xiaoleilu.com/510_Deployment/20_hardware.html "Elasticsearch权威指南(中文版)")
- [springMVC对简单对象、Set、List、Map的数据绑定和常见问题.](http://blog.csdn.net/z_dendy/article/details/12648641 "springMVC对简单对象、Set、List、Map的数据绑定和常见问题.")
- [如何细粒度地控制你的MyBatis二级缓存](http://blog.csdn.net/luanlouis/article/details/41800511 "如何细粒度地控制你的MyBatis二级缓存")
- [Git 在团队中的最佳实践--如何正确使用Git Flow](hhttps://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow "Git 在团队中的最佳实践--如何正确使用Git Flow")
- [做个男人,做个成熟的男人,做个有城府的男人](http://shuzheng5201314.iteye.com/blog/1387820 "做个男人,做个成熟的男人,做个有城府的男人")
### 在线小工具
- [在线Cron表达式生成器](http://cron.qqe2.com/ "在线Cron表达式生成器")
- [在线工具 - 程序员的工具箱](http://tool.lu/ "在线工具 - 程序员的工具箱")
### 在线文档
- [JDK7英文文档](http://tool.oschina.net/apidocs/apidoc?api=jdk_7u4 "JDK7英文文档")
- [Spring4.x文档](http://spring.oschina.mopaas.com/ "Spring4.x文档")
- [Mybatis3官网](http://www.mybatis.org/mybatis-3/zh/index.html "Mybatis3官网")
- [Dubbo官网](http://dubbo.io/ "Dubbo官网")
- [Nginx中文文档](http://tool.oschina.net/apidocs/apidoc?api=nginx-zh "Nginx中文文档")
- [Freemarker在线手册](http://freemarker.foofun.cn/ "Freemarker在线中文手册")
- [Velocity在线手册](http://velocity.apache.org/engine/devel/developer-guide.html "Velocity在线手册")
- [Bootstrap在线手册](http://www.bootcss.com/ "Bootstrap在线手册")
- [Git官网中文文档](https://git-scm.com/book/zh/v2 "Git官网中文文档")
- [Thymeleaf](http://www.thymeleaf.org/doc/tutorials/3.0/thymeleafspring.html "Thymeleaf")
## 许可证
[MIT](LICENSE "MIT")
================================================
FILE: pom.xml
================================================
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.zheng</groupId>
<artifactId>zheng</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>zheng</name>
<url>http://www.zhangshuzheng.cn</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
</properties>
<modules>
<module>zheng-admin</module>
<module>zheng-common</module>
<module>zheng-oss</module>
<module>zheng-upms</module>
<module>zheng-cms</module>
<module>zheng-pay</module>
<module>zheng-ucenter</module>
<module>zheng-wechat</module>
<module>zheng-shop</module>
<module>zheng-api</module>
<module>zheng-message</module>
<module>zheng-demo</module>
</modules>
</project>
================================================
FILE: project-bootstrap/README.md
================================================
# project-bootstrap
本目录为项目介绍资源目录,包含模块依赖图、拓扑图等
================================================
FILE: project-datamodel/README.md
================================================
# project-datamodel
本目录包含数据模型、数据库脚本等
## 文件说明
- zheng.apm: 上次修改数据模型快照(file-->save as保存格式为Archived PDM(XML)得到)
- zheng.pdm: 数据模型
- zheng.png: 模型图
- zheng.sql: 最新脚本
## 操作说明
- PowerDesigner打开`zheng.pdm`修改
- 选择database-->apply model changes to database选择sql保存路径,在get database schema一栏中选择using an archive model选择`zheng.apm`,得到只有更新升级的脚本
- 运行更新升级脚本,得到最新数据结构(保留旧数据),导出得到最新`zheng.sql`
- PowerDesigner全选,Edit-->Export Image...导出`zheng.png`
- PowerDesigner导出`zheng.apm`
- PowerDesigner保存得到`zheng.pdm`
================================================
FILE: project-datamodel/update_20170328_1_to_20170405_1.sql
================================================
/*==============================================================*/
/* DBMS name: MySQL 5.0 */
/* Created on: 2017/4/5 22:18:07 */
/*==============================================================*/
drop table if exists tmp_cms_article;
rename table cms_article to tmp_cms_article;
drop table if exists cms_book;
drop table if exists tmp_cms_category;
rename table cms_category to tmp_cms_category;
drop table if exists tmp_cms_comment;
rename table cms_comment to tmp_cms_comment;
drop table if exists tmp_cms_tag;
rename table cms_tag to tmp_cms_tag;
drop table if exists cms_user;
/*==============================================================*/
/* Table: cms_article */
/*==============================================================*/
create table cms_article
(
article_id int(10) unsigned not null auto_increment comment '文章编号',
topic_id int comment '所属专题',
title varchar(200) not null comment '文章标题',
author varchar(50) default NULL comment '文章原作者',
fromurl varchar(300) default NULL comment '转载来源网址',
image varchar(300) default NULL comment '封面图',
keywords varchar(100) default NULL comment '关键字',
description varchar(500) default NULL comment '简介',
type tinyint(4) not null default 1 comment '类型(1:普通,2:热门...)',
allowcomments tinyint(4) not null default 1 comment '是否允许评论(0:不允许,1:允许)',
status tinyint(4) not null default 1 comment '状态(-1:不通过,0未审核,1:通过)',
content mediumtext comment '内容',
user_id int(10) unsigned not null comment '发布人id',
readnumber int(10) unsigned not null default 0 comment '阅读数量',
top int not null default 0 comment '置顶等级',
system_id int comment '所属系统',
ctime bigint(20) unsigned not null comment '创建时间',
orders bigint(20) unsigned not null comment '排序',
primary key (article_id),
key cms_article_orders (orders)
)
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='文章表';
alter table cms_article comment '文章表';
insert into cms_article (article_id, topic_id, title, author, fromurl, image, keywords, description, type, allowcomments, status, content, user_id, readnumber, ctime, orders)
select article_id, topic_id, title, author, fromurl, image, keywords, description, type, allowcomments, status, content, user_id, readnumber, ctime, orders
from tmp_cms_article;
/*==============================================================*/
/* Table: cms_category */
/*==============================================================*/
create table cms_category
(
category_id int(10) unsigned not null auto_increment comment '类目编号',
pid int(10) unsigned comment '上级编号',
level tinyint(4) not null comment '层级',
name varchar(20) not null comment '名称',
description varchar(200) default NULL comment '描述',
icon varchar(50) default NULL comment '图标',
type tinyint(3) not null default 1 comment '类型(1:普通,2:热门...)',
alias varchar(20) default NULL comment '别名',
system_id int comment '所属系统',
ctime bigint(20) unsigned not null comment '创建时间',
orders bigint(255) unsigned not null comment '排序',
primary key (category_id),
key cms_category_orders (orders),
key cms_category_pid (pid),
key cms_category_alias (alias),
key cms_category_level (level)
)
ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COMMENT='类目表';
alter table cms_category comment '类目表';
insert into cms_category (category_id, pid, level, name, description, icon, type, alias, ctime, orders)
select category_id, pid, level, name, description, icon, type, alias, ctime, orders
from tmp_cms_category;
/*==============================================================*/
/* Table: cms_comment */
/*==============================================================*/
create table cms_comment
(
comment_id int(10) unsigned not null auto_increment comment '编号',
pid int(10) unsigned default NULL comment '回复楼中楼编号回复楼中楼编号',
article_id int(10) unsigned not null comment '文章编号',
user_id int(10) unsigned not null comment '用户编号',
content text not null comment '评论内容',
status tinyint(4) not null default 1 comment '状态(-1:不通过,0:未审核,1:通过)',
ip varchar(30) default NULL comment '评论人ip地址',
agent varchar(200) default NULL comment '评论人终端信息',
system_id int comment '所属系统',
ctime bigint(20) not null comment '创建时间',
primary key (comment_id),
key cms_comment_article_id (article_id)
)
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
alter table cms_comment comment '评论表';
insert into cms_comment (comment_id, pid, article_id, user_id, content, status, ip, agent, ctime)
select comment_id, pid, article_id, user_id, content, status, ip, agent, ctime
from tmp_cms_comment;
/*==============================================================*/
/* Table: cms_system */
/*==============================================================*/
create table cms_system
(
system_id int unsigned not null auto_increment comment '编号',
name varchar(20) not null comment '系统名称',
code varchar(20) comment '别名',
description varchar(300) comment '描述',
ctime bigint comment '创建时间',
orders bigint comment '排序',
primary key (system_id)
);
alter table cms_system comment '系统管理';
/*==============================================================*/
/* Table: cms_tag */
/*==============================================================*/
create table cms_tag
(
tag_id int(10) unsigned not null auto_increment comment '标签编号',
name varchar(20) not null comment '名称',
description varchar(200) default NULL comment '描述',
icon varchar(50) default NULL comment '图标',
type tinyint(4) not null default 1 comment '类型(1:普通,2:热门...)',
alias varchar(20) default NULL comment '别名',
system_id int comment '所属系统',
ctime bigint(20) unsigned not null comment '创建时间',
orders bigint(20) unsigned not null comment '排序',
primary key (tag_id),
key cms_tag_orders (orders),
key cms_tag_alias (alias)
)
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='标签表';
alter table cms_tag comment '标签表';
insert into cms_tag (tag_id, name, description, icon, type, alias, ctime, orders)
select tag_id, name, description, icon, type, alias, ctime, orders
from tmp_cms_tag;
alter table cms_article add constraint FK_Reference_30 foreign key (topic_id)
references cms_topic (topic_id) on delete restrict on update restrict;
alter table cms_article_category add constraint FK_Reference_7 foreign key (category_id)
references cms_category (category_id) on delete cascade on update cascade;
alter table cms_article_category add constraint FK_Reference_8 foreign key (article_id)
references cms_article (article_id) on delete cascade on update cascade;
alter table cms_article_tag add constraint FK_Reference_3 foreign key (article_id)
references cms_article (article_id) on delete cascade on update cascade;
alter table cms_article_tag add constraint FK_Reference_4 foreign key (tag_id)
references cms_tag (tag_id) on delete cascade on update cascade;
alter table cms_category add constraint FK_Reference_10 foreign key (pid)
references cms_category (category_id) on delete set null on update restrict;
alter table cms_category_tag add constraint FK_Reference_5 foreign key (category_id)
references cms_category (category_id) on delete cascade on update cascade;
alter table cms_category_tag add constraint FK_Reference_6 foreign key (tag_id)
references cms_tag (tag_id) on delete cascade on update cascade;
alter table cms_comment add constraint FK_Reference_1 foreign key (article_id)
references cms_article (article_id) on delete cascade on update cascade;
alter table cms_comment add constraint FK_Reference_2 foreign key (pid)
references cms_comment (comment_id) on delete cascade on update cascade;
================================================
FILE: project-datamodel/zheng-ucenter.sql
================================================
/*==============================================================*/
/* DBMS name: MySQL 5.0 */
/* Created on: 2017/4/26 23:13:39 */
/*==============================================================*/
/*==============================================================*/
/* Table: ucenter_oauth */
/*==============================================================*/
create table ucenter_oauth
(
oauth_id int unsigned not null auto_increment comment '编号',
name varchar(20) comment '认证方式名称',
primary key (oauth_id)
);
alter table ucenter_oauth comment '认证方式表';
/*==============================================================*/
/* Table: ucenter_user */
/*==============================================================*/
create table ucenter_user
(
user_id int unsigned not null auto_increment comment '编号',
password varchar(32) comment '密码(MD5(密码+盐))',
salt varchar(32) comment '盐',
nickname varchar(20) comment '昵称',
sex tinyint(4) default 0 comment '性别(0:未知,1:男,2:女)',
avatar varchar(100) comment '头像',
create_time timestamp default CURRENT_TIMESTAMP comment '注册时间',
create_ip varchar(50) comment '注册IP地址',
last_login_time timestamp comment '最后登录时间',
last_login_ip varchar(50) comment '最后登录IP地址',
primary key (user_id)
);
alter table ucenter_user comment '用户表';
/*==============================================================*/
/* Table: ucenter_user_details */
/*==============================================================*/
create table ucenter_user_details
(
user_id int unsigned not null comment '编号',
signature varchar(300) comment '个性签名',
real_name varchar(20) comment '真实姓名',
birthday timestamp comment '出生日期',
question varchar(100) comment '帐号安全问题',
answer varchar(100) comment '帐号安全答案',
primary key (user_id)
);
alter table ucenter_user_details comment '用户详情表';
/*==============================================================*/
/* Table: ucenter_user_log */
/*==============================================================*/
create table ucenter_user_log
(
user_log_id int unsigned not null auto_increment comment '编号',
user_id int unsigned comment '用户编号',
content varbinary(100) comment '内容',
ip varchar(20) comment '操作IP地址',
agent varbinary(200) comment '操作环境',
create_time timestamp default CURRENT_TIMESTAMP comment '操作时间',
primary key (user_log_id)
);
alter table ucenter_user_log comment '用户操作日志表';
/*==============================================================*/
/* Table: ucenter_user_oauth */
/*==============================================================*/
create table ucenter_user_oauth
(
user_oauth_id int unsigned not null auto_increment comment '编号',
user_id int unsigned not null comment '帐号编号',
oauth_id int unsigned not null comment '认证方式编号',
open_id varbinary(50) not null comment '第三方ID',
status tinyint(4) unsigned comment '绑定状态(0:解绑,1:绑定)',
create_time timestamp default CURRENT_TIMESTAMP comment '创建时间',
primary key (user_oauth_id)
);
alter table ucenter_user_oauth comment '用户认证方式表';
alter table ucenter_user_details add constraint FK_Reference_41 foreign key (user_id)
references ucenter_user (user_id) on delete restrict on update restrict;
alter table ucenter_user_log add constraint FK_Reference_44 foreign key (user_id)
references ucenter_user (user_id) on delete restrict on update restrict;
alter table ucenter_user_oauth add constraint FK_Reference_42 foreign key (user_id)
references ucenter_user (user_id) on delete restrict on update restrict;
alter table ucenter_user_oauth add constraint FK_Reference_43 foreign key (oauth_id)
references ucenter_oauth (oauth_id) on delete restrict on update restrict;
================================================
FILE: project-datamodel/zheng.pdb
================================================
<?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" ID="{22E867D0-73E2-4C77-BB68-28135519D681}" Label="" LastModificationDate="1493219578" Name="zheng" Objects="518" Symbols="80" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
<!-- do not edit this file -->
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
<o:RootObject Id="o1">
<c:Children>
<o:Model Id="o2">
<a:ObjectID>22E867D0-73E2-4C77-BB68-28135519D681</a:ObjectID>
<a:Name>zheng</a:Name>
<a:Code>zheng</a:Code>
<a:CreationDate>1478091682</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1493219394</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:PackageOptionsText>[FolderOptions]
[FolderOptions\Physical Objects]
GenerationCheckModel=Yes
GenerationPath=
GenerationOptions=
GenerationTasks=
GenerationTargets=
GenerationSelections=
RevPkey=Yes
RevFkey=Yes
RevAkey=Yes
RevCheck=Yes
RevIndx=Yes
RevOpts=Yes
RevViewAsTabl=No
RevViewOpts=Yes
RevSystAsTabl=Yes
RevTablPerm=No
RevViewPerm=No
RevProcPerm=No
RevDbpkPerm=No
RevSqncPerm=No
RevAdtPerm=No
RevUserPriv=No
RevUserOpts=No
RevGrpePriv=No
RevRolePriv=No
RevDtbsOpts=Yes
RevDtbsPerm=No
RevViewIndx=Yes
RevJidxOpts=Yes
RevStats=No
RevTspcPerm=No
RevCaseSensitive=No
GenTrgrStdMsg=Yes
GenTrgrMsgTab=
GenTrgrMsgNo=
GenTrgrMsgTxt=
TrgrPreserve=No
TrgrIns=Yes
TrgrUpd=Yes
TrgrDel=Yes
TrgrC2Ins=Yes
TrgrC2Upd=Yes
TrgrC3=Yes
TrgrC4=Yes
TrgrC5=Yes
TrgrC6=Yes
TrgrC7=Yes
TrgrC8=Yes
TrgrC9=Yes
TrgrC10=Yes
TrgrC11=Yes
TrgrC1=Yes
TrgrC12Ins=Yes
TrgrC12Upd=Yes
TrgrC13=Yes
UpdateTableStatistics=Yes
UpdateColumnStatistics=Yes
[FolderOptions\Physical Objects\Database Generation]
GenScriptName=update.sql
GenScriptName0=crebas.sql
GenScriptName1=crebas
GenScriptName2=
GenScriptName3=
GenScriptName4=
GenScriptName5=
GenScriptName6=
GenScriptName7=
GenScriptName8=
GenScriptName9=
GenPathName=D:\
GenSingleFile=Yes
GenODBC=No
GenCheckModel=Yes
GenScriptPrev=Yes
GenArchiveModel=No
GenUseSync=No
GenSyncChoice=0
GenSyncArch=F:\GitHub\zheng\project-datamodel\zheng_20170328_1.apm
GenSyncRmg=0
[FolderOptions\Physical Objects\Database Generation\Format]
GenScriptTitle=Yes
GenScriptNamLabl=Yes
GenScriptQDtbs=No
GenScriptQOwnr=Yes
GenScriptCase=0
GenScriptEncoding=UTF8
GenScriptNAcct=No
IdentifierDelimiter="
[FolderOptions\Physical Objects\Database Generation\Database]
Create=Yes
Open=Yes
Close=Yes
Drop=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\Database\Create]
Physical Options=Yes
Header=Yes
Footer=Yes
[FolderOptions\Physical Objects\Database Generation\Tablespace]
Create=Yes
Drop=Yes
Comment=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\Tablespace\Create]
Header=Yes
Footer=Yes
[FolderOptions\Physical Objects\Database Generation\Storage]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\User]
Create=Yes
Drop=Yes
Comment=Yes
Privilege=No
[FolderOptions\Physical Objects\Database Generation\User\Create]
Physical Options=No
[FolderOptions\Physical Objects\Database Generation\Group]
Create=Yes
Drop=Yes
Comment=Yes
Privilege=No
[FolderOptions\Physical Objects\Database Generation\Role]
Create=Yes
Drop=Yes
Privilege=No
[FolderOptions\Physical Objects\Database Generation\UserDefinedDataType]
Create=Yes
Comment=Yes
Drop=Yes
[FolderOptions\Physical Objects\Database Generation\UserDefinedDataType\Create]
Default value=Yes
Check=Yes
[FolderOptions\Physical Objects\Database Generation\AbstractDataType]
Create=Yes
Header=Yes
Footer=Yes
Drop=Yes
Comment=Yes
Install JAVA class=Yes
Remove JAVA class=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\Rule]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Default]
Create=Yes
Comment=Yes
Drop=Yes
[FolderOptions\Physical Objects\Database Generation\Sequence]
Create=Yes
Drop=Yes
Comment=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\Table&&Column]
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Table]
Create=Yes
Drop=Yes
Comment=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Table\Create]
Check=Yes
Physical Options=Yes
Header=Yes
Footer=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Table\Create\Check]
Constraint declaration=No
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Column]
User datatype=No
Default value=Yes
Check=Yes
Physical Options=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Column\Check]
Constraint declaration=No
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Key]
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Key\Primary key]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Key\Primary key\Create]
Constraint declaration=No
Physical Options=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Key\Alternate key]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Key\Alternate key\Create]
Constraint declaration=No
Physical Options=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Foreign key]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Foreign key\Create]
Constraint declaration=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Index]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Index\Create]
Constraint declaration=Yes
Physical Options=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Index\Filter]
Primary key=No
Foreign key=No
Alternate key=No
Cluster=Yes
Other=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Trigger]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Table&&Column\Trigger\Filter]
For insert=Yes
For update=Yes
For delete=Yes
For other=Yes
[FolderOptions\Physical Objects\Database Generation\View]
Create=Yes
Drop=Yes
Comment=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\View\Create]
Force Column list=No
Physical Options=Yes
Header=Yes
Footer=Yes
[FolderOptions\Physical Objects\Database Generation\View\ViewColumn]
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\View\ViewIndex]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\View\ViewIndex\Create]
Physical Options=Yes
[FolderOptions\Physical Objects\Database Generation\View\ViewIndex\Filter]
Cluster=Yes
Other=Yes
[FolderOptions\Physical Objects\Database Generation\View\Trigger]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\View\Trigger\Filter]
For insert=Yes
For update=Yes
For delete=Yes
For other=Yes
[FolderOptions\Physical Objects\Database Generation\DBMSTrigger]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Synonym]
Create=Yes
Drop=Yes
[FolderOptions\Physical Objects\Database Generation\Synonym\Filter]
Table=Yes
View=Yes
Proc=Yes
Synonym=Yes
Database Package=Yes
Sequence=Yes
[FolderOptions\Physical Objects\Database Generation\JoinIndex]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\JoinIndex\Create]
Physical Options=Yes
Header=Yes
Footer=Yes
[FolderOptions\Physical Objects\Database Generation\Procedure]
Create=Yes
Drop=Yes
Comment=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\Procedure\Create]
Header=Yes
Footer=Yes
[FolderOptions\Physical Objects\Database Generation\DatabasePackage]
Create=Yes
Drop=Yes
Permission=No
[FolderOptions\Physical Objects\Database Generation\WebService]
Create=Yes
Drop=Yes
Comment=Yes
[FolderOptions\Physical Objects\Database Generation\Dimension]
Create=Yes
Drop=Yes
[FolderOptions\Physical Objects\Database Generation\Synchronization]
GenBackupTabl=1
GenKeepBackTabl=1
GenTmpTablDrop=No
GenKeepTablOpts=No
[FolderOptions\Physical Objects\Test Data]
GenDataPathName=C:\Users\shuzheng\Desktop\
GenDataSinglefile=Yes
GenDataScriptName=zheng.sql
GenDataScriptName0=
GenDataScriptName1=
GenDataScriptName2=
GenDataScriptName3=
GenDataScriptName4=
GenDataScriptName5=
GenDataScriptName6=
GenDataScriptName7=
GenDataScriptName8=
GenDataScriptName9=
GenDataOdbc=0
GenDataDelOld=No
GenDataTitle=No
GenDataDefNumRows=20
GenDataCommit=0
GenDataPacket=0
GenDataOwner=No
GenDataProfNumb=
GenDataProfChar=
GenDataProfDate=
GenDataCSVSeparator=,
GenDataFileFormat=CSV
GenDataUseWizard=No
[FolderOptions\Pdm]
IndxIQName=%COLUMN%_%INDEXTYPE%
IndxPK=Yes
IndxFK=Yes
IndxAK=Yes
IndxPKName=%TABLE%_PK
IndxFKName=%REFR%_FK
IndxAKName=%AKEY%_AK
IndxPreserve=No
IndxThreshold=0
IndxStats=No
RefrPreserve=No
JidxPreserve=No
RbldMultiFact=Yes
RbldMultiDim=Yes
RbldMultiJidx=Yes
CubePreserve=No
TablStProcPreserve=No
ProcDepPreserve=Yes
TrgrDepPreserve=Yes
CubeScriptPath=
CubeScriptCase=0
CubeScriptEncoding=ANSI
CubeScriptNacct=No
CubeScriptHeader=No
CubeScriptExt=csv
CubeScriptExt0=txt
CubeScriptExt1=
CubeScriptExt2=
CubeScriptSep=,
CubeScriptDeli="
EstimationYears=0
DfltDomnName=D_%.U:VALUE%
DfltColnName=D_%.U:VALUE%
DfltReuse=Yes
DfltDrop=Yes
[FolderOptions\CheckModel]
[FolderOptions\CheckModel\Package]
[FolderOptions\CheckModel\Package\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\CheckPackageMissTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\DefaultCheckPackageMissTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\CircularReference]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\ConstraintName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\CnstMaxLen]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\CircularDependency]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Package\ShortcutUniqCode]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Table]
[FolderOptions\CheckModel\Table\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\UniqIndex]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\MaxLen - NAME]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\EmptyColl - COLNCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\EmptyColl - INDXCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\EmptyColl - KEYCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\SerialColumnNumber]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\EmptyCollYesYes]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\TableIndexes]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\Mapping]
CheckSeverity=No
FixRequested=Yes
CheckRequested=Yes
[FolderOptions\CheckModel\Table\MappingSFMap]
CheckSeverity=No
FixRequested=Yes
CheckRequested=Yes
[FolderOptions\CheckModel\Table\EmptyColl - PERMCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Table\CheckTablePartitionKey]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\CheckTableStartDate]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\CheckTableRefNoLifecycle]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\CheckTableSourceMapping]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\CheckTablePartialColumnMapping]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\CheckTableKeyColumnMapping]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\CheckTableNotOnLifecycleTablespace]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table\MYSQL50_Table_Table_storage_type]
CheckSeverity=No
FixRequested=Yes
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column]
[FolderOptions\CheckModel\Table.Column\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\DomainDivergence]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\ColumnMandatory]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckNumParam]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckPrecSupLng]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckUndefDttp]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\FkeyDttpDivergence]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\FkeyCheckDivergence]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\ColnSqncNoKey]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\ColnSqncDttp]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\SerialColumnFK]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\ColumnCompExpr]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckColumnOneToOneMapping]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckColumnDataTypeMapping]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckColumnNoMapping]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\CheckDttpIncompatibleFormat]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\MYSQL50_Column_Auto_increment_key]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Column\MYSQL50_Column_Datatype_attributes]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index]
[FolderOptions\CheckModel\Table.Index\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\EmptyColl - CIDXCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\UndefIndexType]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\IndexColumnCount]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\IQIndxHNGUniq]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\CheckIncludeColl - Tabl]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Index\MYSQL50_Index_Fulltext_indexes_validity]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key]
[FolderOptions\CheckModel\Table.Key\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\EmptyColl - COLNCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\CheckIncludeColl - Tabl]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Key\MultiKeySqnc]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger]
[FolderOptions\CheckModel\Table.Trigger\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table.Trigger\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Join Index]
[FolderOptions\CheckModel\Join Index\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Join Index\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Join Index\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Join Index\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Join Index\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Join Index\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Join Index\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View]
[FolderOptions\CheckModel\View\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View\EmptyColl - PERMCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\View.View Index]
[FolderOptions\CheckModel\View.View Index\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\EmptyColl - CIDXCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\IndexColumnCount]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View.View Index\CheckIncludeColl - Tabl]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference]
[FolderOptions\CheckModel\Reference\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\Reflexive]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\EmptyColl - RFJNCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\IncompleteJoin]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Reference\JoinOrder]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference]
[FolderOptions\CheckModel\View Reference\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\View Reference\EmptyColl - VRFJNCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain]
[FolderOptions\CheckModel\Domain\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\CheckNumParam]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\CheckPrecSupLng]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\CheckUndefDttp]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Domain\CheckDttpIncompatibleFormat]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default]
[FolderOptions\CheckModel\Default\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\DfltValeEmpty]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Default\DfltSameVale]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User]
[FolderOptions\CheckModel\User\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\User\UniquePassword]
CheckSeverity=No
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Group]
[FolderOptions\CheckModel\Group\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\EmptyColl - USERCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Group\UniquePassword]
CheckSeverity=No
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Role]
[FolderOptions\CheckModel\Role\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Role\EmptyColl - USERCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure]
[FolderOptions\CheckModel\Procedure\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\ProcBodyEmpty]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Procedure\EmptyColl - PERMCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\DBMS Trigger]
[FolderOptions\CheckModel\DBMS Trigger\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\DBMS Trigger\DbmsTriggerEvent]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source]
[FolderOptions\CheckModel\Data Source\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\EmptyColl - MODLSRC]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\DtscTargets]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Source\CheckDataSourceModels]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Horizontal Partitioning]
[FolderOptions\CheckModel\Horizontal Partitioning\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Horizontal Partitioning\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Horizontal Partitioning\EmptyColl - PARTCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Horizontal Partitioning\TargetTables]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Vertical Partitioning]
[FolderOptions\CheckModel\Vertical Partitioning\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Vertical Partitioning\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Vertical Partitioning\EmptyColl - PARTCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Vertical Partitioning\TargetTables]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table Collapsing]
[FolderOptions\CheckModel\Table Collapsing\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table Collapsing\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table Collapsing\EmptyColl - TargetTable]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Table Collapsing\TargetTables]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact]
[FolderOptions\CheckModel\Fact\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\EmptyColl - MEASCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\Mapping]
CheckSeverity=No
FixRequested=Yes
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\MappingSFMap]
CheckSeverity=No
FixRequested=Yes
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\EmptyColl - ALLOLINKCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact\CubeDupAssociation]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension]
[FolderOptions\CheckModel\Dimension\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\EmptyColl - DATTRCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\EmptyColl - HIERCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\DimnDupHierarchy]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\DimnDefHierarchy]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\Mapping]
CheckSeverity=No
FixRequested=Yes
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\MappingSFMap]
CheckSeverity=No
FixRequested=Yes
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension\SerialColumnNumber]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Association]
[FolderOptions\CheckModel\Association\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Association\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Association\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Association\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Association\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Association\EmptyColl - Hierarchy]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Attribute]
[FolderOptions\CheckModel\Dimension.Attribute\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Attribute\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Attribute\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Attribute\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Attribute\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Attribute\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Attribute\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact.Measure]
[FolderOptions\CheckModel\Fact.Measure\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact.Measure\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact.Measure\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact.Measure\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact.Measure\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact.Measure\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Fact.Measure\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy]
[FolderOptions\CheckModel\Dimension.Hierarchy\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Dimension.Hierarchy\EmptyColl - DATTRCOL]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym]
[FolderOptions\CheckModel\Synonym\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\MaxLen - NAME]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Synonym\EmptyColl - BASEOBJ]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type]
[FolderOptions\CheckModel\Abstract Data Type\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\AdtInstantiable]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type\AdtAbstractUsed]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure]
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\AdtProcUniqName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\UniqueDefinition]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Abstract Data Type.Abstract Data Type Procedure\ReturnDataType]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package]
[FolderOptions\CheckModel\Database Package\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\MaxLen - NAME]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\EmptyColl - PROCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package\EmptyColl - CURCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Database Package\EmptyColl - VARCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Database Package\EmptyColl - TYPCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Database Package\EmptyColl - EXCCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Database Package.Database Package Procedure]
[FolderOptions\CheckModel\Database Package.Database Package Procedure\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\UniqueDefinition]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Procedure\EmptyColl - PARM]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Database Package.Database Package Procedure\ReturnDataType]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence]
[FolderOptions\CheckModel\Sequence\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Sequence\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor]
[FolderOptions\CheckModel\Database Package.Database Package Cursor\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\UniqueDefinition]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\ReturnDataType]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Cursor\EmptyColl - PARM]
CheckSeverity=Yes
FixRequested=No
CheckRequested=No
[FolderOptions\CheckModel\Database Package.Database Package Variable]
[FolderOptions\CheckModel\Database Package.Database Package Variable\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Variable\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Variable\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Variable\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Variable\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Variable\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Variable\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Variable\CheckUndefDttp]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type]
[FolderOptions\CheckModel\Database Package.Database Package Type\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Type\UniqueDefinition]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Exception]
[FolderOptions\CheckModel\Database Package.Database Package Exception\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Exception\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Exception\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Exception\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Exception\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Exception\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database Package.Database Package Exception\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace]
[FolderOptions\CheckModel\Tablespace\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Tablespace\IsObjectUsed]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage]
[FolderOptions\CheckModel\Storage\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Storage\IsObjectUsed]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database]
[FolderOptions\CheckModel\Database\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Database\IsObjectUsed]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service]
[FolderOptions\CheckModel\Web Service\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation]
[FolderOptions\CheckModel\Web Service.Web Operation\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Web Service.Web Operation\MaxLen - CODE]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle]
[FolderOptions\CheckModel\Lifecycle\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\CheckLifecyclePhase]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\CheckLifecycleRetention]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle\CheckPartitionRange]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase]
[FolderOptions\CheckModel\Lifecycle.Phase\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseTbspace]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseIQTbspace]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseDuplicateTbspace]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseTbspaceCurrency]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseRetention]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseIdlePeriod]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseDataSource]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Lifecycle.Phase\CheckPhaseExternalOnFirst]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Replication]
[FolderOptions\CheckModel\Replication\PartialReplication]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule]
[FolderOptions\CheckModel\Business Rule\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Business Rule\EmptyColl - OBJCOL]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Object]
[FolderOptions\CheckModel\Extended Object\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Object\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Object\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Object\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Object\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Object\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Object\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Link]
[FolderOptions\CheckModel\Extended Link\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Link\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Link\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Link\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Link\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Link\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Extended Link\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\File]
[FolderOptions\CheckModel\File\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\File\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\File\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\File\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\File\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\File\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\File\CheckPathExists]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format]
[FolderOptions\CheckModel\Data Format\CheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format\CheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format\DefaultCheckUseOnlyTerms]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format\DefaultCheckUseTermBySynonym]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format\NotApprovedTerms]
CheckSeverity=Yes
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format\UniqueName]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format\UniqueCode]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes
[FolderOptions\CheckModel\Data Format\CheckDataFormatNullExpression]
CheckSeverity=No
FixRequested=No
CheckRequested=Yes</a:PackageOptionsText>
<a:ModelOptionsText>[ModelOptions]
[ModelOptions\Physical Objects]
CaseSensitive=No
DisplayName=Yes
EnableTrans=No
UseTerm=No
EnableRequirements=No
EnableFullShortcut=Yes
DefaultDttp=
IgnoreOwner=No
RebuildTrigger=Yes
RefrUnique=No
RefrAutoMigrate=Yes
RefrMigrateReuse=Yes
RefrMigrateDomain=Yes
RefrMigrateCheck=Yes
RefrMigrateRule=Yes
RefrMigrateExtd=No
RefrMigrDefaultLink=No
RefrDfltImpl=D
RefrPrgtColn=No
RefrMigrateToEnd=No
RebuildTriggerDep=No
ColnFKName=%.3:PARENT%_%COLUMN%
ColnFKNameUse=No
DomnCopyDttp=Yes
DomnCopyChck=No
DomnCopyRule=No
DomnCopyMand=No
DomnCopyExtd=No
DomnCopyProf=No
Notation=0
DomnDefaultMandatory=No
ColnDefaultMandatory=No
TablDefaultOwner=
ViewDefaultOwner=
TrgrDefaultOwnerTabl=
TrgrDefaultOwnerView=
IdxDefaultOwnerTabl=
IdxDefaultOwnerView=
JdxDefaultOwner=
DBPackDefaultOwner=
SeqDefaultOwner=
ProcDefaultOwner=
DBMSTrgrDefaultOwner=
Currency=USD
RefrDeleteConstraint=1
RefrUpdateConstraint=1
RefrParentMandatory=No
RefrParentChangeAllow=Yes
RefrCheckOnCommit=No
[ModelOptions\Physical Objects\NamingOptionsTemplates]
[ModelOptions\Physical Objects\ClssNamingOptions]
[ModelOptions\Physical Objects\ClssNamingOptions\PDMPCKG]
[ModelOptions\Physical Objects\ClssNamingOptions\PDMPCKG\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\PDMPCKG\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\PDMDOMN]
[ModelOptions\Physical Objects\ClssNamingOptions\PDMDOMN\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\PDMDOMN\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\TABL]
[ModelOptions\Physical Objects\ClssNamingOptions\TABL\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\TABL\Code]
Template=
MaxLen=64
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\COLN]
[ModelOptions\Physical Objects\ClssNamingOptions\COLN\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\COLN\Code]
Template=
MaxLen=64
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\INDX]
[ModelOptions\Physical Objects\ClssNamingOptions\INDX\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\INDX\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\REFR]
[ModelOptions\Physical Objects\ClssNamingOptions\REFR\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\REFR\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\VREF]
[ModelOptions\Physical Objects\ClssNamingOptions\VREF\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\VREF\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\VIEW]
[ModelOptions\Physical Objects\ClssNamingOptions\VIEW\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\VIEW\Code]
Template=
MaxLen=64
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\VIEWC]
[ModelOptions\Physical Objects\ClssNamingOptions\VIEWC\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\VIEWC\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\WEBSERV]
[ModelOptions\Physical Objects\ClssNamingOptions\WEBSERV\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\WEBSERV\Code]
Template=
MaxLen=254
Case=M
ValidChar='a'-'z','A'-'Z','0'-'9',"/-_.!~*'()"
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\WEBOP]
[ModelOptions\Physical Objects\ClssNamingOptions\WEBOP\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\WEBOP\Code]
Template=
MaxLen=254
Case=M
ValidChar='a'-'z','A'-'Z','0'-'9',"/-_.!~*'()"
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\WPARAM]
[ModelOptions\Physical Objects\ClssNamingOptions\WPARAM\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\WPARAM\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FACT]
[ModelOptions\Physical Objects\ClssNamingOptions\FACT\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FACT\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\DIMN]
[ModelOptions\Physical Objects\ClssNamingOptions\DIMN\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\DIMN\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\MEAS]
[ModelOptions\Physical Objects\ClssNamingOptions\MEAS\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\MEAS\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\DATTR]
[ModelOptions\Physical Objects\ClssNamingOptions\DATTR\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\DATTR\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FILO]
[ModelOptions\Physical Objects\ClssNamingOptions\FILO\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FILO\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FRMEOBJ]
[ModelOptions\Physical Objects\ClssNamingOptions\FRMEOBJ\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FRMEOBJ\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FRMELNK]
[ModelOptions\Physical Objects\ClssNamingOptions\FRMELNK\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\FRMELNK\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\DefaultClass]
[ModelOptions\Physical Objects\ClssNamingOptions\DefaultClass\Name]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Physical Objects\ClssNamingOptions\DefaultClass\Code]
Template=
MaxLen=254
Case=M
ValidChar=
InvldChar=
AllValid=Yes
NoAccent=No
DefaultChar=
Script=
ConvTable=
ConvTablePath=%_HOME%\Resource Files\Conversion Tables
[ModelOptions\Connection]
[ModelOptions\Pdm]
[ModelOptions\Generate]
[ModelOptions\Generate\Xsm]
GenRootElement=Yes
GenComplexType=No
GenAttribute=Yes
CheckModel=Yes
SaveLinks=Yes
ORMapping=No
NameToCode=No
[ModelOptions\Generate\Pdm]
RRMapping=No
[ModelOptions\Generate\Cdm]
CheckModel=Yes
SaveLinks=Yes
NameToCode=No
Notation=2
[ModelOptions\Generate\Oom]
CheckModel=Yes
SaveLinks=Yes
ORMapping=No
NameToCode=Yes
ClassPrefix=
[ModelOptions\Generate\Ldm]
CheckModel=Yes
SaveLinks=Yes
NameToCode=No
[ModelOptions\Default Opts]
[ModelOptions\Default Opts\TABL]
PhysOpts=
[ModelOptions\Default Opts\COLN]
PhysOpts=
[ModelOptions\Default Opts\INDX]
PhysOpts=
[ModelOptions\Default Opts\AKEY]
PhysOpts=
[ModelOptions\Default Opts\PKEY]
PhysOpts=
[ModelOptions\Default Opts\STOR]
PhysOpts=
[ModelOptions\Default Opts\TSPC]
PhysOpts=
[ModelOptions\Default Opts\SQNC]
PhysOpts=
[ModelOptions\Default Opts\DTBS]
PhysOpts=
[ModelOptions\Default Opts\USER]
PhysOpts=
[ModelOptions\Default Opts\JIDX]
PhysOpts=</a:ModelOptionsText>
<c:DBMS>
<o:Shortcut Id="o3">
<a:ObjectID>B08E8E07-051A-4F7E-9EAA-1E4FB9DDF147</a:ObjectID>
<a:Name>MySQL 5.0</a:Name>
<a:Code>MYSQL50</a:Code>
<a:CreationDate>1478091682</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478091682</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:TargetStereotype/>
<a:TargetID>F4F16ECD-F2F1-4006-AF6F-638D5C65F35E</a:TargetID>
<a:TargetClassID>4BA9F647-DAB1-11D1-9944-006097355D9B</a:TargetClassID>
</o:Shortcut>
</c:DBMS>
<c:PhysicalDiagrams>
<o:PhysicalDiagram Id="o4">
<a:ObjectID>EEDA8FD0-61A4-40C5-B3D2-A548EDA78743</a:ObjectID>
<a:Name>zheng</a:Name>
<a:Code>zheng</a:Code>
<a:CreationDate>1478091680</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1493219394</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:DisplayPreferences>[DisplayPreferences]
[DisplayPreferences\PDM]
[DisplayPreferences\General]
Adjust to text=Yes
Snap Grid=No
Constrain Labels=Yes
Display Grid=No
Show Page Delimiter=Yes
Show Links intersections=Yes
Activate automatic link routing=Yes
Grid size=800
Graphic unit=2
Window color=255 255 255
Background image=
Background mode=8
Watermark image=
Watermark mode=8
Show watermark on screen=No
Gradient mode=0
Gradient end color=255 255 255
Show Swimlane=No
SwimlaneVert=Yes
TreeVert=No
CompDark=0
[DisplayPreferences\Object]
Show Icon=No
Mode=2
Trunc Length=40
Word Length=40
Word Text=!"#$%&')*+,-./:;=>?@\]^_`|}~
Shortcut IntIcon=Yes
Shortcut IntLoct=Yes
Shortcut IntFullPath=No
Shortcut IntLastPackage=Yes
Shortcut ExtIcon=Yes
Shortcut ExtLoct=No
Shortcut ExtFullPath=No
Shortcut ExtLastPackage=Yes
Shortcut ExtIncludeModl=Yes
EObjShowStrn=Yes
ExtendedObject.Comment=No
ExtendedObject.IconPicture=No
ExtendedObject.TextStyle=No
ExtendedObject_SymbolLayout=<Form>[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Object Name" Attribute="DisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <Separator Name="Separator" />[CRLF] <StandardAttribute Name="Comment" Attribute="Comment" Prefix="" Suffix="" Alignment="LEFT" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Icon" Attribute="IconPicture" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <StandardAttribute Name="Force top align" Attribute="TextStyle" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF]</Form>
ELnkShowStrn=Yes
ELnkShowName=Yes
ExtendedLink_SymbolLayout=<Form>[CRLF] <Form Name="Center" >[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] </Form>[CRLF] <Form Name="Source" >[CRLF] </Form>[CRLF] <Form Name="Destination" >[CRLF] </Form>[CRLF]</Form>
FileObject.Stereotype=No
FileObject.DisplayName=Yes
FileObject.LocationOrName=No
FileObject.IconPicture=No
FileObject.TextStyle=No
FileObject.IconMode=Yes
FileObject_SymbolLayout=<Form>[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <ExclusiveChoice Name="Exclusive Choice" Mandatory="Yes" Display="HorizontalRadios" >[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Location" Attribute="LocationOrName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] </ExclusiveChoice>[CRLF] <StandardAttribute Name="Icon" Attribute="IconPicture" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <StandardAttribute Name="Force top align" Attribute="TextStyle" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF]</Form>
Package.Stereotype=Yes
Package.Comment=No
Package.IconPicture=No
Package.TextStyle=No
Package_SymbolLayout=<Form>[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <Separator Name="Separator" />[CRLF] <StandardAttribute Name="Comment" Attribute="Comment" Prefix="" Suffix="" Alignment="LEFT" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Icon" Attribute="IconPicture" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <StandardAttribute Name="Force top align" Attribute="TextStyle" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF]</Form>
Display Model Version=Yes
Table.Stereotype=Yes
Table.DisplayName=Yes
Table.OwnerDisplayName=No
Table.Columns=Yes
Table.Columns._Filter="All Columns" PDMCOLNALL
Table.Columns._Columns=Stereotype KeyIndicator
Table.Columns._Limit=-5
Table.Keys=No
Table.Keys._Columns=Stereotype Indicator
Table.Indexes=No
Table.Indexes._Columns=Stereotype
Table.Triggers=No
Table.Triggers._Columns=Stereotype
Table.Comment=No
Table.IconPicture=No
Table.TextStyle=No
Table_SymbolLayout=<Form>[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <ExclusiveChoice Name="Exclusive Choice" Mandatory="Yes" Display="HorizontalRadios" >[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Owner and Name" Attribute="OwnerDisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] </ExclusiveChoice>[CRLF] <Separator Name="Separator" />[CRLF] <StandardCollection Name="Columns" Collection="Columns" Columns="Code Yes\r\nDataType Yes\r\nName Yes\r\nKeyIndicator Yes" Filters="&quot;All Columns&quot; PDMCOLNALL &quot;&quot;\r\n&quot;PK Columns&quot; PDMCOLNPK &quot;\&quot;PRIM \&quot;TRUE\&quot; TRUE\&quot;&quot;\r\n&quot;Key Columns&quot; PDMCOLNKEY &quot;\&quot;KEYS \&quot;TRUE\&quot; TRUE\&quot;&quot;" HasLimit="Yes" HideEmpty="No" Caption="" Mandatory="No" />[CRLF] <StandardCollection Name="Keys" Collection="Keys" Columns="Code Yes\r\nStereotype Yes\r\nIndicator Yes\r\nName Yes" HasLimit="No" HideEmpty="No" Caption="" Mandatory="No" />[CRLF] <StandardCollection Name="Indexes" Collection="Indexes" Columns="Stereotype No\r\nDisplayName Yes\r\nIndicator No" HasLimit="No" HideEmpty="No" Caption="" Mandatory="No" />[CRLF] <StandardCollection Name="Triggers" Collection="Triggers" Columns="Stereotype No\r\nDisplayName Yes" HasLimit="No" HideEmpty="No" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Comment" Attribute="Comment" Prefix="" Suffix="" Alignment="LEFT" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Icon" Attribute="IconPicture" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <StandardAttribute Name="Force top align" Attribute="TextStyle" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF]</Form>
View.Stereotype=Yes
View.DisplayName=Yes
View.OwnerDisplayName=No
View.Columns=Yes
View.Columns._Columns=DisplayName
View.Columns._Limit=-5
View.TemporaryVTables=Yes
View.Indexes=No
View.Comment=No
View.IconPicture=No
View.TextStyle=No
View_SymbolLayout=<Form>[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <ExclusiveChoice Name="Exclusive Choice" Mandatory="Yes" Display="HorizontalRadios" >[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Owner and Name" Attribute="OwnerDisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] </ExclusiveChoice>[CRLF] <Separator Name="Separator" />[CRLF] <StandardCollection Name="Columns" Collection="Columns" Columns="DisplayName No\r\nExpression No\r\nDataType No\r\nSymbolDataType No &quot;Domain or Data type&quot;\r\nIndexIndicator No" HasLimit="Yes" HideEmpty="No" Caption="" Mandatory="No" />[CRLF] <StandardCollection Name="Tables" Collection="TemporaryVTables" Columns="Name Yes" HasLimit="No" HideEmpty="No" Caption="" Mandatory="No" />[CRLF] <StandardCollection Name="Indexes" Collection="Indexes" Columns="DisplayName Yes" HasLimit="No" HideEmpty="No" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Comment" Attribute="Comment" Prefix="" Suffix="" Alignment="LEFT" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Icon" Attribute="IconPicture" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <StandardAttribute Name="Force top align" Attribute="TextStyle" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF]</Form>
Procedure.Stereotype=No
Procedure.DisplayName=Yes
Procedure.OwnerDisplayName=No
Procedure.Comment=No
Procedure.IconPicture=No
Procedure.TextStyle=No
Procedure_SymbolLayout=<Form>[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <ExclusiveChoice Name="Exclusive Choice" Mandatory="Yes" Display="HorizontalRadios" >[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Owner and Name" Attribute="OwnerDisplayName" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="No" />[CRLF] </ExclusiveChoice>[CRLF] <Separator Name="Separator" />[CRLF] <StandardAttribute Name="Comment" Attribute="Comment" Prefix="" Suffix="" Alignment="LEFT" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Icon" Attribute="IconPicture" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF] <StandardAttribute Name="Force top align" Attribute="TextStyle" Prefix="" Suffix="" Alignment="CNTR" Caption="" Mandatory="Yes" />[CRLF]</Form>
Reference.Cardinality=No
Reference.ImplementationType=No
Reference.ChildRole=Yes
Reference.Stereotype=Yes
Reference.DisplayName=No
Reference.ForeignKeyConstraintName=No
Reference.JoinExpression=No
Reference.Integrity=No
Reference.ParentRole=Yes
Reference_SymbolLayout=<Form>[CRLF] <Form Name="Source" >[CRLF] <StandardAttribute Name="Cardinality" Attribute="Cardinality" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Implementation" Attribute="ImplementationType" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Child Role" Attribute="ChildRole" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] </Form>[CRLF] <Form Name="Center" >[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Caption="" Mandatory="No" />[CRLF] <ExclusiveChoice Name="Exclusive Choice" Mandatory="No" Display="HorizontalRadios" >[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Cons&amp;traint Name" Attribute="ForeignKeyConstraintName" Prefix="" Suffix="" Caption="Cons&amp;traint Name" Mandatory="No" />[CRLF] <StandardAttribute Name="Join" Attribute="JoinExpression" Prefix="" Suffix="" Caption="Join" Mandatory="No" />[CRLF] </ExclusiveChoice>[CRLF] <StandardAttribute Name="Referential integrity" Attribute="Integrity" Prefix="" Suffix="" Caption="Referential integrity" Mandatory="No" />[CRLF] </Form>[CRLF] <Form Name="Destination" >[CRLF] <StandardAttribute Name="Parent Role" Attribute="ParentRole" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] </Form>[CRLF]</Form>
ViewReference.ChildRole=Yes
ViewReference.Stereotype=Yes
ViewReference.DisplayName=No
ViewReference.JoinExpression=No
ViewReference.ParentRole=Yes
ViewReference_SymbolLayout=<Form>[CRLF] <Form Name="Source" >[CRLF] <StandardAttribute Name="Child Role" Attribute="ChildRole" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] </Form>[CRLF] <Form Name="Center" >[CRLF] <StandardAttribute Name="Stereotype" Attribute="Stereotype" Prefix="&lt;&lt;" Suffix="&gt;&gt;" Caption="" Mandatory="No" />[CRLF] <ExclusiveChoice Name="Exclusive Choice" Mandatory="No" Display="HorizontalRadios" >[CRLF] <StandardAttribute Name="Name" Attribute="DisplayName" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] <StandardAttribute Name="Join Expression" Attribute="JoinExpression" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] </ExclusiveChoice>[CRLF] </Form>[CRLF] <Form Name="Destination" >[CRLF] <StandardAttribute Name="Parent Role" Attribute="ParentRole" Prefix="" Suffix="" Caption="" Mandatory="No" />[CRLF] </Form>[CRLF]</Form>
[DisplayPreferences\Symbol]
[DisplayPreferences\Symbol\FRMEOBJ]
STRNFont=新宋体,8,N
STRNFont color=0 0 0
DISPNAMEFont=新宋体,8,N
DISPNAMEFont color=0 0 0
LABLFont=新宋体,8,N
LABLFont color=0 0 0
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Width=6000
Height=2000
Brush color=255 255 255
Fill Color=Yes
Brush style=6
Brush bitmap mode=12
Brush gradient mode=64
Brush gradient color=192 192 192
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 255 128 128
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\FRMELNK]
CENTERFont=新宋体,8,N
CENTERFont color=0 0 0
Line style=1
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Brush color=255 255 255
Fill Color=Yes
Brush style=1
Brush bitmap mode=12
Brush gradient mode=0
Brush gradient color=118 118 118
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 128 128 255
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\FILO]
OBJSTRNFont=新宋体,8,N
OBJSTRNFont color=0 0 0
DISPNAMEFont=新宋体,8,N
DISPNAMEFont color=0 0 0
LCNMFont=新宋体,8,N
LCNMFont color=0 0 0
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Width=4800
Height=3600
Brush color=255 255 255
Fill Color=Yes
Brush style=1
Brush bitmap mode=12
Brush gradient mode=0
Brush gradient color=118 118 118
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 0 0 255
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\PDMPCKG]
STRNFont=新宋体,8,N
STRNFont color=0 0 0
DISPNAMEFont=新宋体,8,N
DISPNAMEFont color=0 0 0
LABLFont=新宋体,8,N
LABLFont color=0 0 0
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Width=4800
Height=4000
Brush color=255 255 192
Fill Color=Yes
Brush style=6
Brush bitmap mode=12
Brush gradient mode=65
Brush gradient color=255 255 255
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 178 178 178
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\TABL]
STRNFont=新宋体,8,N
STRNFont color=0 0 0
DISPNAMEFont=新宋体,8,N
DISPNAMEFont color=0 0 0
OWNRDISPNAMEFont=新宋体,8,N
OWNRDISPNAMEFont color=0 0 0
ColumnsFont=新宋体,8,N
ColumnsFont color=0 0 0
TablePkColumnsFont=新宋体,8,U
TablePkColumnsFont color=255 0 0
TableFkColumnsFont=新宋体,8,N
TableFkColumnsFont color=0 0 0
KeysFont=新宋体,8,N
KeysFont color=0 0 0
IndexesFont=新宋体,8,N
IndexesFont color=0 0 0
TriggersFont=新宋体,8,N
TriggersFont color=0 0 0
LABLFont=新宋体,8,N
LABLFont color=0 0 0
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Width=4800
Height=4000
Brush color=178 214 252
Fill Color=Yes
Brush style=6
Brush bitmap mode=12
Brush gradient mode=65
Brush gradient color=255 255 255
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 0 128 192
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\VIEW]
STRNFont=新宋体,8,N
STRNFont color=0 0 0
DISPNAMEFont=新宋体,8,N
DISPNAMEFont color=0 0 0
OWNRDISPNAMEFont=新宋体,8,N
OWNRDISPNAMEFont color=0 0 0
ColumnsFont=新宋体,8,N
ColumnsFont color=0 0 0
TablePkColumnsFont=新宋体,8,U
TablePkColumnsFont color=0 0 0
TableFkColumnsFont=新宋体,8,N
TableFkColumnsFont color=0 0 0
TemporaryVTablesFont=新宋体,8,N
TemporaryVTablesFont color=0 0 0
IndexesFont=新宋体,8,N
IndexesFont color=0 0 0
LABLFont=新宋体,8,N
LABLFont color=0 0 0
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Width=4800
Height=4000
Brush color=208 208 255
Fill Color=Yes
Brush style=6
Brush bitmap mode=12
Brush gradient mode=65
Brush gradient color=255 255 255
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 128 128 192
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\PROC]
STRNFont=新宋体,8,N
STRNFont color=0 0 0
DISPNAMEFont=新宋体,8,N
DISPNAMEFont color=0 0 0
OWNRDISPNAMEFont=新宋体,8,N
OWNRDISPNAMEFont color=0 0 0
LABLFont=新宋体,8,N
LABLFont color=0 0 0
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Width=4000
Height=1000
Brush color=255 255 192
Fill Color=Yes
Brush style=6
Brush bitmap mode=12
Brush gradient mode=65
Brush gradient color=255 255 255
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 128 108 0
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\REFR]
SOURCEFont=新宋体,8,N
SOURCEFont color=0 0 0
CENTERFont=新宋体,8,N
CENTERFont color=0 0 0
DESTINATIONFont=新宋体,8,N
DESTINATIONFont color=0 0 0
Line style=1
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Brush color=255 255 255
Fill Color=Yes
Brush style=1
Brush bitmap mode=12
Brush gradient mode=0
Brush gradient color=118 118 118
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 0 128 192
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\VREF]
SOURCEFont=新宋体,8,N
SOURCEFont color=0 0 0
CENTERFont=新宋体,8,N
CENTERFont color=0 0 0
DESTINATIONFont=新宋体,8,N
DESTINATIONFont color=0 0 0
Line style=1
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Brush color=255 255 255
Fill Color=Yes
Brush style=1
Brush bitmap mode=12
Brush gradient mode=0
Brush gradient color=118 118 118
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 128 128 192
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\USRDEPD]
OBJXSTRFont=新宋体,8,N
OBJXSTRFont color=0 0 0
Line style=1
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Brush color=255 255 255
Fill Color=Yes
Brush style=1
Brush bitmap mode=12
Brush gradient mode=0
Brush gradient color=118 118 118
Brush background image=
Custom shape=
Custom text mode=0
Pen=2 0 128 128 255
Shadow color=192 192 192
Shadow=0
[DisplayPreferences\Symbol\Free Symbol]
Free TextFont=新宋体,8,N
Free TextFont color=0 0 0
Line style=0
AutoAdjustToText=Yes
Keep aspect=No
Keep center=No
Keep size=No
Brush color=255 255 255
Fill Color=Yes
Brush style=1
Brush bitmap mode=12
Brush gradient mode=0
Brush gradient color=118 118 118
Brush background image=
Custom shape=
Custom text mode=0
Pen=1 0 0 0 255
Shadow color=192 192 192
Shadow=0</a:DisplayPreferences>
<a:PaperSize>(8268, 11693)</a:PaperSize>
<a:PageMargins>((315,354), (433,354))</a:PageMargins>
<a:PageOrientation>1</a:PageOrientation>
<a:PaperSource>15</a:PaperSource>
<c:Symbols>
<o:RectangleSymbol Id="o5">
<a:CreationDate>1493216366</a:CreationDate>
<a:ModificationDate>1493219433</a:ModificationDate>
<a:Rect>((-33403,-106516), (67085,-135740))</a:Rect>
<a:TextStyle>17</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>12632256</a:LineColor>
<a:FillColor>15329769</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:RectangleSymbol>
<o:RectangleSymbol Id="o6">
<a:CreationDate>1482063385</a:CreationDate>
<a:ModificationDate>1484832985</a:ModificationDate>
<a:Rect>((-32984,-12019), (66872,-60459))</a:Rect>
<a:TextStyle>17</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>12632256</a:LineColor>
<a:FillColor>15329769</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:RectangleSymbol>
<o:RectangleSymbol Id="o7">
<a:CreationDate>1479301742</a:CreationDate>
<a:ModificationDate>1483885217</a:ModificationDate>
<a:Rect>((-33350,36120), (66768,-8278))</a:Rect>
<a:TextStyle>17</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>12632256</a:LineColor>
<a:FillColor>15329769</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:RectangleSymbol>
<o:ReferenceSymbol Id="o8">
<a:ModificationDate>1491400124</a:ModificationDate>
<a:Rect>((27294,4024), (28544,22187))</a:Rect>
<a:ListOfPoints>((27919,21787),(27919,4424))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o9"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o10"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o11"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o12">
<a:CreationDate>1478095245</a:CreationDate>
<a:ModificationDate>1491400172</a:ModificationDate>
<a:Rect>((11859,2936), (17430,4186))</a:Rect>
<a:ListOfPoints>((12259,3561),(17030,3561))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o13"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o10"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o14"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o15">
<a:CreationDate>1478095255</a:CreationDate>
<a:ModificationDate>1491400174</a:ModificationDate>
<a:Rect>((-8864,2653), (-4283,3903))</a:Rect>
<a:ListOfPoints>((-4683,3278),(-8464,3278))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o13"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o16"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o17"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o18">
<a:CreationDate>1478095260</a:CreationDate>
<a:ModificationDate>1491400182</a:ModificationDate>
<a:Rect>((-3485,15125), (-2235,21506))</a:Rect>
<a:ListOfPoints>((-2860,15525),(-2860,21106))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o19"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o20"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o21"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o22">
<a:CreationDate>1478095263</a:CreationDate>
<a:ModificationDate>1491400194</a:ModificationDate>
<a:Rect>((-12764,6552), (-11514,12001))</a:Rect>
<a:ListOfPoints>((-12139,11601),(-12139,6952))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o19"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o16"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o23"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o24">
<a:CreationDate>1478095268</a:CreationDate>
<a:ModificationDate>1491400187</a:ModificationDate>
<a:Rect>((8751,15016), (10001,21379))</a:Rect>
<a:ListOfPoints>((9376,15416),(9376,20979))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o25"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o20"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o26"/>
</c:Object>
</o:ReferenceSymbol>
<o:RectangleSymbol Id="o27">
<a:CreationDate>1483085710</a:CreationDate>
<a:ModificationDate>1484926118</a:ModificationDate>
<a:Rect>((-33445,-63495), (67043,-102889))</a:Rect>
<a:TextStyle>17</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>12632256</a:LineColor>
<a:FillColor>15329769</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:RectangleSymbol>
<o:ReferenceSymbol Id="o28">
<a:CreationDate>1478095270</a:CreationDate>
<a:ModificationDate>1482127349</a:ModificationDate>
<a:Rect>((18772,6392), (20022,11909))</a:Rect>
<a:ListOfPoints>((19397,11509),(19397,6792))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o25"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o10"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o29"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o30">
<a:CreationDate>1478153406</a:CreationDate>
<a:ModificationDate>1491400639</a:ModificationDate>
<a:Rect>((34944,20787), (49657,27248))</a:Rect>
<a:ListOfPoints>((35344,21787),(35344,21187),(48857,21187),(48857,26623),(48257,26623))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>4</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o9"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o9"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o31"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o32">
<a:CreationDate>1478153486</a:CreationDate>
<a:ModificationDate>1486384849</a:ModificationDate>
<a:Rect>((12448,20074), (20470,26853))</a:Rect>
<a:ListOfPoints>((12848,21043),(12848,20474),(20070,20474),(20070,26228),(17070,26228))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>4</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o20"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o20"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o33"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o34">
<a:CreationDate>1483619847</a:CreationDate>
<a:ModificationDate>1486385652</a:ModificationDate>
<a:Rect>((-9877,-23800), (2708,-22550))</a:Rect>
<a:ListOfPoints>((-9477,-23175),(2308,-23175))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o35"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o36"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o37"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o38">
<a:CreationDate>1483619849</a:CreationDate>
<a:ModificationDate>1486385652</a:ModificationDate>
<a:Rect>((-18467,-36226), (-17217,-24607))</a:Rect>
<a:ListOfPoints>((-17842,-25007),(-17842,-35826))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o35"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o39"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o40"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o41">
<a:CreationDate>1483620005</a:CreationDate>
<a:ModificationDate>1486385652</a:ModificationDate>
<a:Rect>((4030,-39400), (5280,-22888))</a:Rect>
<a:ListOfPoints>((4655,-39000),(4655,-23288))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o42"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o36"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o43"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o44">
<a:CreationDate>1483620007</a:CreationDate>
<a:ModificationDate>1486385646</a:ModificationDate>
<a:Rect>((4021,-49268), (5271,-39799))</a:Rect>
<a:ListOfPoints>((4646,-40199),(4646,-48868))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>4</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o42"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o45"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o46"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o47">
<a:CreationDate>1483624336</a:CreationDate>
<a:ModificationDate>1488037155</a:ModificationDate>
<a:Rect>((28233,-54300), (29483,-42610))</a:Rect>
<a:ListOfPoints>((28858,-53900),(28858,-43010))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o48"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o49"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o50"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o51">
<a:CreationDate>1483624340</a:CreationDate>
<a:ModificationDate>1486385646</a:ModificationDate>
<a:Rect>((12331,-52679), (20181,-51429))</a:Rect>
<a:ListOfPoints>((19781,-52054),(12731,-52054))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o48"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o45"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o52"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o53">
<a:CreationDate>1483624615</a:CreationDate>
<a:ModificationDate>1490707597</a:ModificationDate>
<a:Rect>((15051,-24128), (21401,-22878))</a:Rect>
<a:ListOfPoints>((21001,-23503),(15451,-23503))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o54"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o36"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o55"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o56">
<a:CreationDate>1483624617</a:CreationDate>
<a:ModificationDate>1490707597</a:ModificationDate>
<a:Rect>((28154,-33027), (34356,-20656))</a:Rect>
<a:ListOfPoints>((33956,-21056),(33956,-30525),(28779,-30525),(28779,-32627))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o54"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o49"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o57"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o58">
<a:CreationDate>1484124946</a:CreationDate>
<a:ModificationDate>1484124953</a:ModificationDate>
<a:Rect>((-13832,-79879), (-7728,-71568))</a:Rect>
<a:ListOfPoints>((-8128,-79479),(-13207,-79479),(-13207,-71968))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>2</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o59"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o60"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o61"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o62">
<a:CreationDate>1484124984</a:CreationDate>
<a:ModificationDate>1484127382</a:ModificationDate>
<a:Rect>((-16263,-86551), (-15013,-71568))</a:Rect>
<a:ListOfPoints>((-15638,-86151),(-15638,-71968))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o63"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o60"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o64"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o65">
<a:CreationDate>1484124996</a:CreationDate>
<a:ModificationDate>1484124997</a:ModificationDate>
<a:Rect>((-11114,-95606), (-9864,-89626))</a:Rect>
<a:ListOfPoints>((-10489,-95206),(-10489,-90026))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o66"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o63"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o67"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o68">
<a:CreationDate>1484125007</a:CreationDate>
<a:ModificationDate>1484127367</a:ModificationDate>
<a:Rect>((-5345,-95500), (-4095,-89626))</a:Rect>
<a:ListOfPoints>((-4720,-95100),(-4720,-90026))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o69"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o63"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o70"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o71">
<a:CreationDate>1484125017</a:CreationDate>
<a:ModificationDate>1484125017</a:ModificationDate>
<a:Rect>((-1839,-87942), (6039,-86692))</a:Rect>
<a:ListOfPoints>((-1439,-87317),(5639,-87317))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o63"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o72"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o73"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o74">
<a:CreationDate>1484125035</a:CreationDate>
<a:ModificationDate>1484129049</a:ModificationDate>
<a:Rect>((7538,-85005), (8788,-82265))</a:Rect>
<a:ListOfPoints>((8163,-82665),(8163,-84605))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<a:AutomaticRoutingState>3</a:AutomaticRoutingState>
<c:SourceSymbol>
<o:TableSymbol Ref="o59"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o72"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o75"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o76">
<a:CreationDate>1484129054</a:CreationDate>
<a:ModificationDate>1484129054</a:ModificationDate>
<a:Rect>((9958,-80104), (27337,-78854))</a:Rect>
<a:ListOfPoints>((26937,-79479),(10358,-79479))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o77"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o59"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o78"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o79">
<a:CreationDate>1484129077</a:CreationDate>
<a:ModificationDate>1484129077</a:ModificationDate>
<a:Rect>((20349,-71149), (27174,-69899))</a:Rect>
<a:ListOfPoints>((26774,-70524),(20749,-70524))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o80"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o81"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o82"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o83">
<a:CreationDate>1484129119</a:CreationDate>
<a:ModificationDate>1484129130</a:ModificationDate>
<a:Rect>((13678,-84943), (14928,-73310))</a:Rect>
<a:ListOfPoints>((14303,-73710),(14303,-84543))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o81"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o72"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o84"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o85">
<a:CreationDate>1484129130</a:CreationDate>
<a:ModificationDate>1484129130</a:ModificationDate>
<a:Rect>((-7408,-69819), (2275,-68569))</a:Rect>
<a:ListOfPoints>((1875,-69194),(-7008,-69194))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o81"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o60"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o86"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o87">
<a:CreationDate>1486384936</a:CreationDate>
<a:ModificationDate>1486384936</a:ModificationDate>
<a:Rect>((40608,-38668), (44457,-37418))</a:Rect>
<a:ListOfPoints>((41008,-38043),(44057,-38043))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o49"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o88"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o89"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o90">
<a:CreationDate>1489831850</a:CreationDate>
<a:ModificationDate>1491400119</a:ModificationDate>
<a:Rect>((37630,8530), (38880,13902))</a:Rect>
<a:ListOfPoints>((38255,8930),(38255,13502))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o10"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o91"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o92"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o93">
<a:CreationDate>1493218925</a:CreationDate>
<a:ModificationDate>1493219424</a:ModificationDate>
<a:Rect>((-7211,-116871), (1085,-115621))</a:Rect>
<a:ListOfPoints>((-6811,-116246),(685,-116246))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o94"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o95"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o96"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o97">
<a:CreationDate>1493218927</a:CreationDate>
<a:ModificationDate>1493219424</a:ModificationDate>
<a:Rect>((23021,-116895), (29293,-115645))</a:Rect>
<a:ListOfPoints>((28893,-116270),(23421,-116270))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o98"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o95"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o99"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o100">
<a:CreationDate>1493218932</a:CreationDate>
<a:ModificationDate>1493219429</a:ModificationDate>
<a:Rect>((39557,-127943), (40807,-118709))</a:Rect>
<a:ListOfPoints>((40182,-119109),(40182,-127543))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o98"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o101"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o102"/>
</c:Object>
</o:ReferenceSymbol>
<o:ReferenceSymbol Id="o103">
<a:CreationDate>1493219394</a:CreationDate>
<a:ModificationDate>1493219429</a:ModificationDate>
<a:Rect>((11428,-127095), (12678,-120682))</a:Rect>
<a:ListOfPoints>((12053,-126695),(12053,-121082))</a:ListOfPoints>
<a:CornerStyle>1</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
<a:LineColor>12615680</a:LineColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>CENTER 0 新宋体,8,N
SOURCE 0 新宋体,8,N
DESTINATION 0 新宋体,8,N</a:FontList>
<c:SourceSymbol>
<o:TableSymbol Ref="o104"/>
</c:SourceSymbol>
<c:DestinationSymbol>
<o:TableSymbol Ref="o95"/>
</c:DestinationSymbol>
<c:Object>
<o:Reference Ref="o105"/>
</c:Object>
</o:ReferenceSymbol>
<o:TableSymbol Id="o10">
<a:ModificationDate>1489831850</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((17030,-7342), (42856,8930))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o106"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o25">
<a:ModificationDate>1482127349</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((4280,11492), (23152,15491))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>12632256</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o107"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o13">
<a:ModificationDate>1491400170</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-4683,1640), (12259,5639))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>12632256</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o108"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o20">
<a:ModificationDate>1482127349</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-5666,20979), (17070,31477))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o109"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o19">
<a:ModificationDate>1482127349</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-15250,11601), (2078,15600))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>12632256</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o110"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o9">
<a:ModificationDate>1491400124</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((22431,21787), (48257,31459))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o111"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o16">
<a:ModificationDate>1482127349</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-29965,-1896), (-8389,6952))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o112"/>
</c:Object>
</o:TableSymbol>
<o:TextSymbol Id="o113">
<a:Text>zheng-cms</a:Text>
<a:CreationDate>1479304057</a:CreationDate>
<a:ModificationDate>1482127349</a:ModificationDate>
<a:Rect>((-33200,33185), (-25780,35793))</a:Rect>
<a:TextStyle>4130</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>0</a:LineColor>
<a:DashStyle>7</a:DashStyle>
<a:FillColor>16777215</a:FillColor>
<a:ShadowColor>16777215</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:TextSymbol>
<o:TableSymbol Id="o88">
<a:CreationDate>1482062898</a:CreationDate>
<a:ModificationDate>1486384925</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((44057,-43292), (65247,-32794))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o114"/>
</c:Object>
</o:TableSymbol>
<o:TextSymbol Id="o115">
<a:Text>zheng-upms</a:Text>
<a:CreationDate>1482063412</a:CreationDate>
<a:ModificationDate>1483618098</a:ModificationDate>
<a:Rect>((-32435,-15170), (-25015,-12562))</a:Rect>
<a:TextStyle>4130</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>0</a:LineColor>
<a:DashStyle>7</a:DashStyle>
<a:FillColor>16777215</a:FillColor>
<a:ShadowColor>16777215</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:TextSymbol>
<o:TableSymbol Id="o60">
<a:CreationDate>1482127196</a:CreationDate>
<a:ModificationDate>1484124235</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-25348,-71968), (-7008,-66420))</a:Rect>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<a:ManuallyResized>1</a:ManuallyResized>
<c:Object>
<o:Table Ref="o116"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o72">
<a:CreationDate>1482127641</a:CreationDate>
<a:ModificationDate>1483625695</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((5639,-90091), (22968,-84543))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o117"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o63">
<a:CreationDate>1482127744</a:CreationDate>
<a:ModificationDate>1484125017</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-19539,-90026), (-1439,-86027))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o118"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o66">
<a:CreationDate>1482127996</a:CreationDate>
<a:ModificationDate>1484124997</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-27122,-99205), (-7862,-95206))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o119"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o69">
<a:CreationDate>1482128170</a:CreationDate>
<a:ModificationDate>1484125007</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-6110,-99824), (13150,-95100))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o120"/>
</c:Object>
</o:TableSymbol>
<o:TextSymbol Id="o121">
<a:Text>zheng-pay</a:Text>
<a:CreationDate>1483085721</a:CreationDate>
<a:ModificationDate>1483623919</a:ModificationDate>
<a:Rect>((-33084,-66872), (-25664,-64264))</a:Rect>
<a:TextStyle>4130</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>0</a:LineColor>
<a:DashStyle>7</a:DashStyle>
<a:FillColor>16777215</a:FillColor>
<a:ShadowColor>16777215</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:TextSymbol>
<o:TableSymbol Id="o39">
<a:CreationDate>1483618514</a:CreationDate>
<a:ModificationDate>1486384809</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-26699,-41374), (-8985,-35826))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o122"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o36">
<a:CreationDate>1483618865</a:CreationDate>
<a:ModificationDate>1486385652</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-3037,-27525), (15451,-17027))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o123"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o45">
<a:CreationDate>1483619110</a:CreationDate>
<a:ModificationDate>1486385646</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-3439,-55240), (12731,-48868))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o124"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o35">
<a:CreationDate>1483619640</a:CreationDate>
<a:ModificationDate>1486385652</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-27106,-25007), (-9392,-21008))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>12632256</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o125"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o42">
<a:CreationDate>1483619903</a:CreationDate>
<a:ModificationDate>1486384764</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-2305,-40199), (12320,-36200))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>12632256</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o126"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o49">
<a:CreationDate>1483620745</a:CreationDate>
<a:ModificationDate>1486384936</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((16342,-43085), (41008,-32587))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o127"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o48">
<a:CreationDate>1483624189</a:CreationDate>
<a:ModificationDate>1486385646</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((19781,-54122), (36723,-50123))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>12632256</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o128"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o54">
<a:CreationDate>1483624373</a:CreationDate>
<a:ModificationDate>1490707597</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((20772,-25759), (46598,-21036))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>12632256</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o129"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o59">
<a:CreationDate>1483624755</a:CreationDate>
<a:ModificationDate>1484125035</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-8128,-82665), (10358,-76293))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o130"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o81">
<a:CreationDate>1483625334</a:CreationDate>
<a:ModificationDate>1484129130</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((1875,-73710), (20749,-67338))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o131"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o80">
<a:CreationDate>1483626087</a:CreationDate>
<a:ModificationDate>1484129077</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((26774,-71974), (48736,-67974))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o132"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o77">
<a:CreationDate>1483626439</a:CreationDate>
<a:ModificationDate>1484129054</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((26937,-83435), (48513,-76237))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o133"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o134">
<a:CreationDate>1483885222</a:CreationDate>
<a:ModificationDate>1491401676</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((47375,0), (63157,8848))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o135"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o136">
<a:CreationDate>1483885645</a:CreationDate>
<a:ModificationDate>1491400151</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-27835,18175), (-12825,22174))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o137"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o138">
<a:CreationDate>1489481906</a:CreationDate>
<a:ModificationDate>1489483460</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-25661,-57476), (-9877,-44504))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o139"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o140">
<a:CreationDate>1489830965</a:CreationDate>
<a:ModificationDate>1491401680</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((49063,12938), (63301,19310))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o141"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o91">
<a:CreationDate>1489831428</a:CreationDate>
<a:ModificationDate>1491400119</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((30364,13502), (46146,19050))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o142"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o143">
<a:CreationDate>1491399520</a:CreationDate>
<a:ModificationDate>1491400101</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-28345,23888), (-12563,30260))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o144"/>
</c:Object>
</o:TableSymbol>
<o:TextSymbol Id="o145">
<a:Text>zheng-ucenter</a:Text>
<a:CreationDate>1493216366</a:CreationDate>
<a:ModificationDate>1493216387</a:ModificationDate>
<a:Rect>((-33042,-109894), (-25622,-107286))</a:Rect>
<a:TextStyle>4130</a:TextStyle>
<a:AutoAdjustToText>0</a:AutoAdjustToText>
<a:LineColor>0</a:LineColor>
<a:DashStyle>7</a:DashStyle>
<a:FillColor>16777215</a:FillColor>
<a:ShadowColor>16777215</a:ShadowColor>
<a:FontName>新宋体,8,N</a:FontName>
<a:ManuallyResized>1</a:ManuallyResized>
</o:TextSymbol>
<o:TableSymbol Id="o95">
<a:CreationDate>1493216410</a:CreationDate>
<a:ModificationDate>1493219424</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((685,-121082), (23421,-111410))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o146"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o98">
<a:CreationDate>1493217330</a:CreationDate>
<a:ModificationDate>1493219424</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((28893,-119109), (52015,-112737))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o147"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o101">
<a:CreationDate>1493218241</a:CreationDate>
<a:ModificationDate>1493219429</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((32298,-131542), (48080,-127543))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o148"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o94">
<a:CreationDate>1493218445</a:CreationDate>
<a:ModificationDate>1493219424</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((-24525,-119383), (-6811,-113011))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o149"/>
</c:Object>
</o:TableSymbol>
<o:TableSymbol Id="o104">
<a:CreationDate>1493219176</a:CreationDate>
<a:ModificationDate>1493219429</a:ModificationDate>
<a:IconMode>-1</a:IconMode>
<a:Rect>((4453,-133067), (21781,-126695))</a:Rect>
<a:LineColor>12615680</a:LineColor>
<a:FillColor>16570034</a:FillColor>
<a:ShadowColor>12632256</a:ShadowColor>
<a:FontList>STRN 0 新宋体,8,N
DISPNAME 0 新宋体,8,N
OWNRDISPNAME 0 新宋体,8,N
Columns 0 新宋体,8,N
TablePkColumns 255 新宋体,8,U
TableFkColumns 0 新宋体,8,N
Keys 0 新宋体,8,N
Indexes 0 新宋体,8,N
Triggers 0 新宋体,8,N
LABL 0 新宋体,8,N</a:FontList>
<a:BrushStyle>6</a:BrushStyle>
<a:GradientFillMode>65</a:GradientFillMode>
<a:GradientEndColor>16777215</a:GradientEndColor>
<c:Object>
<o:Table Ref="o150"/>
</c:Object>
</o:TableSymbol>
</c:Symbols>
</o:PhysicalDiagram>
</c:PhysicalDiagrams>
<c:DefaultDiagram>
<o:PhysicalDiagram Ref="o4"/>
</c:DefaultDiagram>
<c:Tables>
<o:Table Id="o106">
<a:ObjectID>23DEAC6C-2C58-4121-B150-E676660C53B9</a:ObjectID>
<a:Name>cms_article 文章表</a:Name>
<a:Code>cms_article</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1491400367</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>文章表</a:Comment>
<a:PhysicalOptions>ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='文章表'</a:PhysicalOptions>
<a:TotalSavingCurrency/>
<c:Columns>
<o:Column Id="o151">
<a:ObjectID>E713E125-4EDD-4EC5-AE45-9F0591FA96B2</a:ObjectID>
<a:Name>编号</a:Name>
<a:Code>article_id</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>文章编号</a:Comment>
<a:DataType>int(10)</a:DataType>
<a:Length>10</a:Length>
<a:Identity>1</a:Identity>
<a:Column.Mandatory>1</a:Column.Mandatory>
<a:ExtendedAttributesText>{F4F16ECD-F2F1-4006-AF6F-638D5C65F35E},MYSQL50,56={4A2BD2F3-4A8A-4421-8A48-A8029BDA28E8},Unsigned,4=true
</a:ExtendedAttributesText>
</o:Column>
<o:Column Id="o152">
<a:ObjectID>B14DF665-5804-4EEE-A650-BA92D3F0CD60</a:ObjectID>
<a:Name>所属专题</a:Name>
<a:Code>topic_id</a:Code>
<a:CreationDate>1489831850</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1489831877</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>所属专题</a:Comment>
<a:DataType>int</a:DataType>
</o:Column>
<o:Column Id="o153">
<a:ObjectID>18A76FE6-A962-465C-BA2D-F2094D942CA1</a:ObjectID>
<a:Name>文章标题</a:Name>
<a:Code>title</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>文章标题</a:Comment>
<a:DataType>varchar(200)</a:DataType>
<a:Length>200</a:Length>
<a:Column.Mandatory>1</a:Column.Mandatory>
</o:Column>
<o:Column Id="o154">
<a:ObjectID>46242CD6-8FA6-4C08-9B80-F70B1EA0DB72</a:ObjectID>
<a:Name>文章原作者</a:Name>
<a:Code>author</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>文章原作者</a:Comment>
<a:DefaultValue>NULL</a:DefaultValue>
<a:DataType>varchar(50)</a:DataType>
<a:Length>50</a:Length>
</o:Column>
<o:Column Id="o155">
<a:ObjectID>4486670E-E9CE-44F2-B78F-4A10DBC2980E</a:ObjectID>
<a:Name>转载来源网址</a:Name>
<a:Code>fromurl</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>转载来源网址</a:Comment>
<a:DefaultValue>NULL</a:DefaultValue>
<a:DataType>varchar(300)</a:DataType>
<a:Length>300</a:Length>
</o:Column>
<o:Column Id="o156">
<a:ObjectID>51C4269A-67F8-4BF1-BAFB-DDA0A55FBF1D</a:ObjectID>
<a:Name>封面图</a:Name>
<a:Code>image</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>封面图</a:Comment>
<a:DefaultValue>NULL</a:DefaultValue>
<a:DataType>varchar(300)</a:DataType>
<a:Length>300</a:Length>
</o:Column>
<o:Column Id="o157">
<a:ObjectID>E4BFAC70-BC1E-46DC-AE27-56A96A7274A4</a:ObjectID>
<a:Name>关键字</a:Name>
<a:Code>keywords</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>关键字</a:Comment>
<a:DefaultValue>NULL</a:DefaultValue>
<a:DataType>varchar(100)</a:DataType>
<a:Length>100</a:Length>
</o:Column>
<o:Column Id="o158">
<a:ObjectID>5BDFBCE2-0E3E-43E9-8F0B-97E08DAD1BE8</a:ObjectID>
<a:Name>简介</a:Name>
<a:Code>description</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>简介</a:Comment>
<a:DefaultValue>NULL</a:DefaultValue>
<a:DataType>varchar(500)</a:DataType>
<a:Length>500</a:Length>
</o:Column>
<o:Column Id="o159">
<a:ObjectID>9B55BC3D-0919-4A43-BB1B-F2FFFD153770</a:ObjectID>
<a:Name>类型(1:普通,2:热门...)</a:Name>
<a:Code>type</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>类型(1:普通,2:热门...)</a:Comment>
<a:DefaultValue>1</a:DefaultValue>
<a:DataType>tinyint(4)</a:DataType>
<a:Length>4</a:Length>
<a:Column.Mandatory>1</a:Column.Mandatory>
</o:Column>
<o:Column Id="o160">
<a:ObjectID>652284A5-8966-45A9-9942-0C1485379D8A</a:ObjectID>
<a:Name>是否允许评论(0:不允许,1:允许)</a:Name>
<a:Code>allowcomments</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1478093908</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>是否允许评论(0:不允许,1:允许)</a:Comment>
<a:DefaultValue>1</a:DefaultValue>
<a:DataType>tinyint(4)</a:DataType>
<a:Length>4</a:Length>
<a:Column.Mandatory>1</a:Column.Mandatory>
</o:Column>
<o:Column Id="o161">
<a:ObjectID>B22AA35B-D990-4A76-BC0B-B6308B5A73F5</a:ObjectID>
<a:Name>状态(-1:不通过,0:未审核,1: 通过)</a:Name>
<a:Code>status</a:Code>
<a:CreationDate>1478091704</a:CreationDate>
<a:Creator>shuzheng</a:Creator>
<a:ModificationDate>1479213265</a:ModificationDate>
<a:Modifier>shuzheng</a:Modifier>
<a:Comment>状态(-1:不通过,0未审核,1:通过)</a:Comment>
<a:DefaultValue>1</a:DefaultValue>
<a:DataType>tinyint(4)</a:DataType>
<a:Length>4</a:Length>
<a:Column.Mandatory>1</a:Column.Mandatory>
</o:Column>
<o:Column Id="o162">
<a:ObjectID>83174068-969D-44D7-BB59-E77037
gitextract_owpcxz6v/
├── .gitignore
├── .travis.yml
├── LICENSE
├── README.md
├── pom.xml
├── project-bootstrap/
│ ├── README.md
│ ├── architect.vsdx
│ ├── progress.xmind
│ ├── project.doc
│ └── zheng-api.doc
├── project-datamodel/
│ ├── README.md
│ ├── update_20170328_1_to_20170405_1.sql
│ ├── zheng-ucenter.sql
│ ├── zheng.pdb
│ ├── zheng.pdm
│ ├── zheng.sql
│ ├── zheng_20170219_1.apm
│ ├── zheng_20170224_1.apm
│ ├── zheng_20170305_1.apm
│ ├── zheng_20170314_1.apm
│ ├── zheng_20170318_1.apm
│ ├── zheng_20170328_1.apm
│ ├── zheng_20170405_1.apm
│ ├── zheng_20170426_1.apm
│ └── zheng_20170603_1.apm
├── project-tools/
│ ├── activemq.bat.lnk
│ ├── dubbo-monitor.lnk
│ ├── nginx/
│ │ ├── nginx.conf
│ │ └── servers/
│ │ ├── zheng-config.conf
│ │ └── zheng-ui.conf
│ ├── nginx.bat
│ ├── ngrok/
│ │ ├── ngrok
│ │ └── ngrok.cfg
│ ├── ngrok.bat
│ ├── ngrok.sh
│ ├── tomcat_company.bat.lnk
│ ├── tomcat_home.bat.lnk
│ └── zkServer.cmd.lnk
├── zheng-admin/
│ ├── README.md
│ ├── pom.xml
│ └── src/
│ ├── crud.html
│ ├── css/
│ │ ├── admin.css
│ │ ├── common.css
│ │ └── login.css
│ ├── data/
│ │ └── data1.json
│ ├── demo.html
│ ├── images/
│ │ └── zsz.psd
│ ├── index.html
│ ├── js/
│ │ ├── admin.js
│ │ ├── common.js
│ │ └── login.js
│ ├── login.html
│ └── plugins/
│ ├── My97DatePicker/
│ │ ├── WdatePicker.js
│ │ ├── calendar.js
│ │ ├── lang/
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ └── skin/
│ │ ├── WdatePicker.css
│ │ ├── default/
│ │ │ └── datepicker.css
│ │ └── whyGreen/
│ │ └── datepicker.css
│ ├── angular/
│ │ └── angular-1.5.8/
│ │ └── angular-locale_zh-cn.js
│ ├── awesome-bootstrap-checkbox/
│ │ ├── awesome-bootstrap-checkbox.css
│ │ └── index.html
│ ├── bootstrap-3.3.0/
│ │ ├── css/
│ │ │ ├── bootstrap-theme.css
│ │ │ └── bootstrap.css
│ │ └── js/
│ │ ├── bootstrap.js
│ │ └── npm.js
│ ├── bootstrap-table-1.11.0/
│ │ └── locale/
│ │ ├── bootstrap-table-en-US.js
│ │ └── bootstrap-table-zh-CN.js
│ ├── checkbix/
│ │ ├── css/
│ │ │ └── checkbix.css
│ │ └── js/
│ │ └── checkbix.js
│ ├── font-awesome-4.7.0/
│ │ ├── css/
│ │ │ └── font-awesome.css
│ │ └── fonts/
│ │ └── FontAwesome.otf
│ ├── fullPage/
│ │ ├── jquery.fullPage.css
│ │ └── jquery.fullPage.js
│ ├── jquery.cookie.js
│ ├── malihu-custom-scrollbar-plugin/
│ │ ├── jquery.mCustomScrollbar.css
│ │ └── jquery.mCustomScrollbar.js
│ ├── material-design-iconic-font-2.2.0/
│ │ └── css/
│ │ └── material-design-iconic-font.css
│ ├── select2/
│ │ ├── css/
│ │ │ └── select2.css
│ │ ├── js/
│ │ │ ├── i18n/
│ │ │ │ ├── ar.js
│ │ │ │ ├── az.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en.js
│ │ │ │ ├── es.js
│ │ │ │ ├── et.js
│ │ │ │ ├── eu.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gl.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hi.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── id.js
│ │ │ │ ├── is.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── km.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-BR.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sr-Cyrl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-CN.js
│ │ │ │ └── zh-TW.js
│ │ │ ├── select2.full.js
│ │ │ └── select2.js
│ │ └── theme/
│ │ └── select2-bootstrap.css
│ ├── waves-0.7.5/
│ │ ├── waves.css
│ │ └── waves.js
│ ├── webuploader-0.1.5/
│ │ ├── Uploader.swf
│ │ └── webuploader.css
│ └── zTree_v3/
│ └── css/
│ ├── awesomeStyle/
│ │ ├── awesome.css
│ │ ├── awesome.less
│ │ └── fa.less
│ ├── demo.css
│ ├── metroStyle/
│ │ └── metroStyle.css
│ └── zTreeStyle/
│ └── zTreeStyle.css
├── zheng-api/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-api-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── api/
│ │ └── common/
│ │ └── constant/
│ │ ├── ApiConstant.java
│ │ ├── ApiResult.java
│ │ └── ApiResultConstant.java
│ ├── zheng-api-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── api/
│ │ └── rpc/
│ │ └── api/
│ │ ├── ApiService.java
│ │ └── ApiServiceMock.java
│ ├── zheng-api-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ └── bin/
│ │ │ ├── dump.sh
│ │ │ ├── restart.sh
│ │ │ ├── server.sh
│ │ │ ├── start.bat
│ │ │ ├── start.sh
│ │ │ └── stop.sh
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── api/
│ │ │ └── rpc/
│ │ │ ├── ZhengApiRpcServiceApplication.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ └── ApiServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── log4j.properties
│ │ └── profiles/
│ │ ├── dev.properties
│ │ ├── prod.properties
│ │ └── test.properties
│ └── zheng-api-server/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── api/
│ │ └── server/
│ │ ├── controller/
│ │ │ └── TestController.java
│ │ └── jms/
│ │ └── DefaultMessageQueueListener.java
│ ├── resources/
│ │ ├── applicationContext-activemq.xml
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── applicationContext-zhengAdmin.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ ├── zheng-admin-client.properties
│ │ └── zheng-upms-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-cms/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-cms-admin/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── admin/
│ │ │ ├── controller/
│ │ │ │ ├── ManageController.java
│ │ │ │ └── manage/
│ │ │ │ ├── CmsArticleController.java
│ │ │ │ ├── CmsCategoryController.java
│ │ │ │ ├── CmsCommentController.java
│ │ │ │ ├── CmsMenuController.java
│ │ │ │ ├── CmsPageController.java
│ │ │ │ ├── CmsSettingController.java
│ │ │ │ ├── CmsTagController.java
│ │ │ │ └── CmsTopicController.java
│ │ │ ├── interceptor/
│ │ │ │ └── ManageInterceptor.java
│ │ │ └── jms/
│ │ │ └── DefaultMessageQueueListener.java
│ │ ├── resources/
│ │ │ ├── applicationContext-activemq.xml
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── applicationContext-zhengAdmin.xml
│ │ │ ├── config.properties
│ │ │ ├── ehcache.xml
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ ├── redis.properties
│ │ │ ├── springMVC-servlet.xml
│ │ │ ├── zheng-admin-client.properties
│ │ │ ├── zheng-oss-client.properties
│ │ │ └── zheng-upms-client.properties
│ │ └── webapp/
│ │ ├── WEB-INF/
│ │ │ ├── jsp/
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── 404.jsp
│ │ │ │ ├── 500.jsp
│ │ │ │ ├── error.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ └── manage/
│ │ │ │ ├── article/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── category/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── comment/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── menu/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── page/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── setting/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ ├── tag/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ └── topic/
│ │ │ │ ├── create.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ └── update.jsp
│ │ │ └── web.xml
│ │ └── resources/
│ │ └── inc/
│ │ ├── footer.jsp
│ │ └── head.jsp
│ ├── zheng-cms-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── cms/
│ │ └── common/
│ │ └── constant/
│ │ ├── CmsConstant.java
│ │ ├── CmsResult.java
│ │ └── CmsResultConstant.java
│ ├── zheng-cms-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── CmsArticleCategoryMapper.java
│ │ │ │ ├── CmsArticleMapper.java
│ │ │ │ ├── CmsArticleTagMapper.java
│ │ │ │ ├── CmsCategoryMapper.java
│ │ │ │ ├── CmsCategoryTagMapper.java
│ │ │ │ ├── CmsCommentMapper.java
│ │ │ │ ├── CmsMenuMapper.java
│ │ │ │ ├── CmsPageMapper.java
│ │ │ │ ├── CmsSettingMapper.java
│ │ │ │ ├── CmsSystemMapper.java
│ │ │ │ ├── CmsTagMapper.java
│ │ │ │ └── CmsTopicMapper.java
│ │ │ └── model/
│ │ │ ├── CmsArticle.java
│ │ │ ├── CmsArticleCategory.java
│ │ │ ├── CmsArticleCategoryExample.java
│ │ │ ├── CmsArticleExample.java
│ │ │ ├── CmsArticleTag.java
│ │ │ ├── CmsArticleTagExample.java
│ │ │ ├── CmsCategory.java
│ │ │ ├── CmsCategoryExample.java
│ │ │ ├── CmsCategoryTag.java
│ │ │ ├── CmsCategoryTagExample.java
│ │ │ ├── CmsComment.java
│ │ │ ├── CmsCommentExample.java
│ │ │ ├── CmsMenu.java
│ │ │ ├── CmsMenuExample.java
│ │ │ ├── CmsPage.java
│ │ │ ├── CmsPageExample.java
│ │ │ ├── CmsSetting.java
│ │ │ ├── CmsSettingExample.java
│ │ │ ├── CmsSystem.java
│ │ │ ├── CmsSystemExample.java
│ │ │ ├── CmsTag.java
│ │ │ ├── CmsTagExample.java
│ │ │ ├── CmsTopic.java
│ │ │ └── CmsTopicExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-cms-job/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── job/
│ │ │ └── jms/
│ │ │ └── DefaultMessageQueueListener.java
│ │ ├── resources/
│ │ │ ├── applicationContext-activemq.xml
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── config.properties
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── springMVC-servlet.xml
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ ├── zheng-cms-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── cms/
│ │ └── rpc/
│ │ └── api/
│ │ ├── CmsArticleCategoryService.java
│ │ ├── CmsArticleCategoryServiceMock.java
│ │ ├── CmsArticleService.java
│ │ ├── CmsArticleServiceMock.java
│ │ ├── CmsArticleTagService.java
│ │ ├── CmsArticleTagServiceMock.java
│ │ ├── CmsCategoryService.java
│ │ ├── CmsCategoryServiceMock.java
│ │ ├── CmsCategoryTagService.java
│ │ ├── CmsCategoryTagServiceMock.java
│ │ ├── CmsCommentService.java
│ │ ├── CmsCommentServiceMock.java
│ │ ├── CmsMenuService.java
│ │ ├── CmsMenuServiceMock.java
│ │ ├── CmsPageService.java
│ │ ├── CmsPageServiceMock.java
│ │ ├── CmsSettingService.java
│ │ ├── CmsSettingServiceMock.java
│ │ ├── CmsSystemService.java
│ │ ├── CmsSystemServiceMock.java
│ │ ├── CmsTagService.java
│ │ ├── CmsTagServiceMock.java
│ │ ├── CmsTopicService.java
│ │ └── CmsTopicServiceMock.java
│ ├── zheng-cms-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ ├── bin/
│ │ │ │ ├── dump.sh
│ │ │ │ ├── restart.sh
│ │ │ │ ├── server.sh
│ │ │ │ ├── start.bat
│ │ │ │ ├── start.sh
│ │ │ │ └── stop.sh
│ │ │ └── conf/
│ │ │ └── dubbo.properties
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ ├── dao/
│ │ │ │ └── mapper/
│ │ │ │ ├── CmsArticleCategoryMapper.xml
│ │ │ │ ├── CmsArticleMapper.xml
│ │ │ │ ├── CmsArticleTagMapper.xml
│ │ │ │ ├── CmsCategoryMapper.xml
│ │ │ │ ├── CmsCategoryTagMapper.xml
│ │ │ │ ├── CmsCommentMapper.xml
│ │ │ │ ├── CmsMenuMapper.xml
│ │ │ │ ├── CmsPageMapper.xml
│ │ │ │ ├── CmsSettingMapper.xml
│ │ │ │ ├── CmsSystemMapper.xml
│ │ │ │ ├── CmsTagMapper.xml
│ │ │ │ └── CmsTopicMapper.xml
│ │ │ └── rpc/
│ │ │ ├── ZhengCmsRpcServiceApplication.java
│ │ │ ├── mapper/
│ │ │ │ ├── CmsArticleExtMapper.java
│ │ │ │ ├── CmsArticleExtMapper.xml
│ │ │ │ ├── CmsCategoryExtMapper.java
│ │ │ │ └── CmsTagExtMapper.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ ├── CmsArticleCategoryServiceImpl.java
│ │ │ ├── CmsArticleServiceImpl.java
│ │ │ ├── CmsArticleTagServiceImpl.java
│ │ │ ├── CmsCategoryServiceImpl.java
│ │ │ ├── CmsCategoryTagServiceImpl.java
│ │ │ ├── CmsCommentServiceImpl.java
│ │ │ ├── CmsMenuServiceImpl.java
│ │ │ ├── CmsPageServiceImpl.java
│ │ │ ├── CmsSettingServiceImpl.java
│ │ │ ├── CmsSystemServiceImpl.java
│ │ │ ├── CmsTagServiceImpl.java
│ │ │ └── CmsTopicServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-jdbc.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── jdbc.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── redis.properties
│ ├── zheng-cms-search/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── cms/
│ │ │ └── search/
│ │ │ └── controller/
│ │ │ └── AppController.java
│ │ ├── resources/
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── config.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── springMVC-servlet.xml
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ └── zheng-cms-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── cms/
│ │ └── web/
│ │ ├── controller/
│ │ │ ├── BlogController.java
│ │ │ ├── IndexController.java
│ │ │ ├── NewsController.java
│ │ │ ├── PageController.java
│ │ │ ├── QaController.java
│ │ │ ├── SearchController.java
│ │ │ └── TopicController.java
│ │ ├── interceptor/
│ │ │ └── CmsWebInterceptor.java
│ │ ├── jms/
│ │ │ └── DefaultMessageQueueListener.java
│ │ ├── rocketmq/
│ │ │ ├── Consumer.java
│ │ │ └── Producer.java
│ │ ├── schedule/
│ │ │ ├── LongSchedule.java
│ │ │ └── MapSchedule.java
│ │ └── task/
│ │ └── TestTaskImpl.java
│ ├── resources/
│ │ ├── applicationContext-activemq.xml
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-ehcache.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── redis.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ ├── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ └── error.jsp
│ │ ├── lib/
│ │ │ └── tbschedule-3.2.8-SNAPSHOT.jar
│ │ └── web.xml
│ └── resources/
│ ├── css/
│ │ └── main.css
│ ├── inc/
│ │ ├── footer.jsp
│ │ └── head.jsp
│ ├── index.html
│ └── js/
│ ├── main.js
│ └── vendor/
│ ├── html5shiv.js
│ ├── video-js.swf
│ └── video.js
├── zheng-common/
│ ├── README.md
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── common/
│ │ ├── annotation/
│ │ │ └── BaseService.java
│ │ ├── aspect/
│ │ │ └── RpcLogAspect.java
│ │ ├── base/
│ │ │ ├── BaseConstants.java
│ │ │ ├── BaseController.java
│ │ │ ├── BaseInterface.java
│ │ │ ├── BaseResult.java
│ │ │ ├── BaseService.java
│ │ │ ├── BaseServiceImpl.java
│ │ │ └── BaseServiceMock.java
│ │ ├── db/
│ │ │ ├── DataSourceEnum.java
│ │ │ └── DynamicDataSource.java
│ │ ├── listener/
│ │ │ └── ApplicationContextListener.java
│ │ ├── plugin/
│ │ │ ├── CommentGenerator.java
│ │ │ ├── EncryptPropertyPlaceholderConfigurer.java
│ │ │ ├── PaginationPlugin.java
│ │ │ └── SerializablePlugin.java
│ │ ├── util/
│ │ │ ├── AESUtil.java
│ │ │ ├── CaptchaUtil.java
│ │ │ ├── CookieUtil.java
│ │ │ ├── EhCacheUtil.java
│ │ │ ├── JarUtil.java
│ │ │ ├── JdbcUtil.java
│ │ │ ├── JmsUtil.java
│ │ │ ├── MD5Util.java
│ │ │ ├── MybatisGeneratorUtil.java
│ │ │ ├── Paginator.java
│ │ │ ├── PropertiesFileUtil.java
│ │ │ ├── RedisUtil.java
│ │ │ ├── RequestUtil.java
│ │ │ ├── SpringContextUtil.java
│ │ │ ├── StringUtil.java
│ │ │ ├── VelocityUtil.java
│ │ │ ├── ZhengAdminUtil.java
│ │ │ └── key/
│ │ │ ├── SnowflakeIdWorker.java
│ │ │ └── SystemClock.java
│ │ └── validator/
│ │ ├── LengthValidator.java
│ │ ├── NotNullValidator.java
│ │ └── SizeValidator.java
│ └── resources/
│ ├── applicationContext.xml
│ ├── mybatis-config.xml
│ ├── springMVC-servlet.xml
│ └── template/
│ ├── Controller.vm
│ ├── Service.vm
│ ├── ServiceImpl.vm
│ ├── ServiceMock.vm
│ └── generatorConfig.vm
├── zheng-demo/
│ ├── pom.xml
│ ├── zheng-demo-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── demo/
│ │ └── rpc/
│ │ └── api/
│ │ ├── DemoService.java
│ │ └── DemoServiceMock.java
│ ├── zheng-demo-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ ├── main/
│ │ │ ├── assembly/
│ │ │ │ ├── assembly.xml
│ │ │ │ ├── bin/
│ │ │ │ │ ├── dump.sh
│ │ │ │ │ ├── restart.sh
│ │ │ │ │ ├── server.sh
│ │ │ │ │ ├── start.bat
│ │ │ │ │ ├── start.sh
│ │ │ │ │ └── stop.sh
│ │ │ │ └── conf/
│ │ │ │ └── dubbo.properties
│ │ │ ├── java/
│ │ │ │ └── com/
│ │ │ │ └── zheng/
│ │ │ │ └── demo/
│ │ │ │ └── rpc/
│ │ │ │ └── service/
│ │ │ │ └── impl/
│ │ │ │ └── DemoServiceImpl.java
│ │ │ └── resources/
│ │ │ └── META-INF/
│ │ │ └── spring/
│ │ │ └── applicationContext-dubbo-service.xml
│ │ └── test/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── AppTest.java
│ └── zheng-demo-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── demo/
│ │ └── web/
│ │ ├── controller/
│ │ │ └── IndexController.java
│ │ ├── interceptor/
│ │ │ └── DemoInterceptor.java
│ │ └── model/
│ │ └── User.java
│ ├── resources/
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-mail.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ └── zheng-oss-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ └── index.jsp
│ └── web.xml
├── zheng-message/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-message-client/
│ │ ├── ack-index.html
│ │ ├── binary-event-index.html
│ │ ├── bootstrap.css
│ │ ├── event-index.html
│ │ ├── index.html
│ │ ├── js/
│ │ │ └── socket.io/
│ │ │ └── socket.io.js
│ │ ├── namespace-index.html
│ │ └── ssl-event-index.html
│ ├── zheng-message-sdk/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── message/
│ │ └── sdk/
│ │ ├── BaseResult.java
│ │ ├── MessageConstants.java
│ │ ├── MessageHelper.java
│ │ └── PublishDto.java
│ └── zheng-message-server/
│ ├── lib/
│ │ └── netty-socketio-1.7.12.zheng.jar
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── message/
│ │ └── server/
│ │ ├── AckChatLauncher.java
│ │ ├── BinaryEventLauncher.java
│ │ ├── ChatLauncher.java
│ │ ├── ChatObject.java
│ │ ├── EventChatLauncher.java
│ │ ├── NamespaceChatLauncher.java
│ │ ├── SslChatLauncher.java
│ │ └── controller/
│ │ └── IndexController.java
│ ├── resources/
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ └── WEB-INF/
│ └── web.xml
├── zheng-oss/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-oss-admin/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── resources/
│ │ │ ├── applicationContext-zhengAdmin.xml
│ │ │ ├── config.properties
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ ├── redis.properties
│ │ │ ├── springMVC-servlet.xml
│ │ │ ├── zheng-admin-client.properties
│ │ │ └── zheng-upms-client.properties
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ ├── zheng-oss-sdk/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── oss/
│ │ │ └── common/
│ │ │ └── constant/
│ │ │ ├── OssConstant.java
│ │ │ ├── OssResult.java
│ │ │ └── OssResultConstant.java
│ │ └── resources/
│ │ └── applicationContext-oss.xml
│ └── zheng-oss-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── oss/
│ │ └── web/
│ │ ├── QiniuDemo.java
│ │ ├── controller/
│ │ │ ├── AliyunOssController.java
│ │ │ └── DemoController.java
│ │ └── service/
│ │ └── AliyunOssService.java
│ ├── resources/
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ └── zheng-oss-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-pay/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-pay-admin/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ └── admin/
│ │ │ └── controller/
│ │ │ └── AppController.java
│ │ ├── resources/
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── config.properties
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── springMVC-servlet.xml
│ │ └── webapp/
│ │ └── WEB-INF/
│ │ ├── jsp/
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── 500.jsp
│ │ │ ├── error.jsp
│ │ │ └── index.jsp
│ │ └── web.xml
│ ├── zheng-pay-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── common/
│ │ └── constant/
│ │ ├── PayConstant.java
│ │ ├── PayResult.java
│ │ └── PayResultConstant.java
│ ├── zheng-pay-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── PayInOrderDetailMapper.java
│ │ │ │ ├── PayInOrderMapper.java
│ │ │ │ ├── PayMchMapper.java
│ │ │ │ ├── PayOutOrderDetailMapper.java
│ │ │ │ ├── PayOutOrderMapper.java
│ │ │ │ ├── PayPayMapper.java
│ │ │ │ ├── PayTypeMapper.java
│ │ │ │ ├── PayVendorMapper.java
│ │ │ │ └── PayVestMapper.java
│ │ │ └── model/
│ │ │ ├── PayInOrder.java
│ │ │ ├── PayInOrderDetail.java
│ │ │ ├── PayInOrderDetailExample.java
│ │ │ ├── PayInOrderExample.java
│ │ │ ├── PayMch.java
│ │ │ ├── PayMchExample.java
│ │ │ ├── PayOutOrder.java
│ │ │ ├── PayOutOrderDetail.java
│ │ │ ├── PayOutOrderDetailExample.java
│ │ │ ├── PayOutOrderExample.java
│ │ │ ├── PayPay.java
│ │ │ ├── PayPayExample.java
│ │ │ ├── PayType.java
│ │ │ ├── PayTypeExample.java
│ │ │ ├── PayVendor.java
│ │ │ ├── PayVendorExample.java
│ │ │ ├── PayVest.java
│ │ │ └── PayVestExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-pay-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── rpc/
│ │ └── api/
│ │ ├── PayInOrderDetailService.java
│ │ ├── PayInOrderDetailServiceMock.java
│ │ ├── PayInOrderService.java
│ │ ├── PayInOrderServiceMock.java
│ │ ├── PayMchService.java
│ │ ├── PayMchServiceMock.java
│ │ ├── PayOutOrderDetailService.java
│ │ ├── PayOutOrderDetailServiceMock.java
│ │ ├── PayOutOrderService.java
│ │ ├── PayOutOrderServiceMock.java
│ │ ├── PayPayService.java
│ │ ├── PayPayServiceMock.java
│ │ ├── PayTypeService.java
│ │ ├── PayTypeServiceMock.java
│ │ ├── PayVendorService.java
│ │ ├── PayVendorServiceMock.java
│ │ ├── PayVestService.java
│ │ └── PayVestServiceMock.java
│ ├── zheng-pay-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ ├── bin/
│ │ │ │ ├── dump.sh
│ │ │ │ ├── restart.sh
│ │ │ │ ├── server.sh
│ │ │ │ ├── start.bat
│ │ │ │ ├── start.sh
│ │ │ │ └── stop.sh
│ │ │ └── conf/
│ │ │ └── dubbo.properties
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ ├── dao/
│ │ │ │ └── mapper/
│ │ │ │ ├── PayInOrderDetailMapper.xml
│ │ │ │ ├── PayInOrderMapper.xml
│ │ │ │ ├── PayMchMapper.xml
│ │ │ │ ├── PayOutOrderDetailMapper.xml
│ │ │ │ ├── PayOutOrderMapper.xml
│ │ │ │ ├── PayPayMapper.xml
│ │ │ │ ├── PayTypeMapper.xml
│ │ │ │ ├── PayVendorMapper.xml
│ │ │ │ └── PayVestMapper.xml
│ │ │ └── rpc/
│ │ │ ├── ZhengPayRpcServiceApplication.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ ├── PayInOrderDetailServiceImpl.java
│ │ │ ├── PayInOrderServiceImpl.java
│ │ │ ├── PayMchServiceImpl.java
│ │ │ ├── PayOutOrderDetailServiceImpl.java
│ │ │ ├── PayOutOrderServiceImpl.java
│ │ │ ├── PayPayServiceImpl.java
│ │ │ ├── PayTypeServiceImpl.java
│ │ │ ├── PayVendorServiceImpl.java
│ │ │ └── PayVestServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-jdbc.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── jdbc.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── redis.properties
│ ├── zheng-pay-sdk/
│ │ ├── pom.xml
│ │ └── src/
│ │ ├── main/
│ │ │ └── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── pay/
│ │ │ └── sdk/
│ │ │ └── App.java
│ │ └── test/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── sdk/
│ │ └── AppTest.java
│ └── zheng-pay-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── pay/
│ │ └── web/
│ │ └── controller/
│ │ └── AlipayController.java
│ ├── resources/
│ │ ├── applicationContext-alipay.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── springMVC-servlet.xml
│ │ └── zheng-oss-client.properties
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ ├── lib/
│ │ └── alipay-sdk-java20170829142630.jar
│ └── web.xml
├── zheng-shop/
│ ├── README.md
│ └── pom.xml
├── zheng-ucenter/
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-ucenter-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── ucenter/
│ │ └── common/
│ │ └── constant/
│ │ ├── UcenterConstant.java
│ │ ├── UcenterResult.java
│ │ └── UcenterResultConstant.java
│ ├── zheng-ucenter-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── ucenter/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── UcenterOauthMapper.java
│ │ │ │ ├── UcenterUserDetailsMapper.java
│ │ │ │ ├── UcenterUserLogMapper.java
│ │ │ │ ├── UcenterUserMapper.java
│ │ │ │ └── UcenterUserOauthMapper.java
│ │ │ └── model/
│ │ │ ├── UcenterOauth.java
│ │ │ ├── UcenterOauthExample.java
│ │ │ ├── UcenterUser.java
│ │ │ ├── UcenterUserDetails.java
│ │ │ ├── UcenterUserDetailsExample.java
│ │ │ ├── UcenterUserExample.java
│ │ │ ├── UcenterUserLog.java
│ │ │ ├── UcenterUserLogExample.java
│ │ │ ├── UcenterUserOauth.java
│ │ │ └── UcenterUserOauthExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-ucenter-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── ucenter/
│ │ └── rpc/
│ │ └── api/
│ │ ├── UcenterApiService.java
│ │ ├── UcenterApiServiceMock.java
│ │ ├── UcenterOauthService.java
│ │ ├── UcenterOauthServiceMock.java
│ │ ├── UcenterUserDetailsService.java
│ │ ├── UcenterUserDetailsServiceMock.java
│ │ ├── UcenterUserLogService.java
│ │ ├── UcenterUserLogServiceMock.java
│ │ ├── UcenterUserOauthService.java
│ │ ├── UcenterUserOauthServiceMock.java
│ │ ├── UcenterUserService.java
│ │ └── UcenterUserServiceMock.java
│ ├── zheng-ucenter-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── assembly/
│ │ │ ├── assembly.xml
│ │ │ ├── bin/
│ │ │ │ ├── dump.sh
│ │ │ │ ├── restart.sh
│ │ │ │ ├── server.sh
│ │ │ │ ├── start.bat
│ │ │ │ ├── start.sh
│ │ │ │ └── stop.sh
│ │ │ └── conf/
│ │ │ └── dubbo.properties
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── ucenter/
│ │ │ ├── dao/
│ │ │ │ └── mapper/
│ │ │ │ ├── UcenterOauthMapper.xml
│ │ │ │ ├── UcenterUserDetailsMapper.xml
│ │ │ │ ├── UcenterUserLogMapper.xml
│ │ │ │ ├── UcenterUserMapper.xml
│ │ │ │ └── UcenterUserOauthMapper.xml
│ │ │ └── rpc/
│ │ │ ├── ZhengUcenterRpcServiceApplication.java
│ │ │ └── service/
│ │ │ └── impl/
│ │ │ ├── UcenterApiServiceImpl.java
│ │ │ ├── UcenterOauthServiceImpl.java
│ │ │ ├── UcenterUserDetailsServiceImpl.java
│ │ │ ├── UcenterUserLogServiceImpl.java
│ │ │ ├── UcenterUserOauthServiceImpl.java
│ │ │ └── UcenterUserServiceImpl.java
│ │ └── resources/
│ │ ├── META-INF/
│ │ │ └── spring/
│ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-jdbc.xml
│ │ │ ├── applicationContext-listener.xml
│ │ │ └── applicationContext.xml
│ │ ├── config.properties
│ │ ├── ehcache.xml
│ │ ├── jdbc.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── redis.properties
│ └── zheng-ucenter-web/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── ucenter/
│ │ └── web/
│ │ ├── controller/
│ │ │ └── SignController.java
│ │ └── interceptor/
│ │ └── UcenterWebInterceptor.java
│ ├── resources/
│ │ ├── applicationContext-dubbo-consumer.xml
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ ├── redis.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-ui/
│ ├── README.md
│ ├── zheng-cms-web/
│ │ ├── blog/
│ │ │ ├── category/
│ │ │ │ └── index.html
│ │ │ ├── details/
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ └── tag/
│ │ │ └── index.html
│ │ ├── css/
│ │ │ └── main.css
│ │ ├── index.html
│ │ ├── js/
│ │ │ ├── main.js
│ │ │ └── vendor/
│ │ │ ├── html5shiv.js
│ │ │ ├── video-js.swf
│ │ │ └── video.js
│ │ ├── news/
│ │ │ ├── article/
│ │ │ │ └── index.html
│ │ │ ├── category/
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ └── tag/
│ │ │ └── index.html
│ │ ├── page/
│ │ │ └── index.html
│ │ ├── qa/
│ │ │ ├── category/
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── question/
│ │ │ │ └── index.html
│ │ │ └── tag/
│ │ │ └── index.html
│ │ ├── search/
│ │ │ └── index.html
│ │ └── topic/
│ │ ├── index.html
│ │ └── list.html
│ ├── zheng-demo/
│ │ └── index.html
│ ├── zheng-oss-web/
│ │ ├── aliyun/
│ │ │ └── upload.html
│ │ ├── index.html
│ │ └── plugins/
│ │ └── webuploader-0.1.5/
│ │ ├── Uploader.swf
│ │ └── webuploader.css
│ └── zheng-ucenter-web/
│ ├── css/
│ │ └── style.css
│ ├── login.html
│ ├── password.html
│ └── reg.html
├── zheng-upms/
│ ├── .gitignore
│ ├── README.md
│ ├── pom.xml
│ ├── zheng-upms-client/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── upms/
│ │ │ └── client/
│ │ │ ├── interceptor/
│ │ │ │ └── LogAspect.java
│ │ │ ├── shiro/
│ │ │ │ ├── filter/
│ │ │ │ │ ├── UpmsAuthenticationFilter.java
│ │ │ │ │ └── UpmsSessionForceLogoutFilter.java
│ │ │ │ ├── listener/
│ │ │ │ │ └── UpmsSessionListener.java
│ │ │ │ ├── realm/
│ │ │ │ │ └── UpmsRealm.java
│ │ │ │ └── session/
│ │ │ │ ├── UpmsSession.java
│ │ │ │ ├── UpmsSessionDao.java
│ │ │ │ └── UpmsSessionFactory.java
│ │ │ └── util/
│ │ │ ├── RequestParameterUtil.java
│ │ │ └── SerializableUtil.java
│ │ └── resources/
│ │ ├── applicationContext-shiro.xml
│ │ └── springMVC-servlet.xml
│ ├── zheng-upms-common/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── upms/
│ │ └── common/
│ │ └── constant/
│ │ ├── UpmsConstant.java
│ │ ├── UpmsResult.java
│ │ └── UpmsResultConstant.java
│ ├── zheng-upms-dao/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── upms/
│ │ │ └── dao/
│ │ │ ├── Generator.java
│ │ │ ├── mapper/
│ │ │ │ ├── UpmsLogMapper.java
│ │ │ │ ├── UpmsOrganizationMapper.java
│ │ │ │ ├── UpmsPermissionMapper.java
│ │ │ │ ├── UpmsRoleMapper.java
│ │ │ │ ├── UpmsRolePermissionMapper.java
│ │ │ │ ├── UpmsSystemMapper.java
│ │ │ │ ├── UpmsUserMapper.java
│ │ │ │ ├── UpmsUserOrganizationMapper.java
│ │ │ │ ├── UpmsUserPermissionMapper.java
│ │ │ │ └── UpmsUserRoleMapper.java
│ │ │ └── model/
│ │ │ ├── UpmsLog.java
│ │ │ ├── UpmsLogExample.java
│ │ │ ├── UpmsOrganization.java
│ │ │ ├── UpmsOrganizationExample.java
│ │ │ ├── UpmsPermission.java
│ │ │ ├── UpmsPermissionExample.java
│ │ │ ├── UpmsRole.java
│ │ │ ├── UpmsRoleExample.java
│ │ │ ├── UpmsRolePermission.java
│ │ │ ├── UpmsRolePermissionExample.java
│ │ │ ├── UpmsSystem.java
│ │ │ ├── UpmsSystemExample.java
│ │ │ ├── UpmsUser.java
│ │ │ ├── UpmsUserExample.java
│ │ │ ├── UpmsUserOrganization.java
│ │ │ ├── UpmsUserOrganizationExample.java
│ │ │ ├── UpmsUserPermission.java
│ │ │ ├── UpmsUserPermissionExample.java
│ │ │ ├── UpmsUserRole.java
│ │ │ └── UpmsUserRoleExample.java
│ │ └── resources/
│ │ └── generator.properties
│ ├── zheng-upms-rpc-api/
│ │ ├── pom.xml
│ │ └── src/
│ │ └── main/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── upms/
│ │ └── rpc/
│ │ └── api/
│ │ ├── UpmsApiService.java
│ │ ├── UpmsApiServiceMock.java
│ │ ├── UpmsLogService.java
│ │ ├── UpmsLogServiceMock.java
│ │ ├── UpmsOrganizationService.java
│ │ ├── UpmsOrganizationServiceMock.java
│ │ ├── UpmsPermissionService.java
│ │ ├── UpmsPermissionServiceMock.java
│ │ ├── UpmsRolePermissionService.java
│ │ ├── UpmsRolePermissionServiceMock.java
│ │ ├── UpmsRoleService.java
│ │ ├── UpmsRoleServiceMock.java
│ │ ├── UpmsSystemService.java
│ │ ├── UpmsSystemServiceMock.java
│ │ ├── UpmsUserOrganizationService.java
│ │ ├── UpmsUserOrganizationServiceMock.java
│ │ ├── UpmsUserPermissionService.java
│ │ ├── UpmsUserPermissionServiceMock.java
│ │ ├── UpmsUserRoleService.java
│ │ ├── UpmsUserRoleServiceMock.java
│ │ ├── UpmsUserService.java
│ │ └── UpmsUserServiceMock.java
│ ├── zheng-upms-rpc-service/
│ │ ├── pom.xml
│ │ └── src/
│ │ ├── main/
│ │ │ ├── assembly/
│ │ │ │ ├── assembly.xml
│ │ │ │ ├── bin/
│ │ │ │ │ ├── dump.sh
│ │ │ │ │ ├── restart.sh
│ │ │ │ │ ├── server.sh
│ │ │ │ │ ├── start.bat
│ │ │ │ │ ├── start.sh
│ │ │ │ │ └── stop.sh
│ │ │ │ └── conf/
│ │ │ │ └── dubbo.properties
│ │ │ ├── java/
│ │ │ │ └── com/
│ │ │ │ └── zheng/
│ │ │ │ └── upms/
│ │ │ │ ├── dao/
│ │ │ │ │ └── mapper/
│ │ │ │ │ ├── UpmsLogMapper.xml
│ │ │ │ │ ├── UpmsOrganizationMapper.xml
│ │ │ │ │ ├── UpmsPermissionMapper.xml
│ │ │ │ │ ├── UpmsRoleMapper.xml
│ │ │ │ │ ├── UpmsRolePermissionMapper.xml
│ │ │ │ │ ├── UpmsSystemMapper.xml
│ │ │ │ │ ├── UpmsUserMapper.xml
│ │ │ │ │ ├── UpmsUserOrganizationMapper.xml
│ │ │ │ │ ├── UpmsUserPermissionMapper.xml
│ │ │ │ │ └── UpmsUserRoleMapper.xml
│ │ │ │ └── rpc/
│ │ │ │ ├── ZhengUpmsRpcServiceApplication.java
│ │ │ │ ├── mapper/
│ │ │ │ │ ├── UpmsApiMapper.java
│ │ │ │ │ └── UpmsApiMapper.xml
│ │ │ │ └── service/
│ │ │ │ └── impl/
│ │ │ │ ├── UpmsApiServiceImpl.java
│ │ │ │ ├── UpmsLogServiceImpl.java
│ │ │ │ ├── UpmsOrganizationServiceImpl.java
│ │ │ │ ├── UpmsPermissionServiceImpl.java
│ │ │ │ ├── UpmsRolePermissionServiceImpl.java
│ │ │ │ ├── UpmsRoleServiceImpl.java
│ │ │ │ ├── UpmsSystemServiceImpl.java
│ │ │ │ ├── UpmsUserOrganizationServiceImpl.java
│ │ │ │ ├── UpmsUserPermissionServiceImpl.java
│ │ │ │ ├── UpmsUserRoleServiceImpl.java
│ │ │ │ └── UpmsUserServiceImpl.java
│ │ │ └── resources/
│ │ │ ├── META-INF/
│ │ │ │ └── spring/
│ │ │ │ ├── applicationContext-dubbo-provider.xml
│ │ │ │ ├── applicationContext-ehcache.xml
│ │ │ │ ├── applicationContext-jdbc.xml
│ │ │ │ ├── applicationContext-listener.xml
│ │ │ │ └── applicationContext.xml
│ │ │ ├── config.properties
│ │ │ ├── ehcache.xml
│ │ │ ├── jdbc.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ └── redis.properties
│ │ └── test/
│ │ └── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── upms/
│ │ └── rpc/
│ │ └── service/
│ │ └── UpmsServiceTest.java
│ └── zheng-upms-server/
│ ├── pom.xml
│ └── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── com/
│ │ │ └── zheng/
│ │ │ └── upms/
│ │ │ └── server/
│ │ │ ├── Initialize.java
│ │ │ ├── controller/
│ │ │ │ ├── ManageController.java
│ │ │ │ ├── SSOController.java
│ │ │ │ └── manage/
│ │ │ │ ├── UpmsLogController.java
│ │ │ │ ├── UpmsOrganizationController.java
│ │ │ │ ├── UpmsPermissionController.java
│ │ │ │ ├── UpmsRoleController.java
│ │ │ │ ├── UpmsSessionController.java
│ │ │ │ ├── UpmsSystemController.java
│ │ │ │ └── UpmsUserController.java
│ │ │ └── interceptor/
│ │ │ └── UpmsInterceptor.java
│ │ ├── resources/
│ │ │ ├── applicationContext-dubbo-consumer.xml
│ │ │ ├── applicationContext-ehcache.xml
│ │ │ ├── applicationContext-threadpool.xml
│ │ │ ├── applicationContext-zhengAdmin.xml
│ │ │ ├── config.properties
│ │ │ ├── ehcache.xml
│ │ │ ├── i18n/
│ │ │ │ ├── messages_en_US.properties
│ │ │ │ └── messages_zh_CN.properties
│ │ │ ├── log4j.properties
│ │ │ ├── profiles/
│ │ │ │ ├── dev.properties
│ │ │ │ ├── prod.properties
│ │ │ │ └── test.properties
│ │ │ ├── redis.properties
│ │ │ ├── shiro-ehcache.xml
│ │ │ ├── springMVC-servlet.xml
│ │ │ ├── zheng-admin-client.properties
│ │ │ ├── zheng-config-client.properties
│ │ │ ├── zheng-oss-client.properties
│ │ │ └── zheng-upms-client.properties
│ │ └── webapp/
│ │ ├── WEB-INF/
│ │ │ ├── jsp/
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── 404.jsp
│ │ │ │ ├── 500.jsp
│ │ │ │ ├── error.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── manage/
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── log/
│ │ │ │ │ │ └── index.jsp
│ │ │ │ │ ├── organization/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ ├── permission/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ ├── role/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ ├── permission.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ ├── session/
│ │ │ │ │ │ └── index.jsp
│ │ │ │ │ ├── system/
│ │ │ │ │ │ ├── create.jsp
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ └── update.jsp
│ │ │ │ │ └── user/
│ │ │ │ │ ├── create.jsp
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── organization.jsp
│ │ │ │ │ ├── permission.jsp
│ │ │ │ │ ├── role.jsp
│ │ │ │ │ └── update.jsp
│ │ │ │ └── sso/
│ │ │ │ └── login.jsp
│ │ │ └── web.xml
│ │ └── resources/
│ │ └── inc/
│ │ ├── footer.jsp
│ │ └── head.jsp
│ └── test/
│ └── java/
│ └── com/
│ └── zheng/
│ └── upms/
│ └── server/
│ └── UpmsServiceTest.java
└── zheng-wechat/
├── README.md
├── pom.xml
├── zheng-wechat-app/
│ ├── README.md
│ └── pom.xml
└── zheng-wechat-mp/
├── README.md
├── pom.xml
├── zheng-wechat-mp-admin/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── wechat/
│ │ └── mp/
│ │ └── admin/
│ │ └── controller/
│ │ └── AppController.java
│ ├── resources/
│ │ ├── applicationContext-threadpool.xml
│ │ ├── config.properties
│ │ ├── i18n/
│ │ │ ├── messages_en_US.properties
│ │ │ └── messages_zh_CN.properties
│ │ ├── log4j.properties
│ │ ├── profiles/
│ │ │ ├── dev.properties
│ │ │ ├── prod.properties
│ │ │ └── test.properties
│ │ └── springMVC-servlet.xml
│ └── webapp/
│ └── WEB-INF/
│ ├── jsp/
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── 500.jsp
│ │ ├── error.jsp
│ │ └── index.jsp
│ └── web.xml
├── zheng-wechat-mp-dao/
│ ├── pom.xml
│ └── src/
│ └── main/
│ ├── java/
│ │ └── com/
│ │ └── zheng/
│ │ └── wechat/
│ │ └── mp/
│ │ └── dao/
│ │ └── Generator.java
│ └── resources/
│ ├── jdbc.properties
│ └── redis.properties
└── zheng-wechat-mp-service/
├── pom.xml
└── src/
├── main/
│ └── java/
│ └── com/
│ └── zheng/
│ └── wechat/
│ └── mp/
│ └── service/
│ └── App.java
└── test/
└── java/
└── com/
└── zheng/
└── wechat/
└── mp/
└── service/
└── AppTest.java
Showing preview only (616K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (6595 symbols across 405 files)
FILE: project-datamodel/update_20170328_1_to_20170405_1.sql
type cms_article (line 30) | create table cms_article
type cms_category (line 64) | create table cms_category
type cms_comment (line 94) | create table cms_comment
type cms_system (line 120) | create table cms_system
type cms_tag (line 136) | create table cms_tag
FILE: project-datamodel/zheng-ucenter.sql
type ucenter_oauth (line 10) | create table ucenter_oauth
type ucenter_user (line 22) | create table ucenter_user
type ucenter_user_details (line 42) | create table ucenter_user_details
type ucenter_user_log (line 58) | create table ucenter_user_log
type ucenter_user_oauth (line 74) | create table ucenter_user_oauth
FILE: project-datamodel/zheng.sql
type `cms_article` (line 22) | CREATE TABLE `cms_article` (
type `cms_article_category` (line 69) | CREATE TABLE `cms_article_category` (
type `cms_article_tag` (line 105) | CREATE TABLE `cms_article_tag` (
type `cms_category` (line 126) | CREATE TABLE `cms_category` (
type `cms_category_tag` (line 158) | CREATE TABLE `cms_category_tag` (
type `cms_comment` (line 177) | CREATE TABLE `cms_comment` (
type `cms_menu` (line 216) | CREATE TABLE `cms_menu` (
type `cms_page` (line 240) | CREATE TABLE `cms_page` (
type `cms_setting` (line 262) | CREATE TABLE `cms_setting` (
type `cms_system` (line 278) | CREATE TABLE `cms_system` (
type `cms_tag` (line 299) | CREATE TABLE `cms_tag` (
type `cms_topic` (line 327) | CREATE TABLE `cms_topic` (
type `pay_in_order` (line 345) | CREATE TABLE `pay_in_order` (
type `pay_in_order_detail` (line 367) | CREATE TABLE `pay_in_order_detail` (
type `pay_mch` (line 386) | CREATE TABLE `pay_mch` (
type `pay_out_order` (line 403) | CREATE TABLE `pay_out_order` (
type `pay_out_order_detail` (line 421) | CREATE TABLE `pay_out_order_detail` (
type `pay_pay` (line 436) | CREATE TABLE `pay_pay` (
type `pay_type` (line 451) | CREATE TABLE `pay_type` (
type `pay_vendor` (line 466) | CREATE TABLE `pay_vendor` (
type `pay_vest` (line 483) | CREATE TABLE `pay_vest` (
type `ucenter_oauth` (line 499) | CREATE TABLE `ucenter_oauth` (
type `ucenter_user` (line 517) | CREATE TABLE `ucenter_user` (
type `ucenter_user_details` (line 539) | CREATE TABLE `ucenter_user_details` (
type `ucenter_user_log` (line 558) | CREATE TABLE `ucenter_user_log` (
type `ucenter_user_oauth` (line 578) | CREATE TABLE `ucenter_user_oauth` (
type `upms_log` (line 600) | CREATE TABLE `upms_log` (
type `upms_organization` (line 627) | CREATE TABLE `upms_organization` (
type `upms_permission` (line 649) | CREATE TABLE `upms_permission` (
type `upms_role` (line 741) | CREATE TABLE `upms_role` (
type `upms_role_permission` (line 761) | CREATE TABLE `upms_role_permission` (
type `upms_system` (line 882) | CREATE TABLE `upms_system` (
type `upms_user` (line 910) | CREATE TABLE `upms_user` (
type `upms_user_organization` (line 935) | CREATE TABLE `upms_user_organization` (
type `upms_user_permission` (line 955) | CREATE TABLE `upms_user_permission` (
type `upms_user_role` (line 993) | CREATE TABLE `upms_user_role` (
FILE: zheng-admin/src/js/admin.js
function changeFrameHeight (line 56) | function changeFrameHeight(ifm) {
function resizeFrameHeight (line 59) | function resizeFrameHeight() {
function initScrollShow (line 227) | function initScrollShow() {
function initScrollState (line 234) | function initScrollState() {
function fullPage (line 247) | function fullPage() {
FILE: zheng-admin/src/js/common.js
function getHeight (line 22) | function getHeight() {
function detailFormatter (line 26) | function detailFormatter(index, row) {
function initMaterialInput (line 34) | function initMaterialInput() {
FILE: zheng-admin/src/js/login.js
function login (line 25) | function login() {
FILE: zheng-admin/src/plugins/My97DatePicker/WdatePicker.js
function B (line 57) | function B(){try{V[N],V.$dp=V.$dp||{}}catch($){V=Y;$dp=$dp||{}}var A={wi...
function E (line 57) | function E(B,_,A,$){if(B.addEventListener){var C=_.replace(/on/,"");A._i...
function L (line 57) | function L(A,$,_){if(A.removeEventListener){var B=$.replace(/on/,"");_._...
function a (line 57) | function a(_,$,A){if(typeof _!=typeof $)return false;if(typeof _=="objec...
function J (line 57) | function J(){var _,A,$=Y[N][C]("script");for(var B=0;B<$.length;B++){_=$...
function K (line 57) | function K(A,$,B){var D=Y[N][C]("HEAD").item(0),_=Y[N].createElement("li...
function F (line 57) | function F($){$=$||V;var A=0,_=0;while($!=V){var D=$.parent[N][C]("ifram...
function W (line 57) | function W(G,F){if(G.getBoundingClientRect)return G.getBoundingClientRec...
function M (line 57) | function M($){$=$||V;var B=$[N],A=($.innerWidth)?$.innerWidth:(B[H]&&B[H...
function b (line 57) | function b($){$=$||V;var B=$[N],A=B[H],_=B.body;B=(A&&A.scrollTop!=null&...
function D (line 57) | function D($){try{var _=$?($.srcElement||$.target):null;if($dp.cal&&!$dp...
function Z (line 57) | function Z(){$dp.status=2}
function U (line 57) | function U(K,C){if(!$dp)return;B();var L={};for(var H in K)L[H]=K[H];for...
function R (line 57) | function R(_,$){return _.currentStyle?_.currentStyle[$]:document.default...
function P (line 57) | function P(_,$){if(_)if($!=null)_.style.display=$;else return R(_,"displ...
function I (line 57) | function I(G,_){var D=G.el?G.el.nodeName:"INPUT";if(_||G.eCont||new RegE...
FILE: zheng-admin/src/plugins/bootstrap-3.3.0/js/bootstrap.js
function transitionEnd (line 33) | function transitionEnd() {
function removeElement (line 125) | function removeElement() {
function Plugin (line 141) | function Plugin(option) {
function Plugin (line 246) | function Plugin(option) {
function Plugin (line 467) | function Plugin(option) {
function getTargetFromTrigger (line 686) | function getTargetFromTrigger($trigger) {
function Plugin (line 698) | function Plugin(option) {
function clearMenus (line 830) | function clearMenus(e) {
function getParent (line 849) | function getParent($this) {
function Plugin (line 866) | function Plugin(option) {
function Plugin (line 1137) | function Plugin(option, _relatedTarget) {
function complete (line 1479) | function complete() {
function Plugin (line 1631) | function Plugin(option) {
function Plugin (line 1751) | function Plugin(option) {
function ScrollSpy (line 1800) | function ScrollSpy(element, options) {
function Plugin (line 1923) | function Plugin(option) {
function next (line 2030) | function next() {
function Plugin (line 2076) | function Plugin(option) {
function Plugin (line 2233) | function Plugin(option) {
FILE: zheng-admin/src/plugins/fullPage/jquery.fullPage.js
function init (line 492) | function init(){
function styleSlides (line 610) | function styleSlides(section, slides, numSlides){
function styleSection (line 651) | function styleSection(section, index){
function styleMenu (line 675) | function styleMenu(section, index){
function addInternalSelectors (line 695) | function addInternalSelectors(){
function createSlideArrows (line 708) | function createSlideArrows(section){
function addVerticalNavigation (line 724) | function addVerticalNavigation(){
function createSlimScrollingHandler (line 762) | function createSlimScrollingHandler(){
function afterRenderActions (line 781) | function afterRenderActions(){
function solveBugSlimScroll (line 796) | function solveBugSlimScroll(section){
function scrollHandler (line 813) | function scrollHandler(){
function isScrollable (line 909) | function isScrollable(activeSection){
function scrolling (line 922) | function scrolling(type, scrollable){
function touchMoveHandler (line 961) | function touchMoveHandler(event){
function checkParentForNormalScrollElement (line 1022) | function checkParentForNormalScrollElement (el, hop) {
function isReallyTouch (line 1040) | function isReallyTouch(e){
function touchStartHandler (line 1048) | function touchStartHandler(event){
function getAverage (line 1066) | function getAverage(elements, number){
function MouseWheelHandler (line 1087) | function MouseWheelHandler(e) {
function moveSlide (line 1154) | function moveSlide(direction){
function keepSlidesPosition (line 1194) | function keepSlidesPosition(){
function scrollPage (line 1208) | function scrollPage(element, callback, isMovementUp){
function performMovement (line 1283) | function performMovement(v){
function getScrollSettings (line 1316) | function getScrollSettings(v){
function createInfiniteSections (line 1333) | function createInfiniteSections(v){
function continuousVerticalFixSectionOrder (line 1364) | function continuousVerticalFixSectionOrder (v) {
function afterSectionLoads (line 1388) | function afterSectionLoads (v){
function lazyLoad (line 1408) | function lazyLoad(destiny){
function playMedia (line 1428) | function playMedia(destiny){
function stopMedia (line 1442) | function stopMedia(destiny){
function scrollToAnchor (line 1456) | function scrollToAnchor(){
function hashChangeHandler (line 1471) | function hashChangeHandler(){
function keydownHandler (line 1511) | function keydownHandler(e) {
function onkeydown (line 1539) | function onkeydown(e){
function mouseMoveHandler (line 1619) | function mouseMoveHandler(e){
function landscapeScroll (line 1685) | function landscapeScroll(slides, destiny){
function resizeHandler (line 1766) | function resizeHandler(){
function responsive (line 1799) | function responsive(){
function addAnimation (line 1820) | function addAnimation(element){
function removeAnimation (line 1833) | function removeAnimation(element){
function resizeMe (line 1840) | function resizeMe(displayHeight, displayWidth) {
function activateNavDots (line 1860) | function activateNavDots(name, sectionIndex){
function activateMenuElement (line 1874) | function activateMenuElement(name){
function activateMenuAndNav (line 1881) | function activateMenuAndNav(anchor, index){
function isScrolled (line 1890) | function isScrolled(type, scrollable){
function getYmovement (line 1902) | function getYmovement(destiny){
function getXmovement (line 1918) | function getXmovement(fromIndex, toIndex){
function createSlimScrolling (line 1929) | function createSlimScrolling(element){
function removeSlimScroll (line 1982) | function removeSlimScroll(element){
function addTableClass (line 1988) | function addTableClass(element){
function getTableHeight (line 1992) | function getTableHeight(element){
function transformContainer (line 2011) | function transformContainer(translate3d, animated){
function getSectionByAnchor (line 2029) | function getSectionByAnchor(sectionAnchor){
function getSlideByAnchor (line 2042) | function getSlideByAnchor(slideAnchor, section){
function scrollPageAndSlide (line 2056) | function scrollPageAndSlide(destiny, slide){
function scrollSlider (line 2079) | function scrollSlider(section, slideAnchor){
function addSlidesNavigation (line 2093) | function addSlidesNavigation(section, numSlides){
function setState (line 2115) | function setState(slideIndex, slideAnchor, anchorLink, sectionIndex){
function setUrlHash (line 2152) | function setUrlHash(url){
function getSlideAnchor (line 2169) | function getSlideAnchor(slide){
function setBodyClass (line 2184) | function setBodyClass(){
function support3d (line 2221) | function support3d() {
function removeMouseWheelHandler (line 2251) | function removeMouseWheelHandler(){
function addMouseWheelHandler (line 2265) | function addMouseWheelHandler(){
function addTouchHandler (line 2278) | function addTouchHandler(){
function removeTouchHandler (line 2291) | function removeTouchHandler(){
function getMSPointer (line 2305) | function getMSPointer(){
function getEventsPage (line 2325) | function getEventsPage(e){
function silentLandscapeScroll (line 2343) | function silentLandscapeScroll(activeSlide, noCallbacks){
function silentScroll (line 2363) | function silentScroll(top){
function getTransforms (line 2379) | function getTransforms(translate3d){
function setIsScrollAllowed (line 2392) | function setIsScrollAllowed(value, direction, type){
function destroyStructure (line 2450) | function destroyStructure(){
function setVariableState (line 2513) | function setVariableState(variable, value, type){
function displayWarnings (line 2523) | function displayWarnings(){
function showError (line 2551) | function showError(type, text){
FILE: zheng-admin/src/plugins/jquery.cookie.js
function encode (line 23) | function encode(s) {
function decode (line 27) | function decode(s) {
function stringifyCookieValue (line 31) | function stringifyCookieValue(value) {
function parseCookieValue (line 35) | function parseCookieValue(s) {
function read (line 50) | function read(s, converter) {
FILE: zheng-admin/src/plugins/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js
function _mwt (line 1065) | function _mwt(){
function _drag (line 1232) | function _drag(dragY,dragX,y,x){
function _onTouchstart (line 1292) | function _onTouchstart(e){
function _onTouchmove (line 1301) | function _onTouchmove(e){
function _onTouchstart2 (line 1335) | function _onTouchstart2(e){
function _onTouchend (line 1346) | function _onTouchend(e){
function _m (line 1372) | function _m(ds,s){
function _drag (line 1384) | function _drag(amount,dur,easing,dir,overwrite,drag){
function _sel (line 1433) | function _sel(){
function _seq (line 1437) | function _seq(a,c,s){
function _onMousewheel (line 1473) | function _onMousewheel(e,delta){
function _seq (line 1689) | function _seq(a,c){
function _onKeyboard (line 1727) | function _onKeyboard(e){
function _on (line 1815) | function _on(once){
function _off (line 1841) | function _off(){
function upd (line 1941) | function upd(){
function imgLoader (line 1984) | function imgLoader(el){
function sizesSum (line 1999) | function sizesSum(){
function doUpd (line 2006) | function doUpd(cb){
function _cb (line 2162) | function _cb(cb){
function _cbOffsets (line 2166) | function _cbOffsets(){
function _mcs (line 2181) | function _mcs(){
function _step (line 2216) | function _step(){
function _tween (line 2227) | function _tween(){
function _startTween (line 2236) | function _startTween(){
function _cancelTween (line 2242) | function _cancelTween(){
function _ease (line 2248) | function _ease(t,b,c,d,type){
function _getHiddenProp (line 2365) | function _getHiddenProp(){
FILE: zheng-admin/src/plugins/select2/js/i18n/cs.js
function e (line 3) | function e(e,t){switch(e){case 2:return t?"dva":"dvě";case 3:return"tři"...
FILE: zheng-admin/src/plugins/select2/js/i18n/hr.js
function e (line 3) | function e(e){var t=" "+e+" znak";return e%10<5&&e%10>0&&(e%100<5||e%100...
FILE: zheng-admin/src/plugins/select2/js/i18n/lt.js
function e (line 3) | function e(e,t,n,r){return e%10===1&&(e%100<11||e%100>19)?t:e%10>=2&&e%1...
FILE: zheng-admin/src/plugins/select2/js/i18n/lv.js
function e (line 3) | function e(e,t,n,r){return e===11?t:e%10===1?n:r}
FILE: zheng-admin/src/plugins/select2/js/i18n/ru.js
function e (line 3) | function e(e,t,n,r){return e%10<5&&e%10>0&&e%100<5||e%100>20?e%10>1?n:t:r}
FILE: zheng-admin/src/plugins/select2/js/i18n/sr-Cyrl.js
function e (line 3) | function e(e,t,n,r){return e%10==1&&e%100!=11?t:e%10>=2&&e%10<=4&&(e%100...
FILE: zheng-admin/src/plugins/select2/js/i18n/sr.js
function e (line 3) | function e(e,t,n,r){return e%10==1&&e%100!=11?t:e%10>=2&&e%10<=4&&(e%100...
FILE: zheng-admin/src/plugins/select2/js/i18n/uk.js
function e (line 3) | function e(e,t,n,r){return e%100>10&&e%100<15?r:e%10===1?t:e%10>1&&e%10<...
FILE: zheng-admin/src/plugins/select2/js/select2.full.js
function hasProp (line 67) | function hasProp(obj, prop) {
function normalize (line 79) | function normalize(name, baseName) {
function makeRequire (line 191) | function makeRequire(relName, forceSync) {
function makeNormalize (line 208) | function makeNormalize(relName) {
function makeLoad (line 214) | function makeLoad(depName) {
function callDep (line 220) | function callDep(name) {
function splitPrefix (line 237) | function splitPrefix(name) {
function makeConfig (line 290) | function makeConfig(name) {
function BaseConstructor (line 505) | function BaseConstructor () {
function getMethods (line 522) | function getMethods (theClass) {
function DecoratedClass (line 548) | function DecoratedClass () {
function ctr (line 566) | function ctr () {
function Results (line 778) | function Results ($element, options, dataAdapter) {
function BaseSelection (line 1329) | function BaseSelection ($element, options) {
function SingleSelection (line 1489) | function SingleSelection () {
function MultipleSelection (line 1588) | function MultipleSelection ($element, options) {
function Placeholder (line 1696) | function Placeholder (decorated, $element, options) {
function AllowClear (line 1747) | function AllowClear () { }
function Search (line 1846) | function Search (decorated, $element, options) {
function EventRelay (line 2067) | function EventRelay () { }
function Translation (line 2114) | function Translation (dict) {
function BaseAdapter (line 2998) | function BaseAdapter ($element, options) {
function SelectAdapter (line 3041) | function SelectAdapter ($element, options) {
function ArrayAdapter (line 3327) | function ArrayAdapter ($element, options) {
function onlyItem (line 3362) | function onlyItem (item) {
function AjaxAdapter (line 3407) | function AjaxAdapter ($element, options) {
function request (line 3468) | function request () {
function Tags (line 3515) | function Tags (decorated, $element, options) {
function wrapper (line 3554) | function wrapper (obj, child) {
function Tokenizer (line 3644) | function Tokenizer (decorated, $element, options) {
function createAndSelect (line 3664) | function createAndSelect (data) {
function select (line 3687) | function select (data) {
function MinimumInputLength (line 3761) | function MinimumInputLength (decorated, $e, options) {
function MaximumInputLength (line 3792) | function MaximumInputLength (decorated, $e, options) {
function MaximumSelectionLength (line 3824) | function MaximumSelectionLength (decorated, $e, options) {
function Dropdown (line 3857) | function Dropdown ($element, options) {
function Search (line 3900) | function Search () { }
function HidePlaceholder (line 4001) | function HidePlaceholder (decorated, $element, options, dataAdapter) {
function InfiniteScroll (line 4044) | function InfiniteScroll (decorated, $element, options, dataAdapter) {
function AttachBody (line 4135) | function AttachBody (decorated, $element, options) {
function countResults (line 4357) | function countResults (data) {
function MinimumResultsForSearch (line 4373) | function MinimumResultsForSearch (decorated, $element, options, dataAdap...
function SelectOnClose (line 4397) | function SelectOnClose () { }
function CloseOnSelect (line 4448) | function CloseOnSelect () { }
function Defaults (line 4578) | function Defaults () {
function stripDiacritics (line 4825) | function stripDiacritics (text) {
function matcher (line 4834) | function matcher (params, data) {
function Options (line 4929) | function Options (options, $element) {
function syncCssClasses (line 5662) | function syncCssClasses ($dest, $src, adapter) {
function _containerAdapter (line 5708) | function _containerAdapter (clazz) {
function ContainerCSS (line 5712) | function ContainerCSS () { }
function _dropdownAdapter (line 5765) | function _dropdownAdapter (clazz) {
function DropdownCSS (line 5769) | function DropdownCSS () { }
function InitSelection (line 5820) | function InitSelection (decorated, $element, options) {
function InputData (line 5863) | function InputData (decorated, $element, options) {
function getSelected (line 5881) | function getSelected (data, selectedIds) {
function oldMatcher (line 5991) | function oldMatcher (matcher) {
function Query (line 6034) | function Query (decorated, $element, options) {
function AttachContainer (line 6061) | function AttachContainer (decorated, $element, options) {
function StopPropagation (line 6080) | function StopPropagation () { }
function StopPropagation (line 6119) | function StopPropagation () { }
function handler (line 6247) | function handler(event) {
function nullLowestDelta (line 6360) | function nullLowestDelta() {
function shouldAdjustOldDeltas (line 6364) | function shouldAdjustOldDeltas(orgEvent, absDelta) {
FILE: zheng-admin/src/plugins/select2/js/select2.js
function hasProp (line 67) | function hasProp(obj, prop) {
function normalize (line 79) | function normalize(name, baseName) {
function makeRequire (line 191) | function makeRequire(relName, forceSync) {
function makeNormalize (line 208) | function makeNormalize(relName) {
function makeLoad (line 214) | function makeLoad(depName) {
function callDep (line 220) | function callDep(name) {
function splitPrefix (line 237) | function splitPrefix(name) {
function makeConfig (line 290) | function makeConfig(name) {
function BaseConstructor (line 505) | function BaseConstructor () {
function getMethods (line 522) | function getMethods (theClass) {
function DecoratedClass (line 548) | function DecoratedClass () {
function ctr (line 566) | function ctr () {
function Results (line 778) | function Results ($element, options, dataAdapter) {
function BaseSelection (line 1329) | function BaseSelection ($element, options) {
function SingleSelection (line 1489) | function SingleSelection () {
function MultipleSelection (line 1588) | function MultipleSelection ($element, options) {
function Placeholder (line 1696) | function Placeholder (decorated, $element, options) {
function AllowClear (line 1747) | function AllowClear () { }
function Search (line 1846) | function Search (decorated, $element, options) {
function EventRelay (line 2067) | function EventRelay () { }
function Translation (line 2114) | function Translation (dict) {
function BaseAdapter (line 2998) | function BaseAdapter ($element, options) {
function SelectAdapter (line 3041) | function SelectAdapter ($element, options) {
function ArrayAdapter (line 3327) | function ArrayAdapter ($element, options) {
function onlyItem (line 3362) | function onlyItem (item) {
function AjaxAdapter (line 3407) | function AjaxAdapter ($element, options) {
function request (line 3468) | function request () {
function Tags (line 3515) | function Tags (decorated, $element, options) {
function wrapper (line 3554) | function wrapper (obj, child) {
function Tokenizer (line 3644) | function Tokenizer (decorated, $element, options) {
function createAndSelect (line 3664) | function createAndSelect (data) {
function select (line 3687) | function select (data) {
function MinimumInputLength (line 3761) | function MinimumInputLength (decorated, $e, options) {
function MaximumInputLength (line 3792) | function MaximumInputLength (decorated, $e, options) {
function MaximumSelectionLength (line 3824) | function MaximumSelectionLength (decorated, $e, options) {
function Dropdown (line 3857) | function Dropdown ($element, options) {
function Search (line 3900) | function Search () { }
function HidePlaceholder (line 4001) | function HidePlaceholder (decorated, $element, options, dataAdapter) {
function InfiniteScroll (line 4044) | function InfiniteScroll (decorated, $element, options, dataAdapter) {
function AttachBody (line 4135) | function AttachBody (decorated, $element, options) {
function countResults (line 4357) | function countResults (data) {
function MinimumResultsForSearch (line 4373) | function MinimumResultsForSearch (decorated, $element, options, dataAdap...
function SelectOnClose (line 4397) | function SelectOnClose () { }
function CloseOnSelect (line 4448) | function CloseOnSelect () { }
function Defaults (line 4578) | function Defaults () {
function stripDiacritics (line 4825) | function stripDiacritics (text) {
function matcher (line 4834) | function matcher (params, data) {
function Options (line 4929) | function Options (options, $element) {
FILE: zheng-admin/src/plugins/waves-0.7.5/waves.js
function isWindow (line 41) | function isWindow(obj) {
function getWindow (line 45) | function getWindow(elem) {
function isObject (line 49) | function isObject(value) {
function isDOMNode (line 54) | function isDOMNode(obj) {
function getWavesElements (line 58) | function getWavesElements(nodes) {
function offset (line 72) | function offset(elem) {
function convertStyle (line 89) | function convertStyle(styleObj) {
function removeRipple (line 250) | function removeRipple(e, el, ripple) {
function getWavesEffectElement (line 357) | function getWavesEffectElement(e) {
function showEffect (line 380) | function showEffect(e) {
FILE: zheng-api/zheng-api-common/src/main/java/com/zheng/api/common/constant/ApiConstant.java
class ApiConstant (line 9) | public class ApiConstant extends BaseConstants {
FILE: zheng-api/zheng-api-common/src/main/java/com/zheng/api/common/constant/ApiResult.java
class ApiResult (line 9) | public class ApiResult extends BaseResult {
method ApiResult (line 11) | public ApiResult(int code, String message, Object data) {
method ApiResult (line 15) | public ApiResult(ApiResultConstant apiResultConstant, Object data) {
FILE: zheng-api/zheng-api-common/src/main/java/com/zheng/api/common/constant/ApiResultConstant.java
type ApiResultConstant (line 7) | public enum ApiResultConstant {
method ApiResultConstant (line 18) | ApiResultConstant(int code, String message) {
method getCode (line 23) | public int getCode() {
method setCode (line 27) | public void setCode(int code) {
method getMessage (line 31) | public String getMessage() {
method setMessage (line 35) | public void setMessage(String message) {
FILE: zheng-api/zheng-api-rpc-api/src/main/java/com/zheng/api/rpc/api/ApiService.java
type ApiService (line 7) | public interface ApiService {
method hello (line 14) | String hello(String name);
FILE: zheng-api/zheng-api-rpc-api/src/main/java/com/zheng/api/rpc/api/ApiServiceMock.java
class ApiServiceMock (line 10) | public class ApiServiceMock implements ApiService {
method hello (line 14) | @Override
FILE: zheng-api/zheng-api-rpc-service/src/main/java/com/zheng/api/rpc/ZhengApiRpcServiceApplication.java
class ZhengApiRpcServiceApplication (line 7) | public class ZhengApiRpcServiceApplication {
method main (line 9) | public static void main(String[] args) {
FILE: zheng-api/zheng-api-rpc-service/src/main/java/com/zheng/api/rpc/service/impl/ApiServiceImpl.java
class ApiServiceImpl (line 11) | public class ApiServiceImpl implements ApiService {
method hello (line 15) | @Override
FILE: zheng-api/zheng-api-server/src/main/java/com/zheng/api/server/controller/TestController.java
class TestController (line 20) | @Controller
method test (line 29) | @ApiOperation(value = "test")
FILE: zheng-api/zheng-api-server/src/main/java/com/zheng/api/server/jms/DefaultMessageQueueListener.java
class DefaultMessageQueueListener (line 16) | public class DefaultMessageQueueListener implements MessageListener {
method onMessage (line 23) | @Override
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/ManageController.java
class ManageController (line 16) | @Controller
method index (line 27) | @ApiOperation(value = "后台首页")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsArticleController.java
class CmsArticleController (line 35) | @Controller
method index (line 48) | @ApiOperation(value = "文章首页")
method list (line 55) | @ApiOperation(value = "文章列表")
method create (line 76) | @ApiOperation(value = "新增文章")
method create (line 87) | @ApiOperation(value = "新增文章")
method delete (line 107) | @ApiOperation(value = "删除文章")
method update (line 116) | @ApiOperation(value = "修改文章")
method update (line 129) | @ApiOperation(value = "修改文章")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsCategoryController.java
class CmsCategoryController (line 32) | @Controller
method index (line 42) | @ApiOperation(value = "类目首页")
method list (line 49) | @ApiOperation(value = "类目列表")
method create (line 70) | @ApiOperation(value = "新增类目")
method create (line 77) | @ApiOperation(value = "新增类目")
method delete (line 96) | @ApiOperation(value = "删除类目")
method update (line 105) | @ApiOperation(value = "修改类目")
method update (line 114) | @ApiOperation(value = "修改类目")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsCommentController.java
class CmsCommentController (line 28) | @Controller
method index (line 38) | @ApiOperation(value = "评论首页")
method list (line 45) | @ApiOperation(value = "评论列表")
method create (line 66) | @ApiOperation(value = "新增评论")
method create (line 73) | @ApiOperation(value = "新增评论")
method delete (line 84) | @ApiOperation(value = "删除评论")
method update (line 93) | @ApiOperation(value = "修改评论")
method update (line 102) | @ApiOperation(value = "修改评论")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsMenuController.java
class CmsMenuController (line 32) | @Controller
method index (line 42) | @ApiOperation(value = "评论首页")
method list (line 49) | @ApiOperation(value = "评论列表")
method create (line 70) | @ApiOperation(value = "新增菜单")
method create (line 77) | @ApiOperation(value = "新增菜单")
method delete (line 95) | @ApiOperation(value = "删除菜单")
method update (line 104) | @ApiOperation(value = "修改菜单")
method update (line 113) | @ApiOperation(value = "修改菜单")
method up (line 130) | @ApiOperation(value = "上移菜单")
method down (line 160) | @ApiOperation(value = "下移菜单")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsPageController.java
class CmsPageController (line 32) | @Controller
method index (line 42) | @ApiOperation(value = "评论首页")
method list (line 49) | @ApiOperation(value = "评论列表")
method create (line 70) | @ApiOperation(value = "新增单页")
method create (line 77) | @ApiOperation(value = "新增单页")
method delete (line 96) | @ApiOperation(value = "删除单页")
method update (line 105) | @ApiOperation(value = "修改单页")
method update (line 114) | @ApiOperation(value = "修改单页")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsSettingController.java
class CmsSettingController (line 33) | @Controller
method index (line 43) | @ApiOperation(value = "评论首页")
method list (line 50) | @ApiOperation(value = "评论列表")
method create (line 71) | @ApiOperation(value = "新增设置")
method create (line 78) | @ApiOperation(value = "新增设置")
method delete (line 94) | @ApiOperation(value = "删除设置")
method update (line 103) | @ApiOperation(value = "修改设置")
method update (line 112) | @ApiOperation(value = "修改设置")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsTagController.java
class CmsTagController (line 32) | @Controller
method index (line 42) | @ApiOperation(value = "评论首页")
method list (line 49) | @ApiOperation(value = "评论列表")
method create (line 70) | @ApiOperation(value = "新增标签")
method create (line 77) | @ApiOperation(value = "新增标签")
method delete (line 96) | @ApiOperation(value = "删除标签")
method update (line 105) | @ApiOperation(value = "修改标签")
method update (line 114) | @ApiOperation(value = "修改标签")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsTopicController.java
class CmsTopicController (line 32) | @Controller
method index (line 42) | @ApiOperation(value = "评论首页")
method list (line 49) | @ApiOperation(value = "评论列表")
method create (line 70) | @ApiOperation(value = "新增专题")
method create (line 77) | @ApiOperation(value = "新增专题")
method delete (line 95) | @ApiOperation(value = "删除专题")
method update (line 104) | @ApiOperation(value = "修改专题")
method update (line 113) | @ApiOperation(value = "修改专题")
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/interceptor/ManageInterceptor.java
class ManageInterceptor (line 15) | public class ManageInterceptor extends HandlerInterceptorAdapter {
method preHandle (line 19) | @Override
method postHandle (line 25) | @Override
method afterCompletion (line 30) | @Override
FILE: zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/jms/DefaultMessageQueueListener.java
class DefaultMessageQueueListener (line 16) | public class DefaultMessageQueueListener implements MessageListener {
method onMessage (line 23) | @Override
FILE: zheng-cms/zheng-cms-common/src/main/java/com/zheng/cms/common/constant/CmsConstant.java
class CmsConstant (line 9) | public class CmsConstant extends BaseConstants {
FILE: zheng-cms/zheng-cms-common/src/main/java/com/zheng/cms/common/constant/CmsResult.java
class CmsResult (line 9) | public class CmsResult extends BaseResult {
method CmsResult (line 11) | public CmsResult(CmsResultConstant cmsResultConstant, Object data) {
FILE: zheng-cms/zheng-cms-common/src/main/java/com/zheng/cms/common/constant/CmsResultConstant.java
type CmsResultConstant (line 7) | public enum CmsResultConstant {
method CmsResultConstant (line 38) | CmsResultConstant(int code, String message) {
method getCode (line 43) | public int getCode() {
method setCode (line 47) | public void setCode(int code) {
method getMessage (line 51) | public String getMessage() {
method setMessage (line 55) | public void setMessage(String message) {
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/Generator.java
class Generator (line 13) | public class Generator {
method main (line 34) | public static void main(String[] args) throws Exception {
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsArticleCategoryMapper.java
type CmsArticleCategoryMapper (line 8) | public interface CmsArticleCategoryMapper {
method countByExample (line 9) | long countByExample(CmsArticleCategoryExample example);
method deleteByExample (line 11) | int deleteByExample(CmsArticleCategoryExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer articleCategoryId);
method insert (line 15) | int insert(CmsArticleCategory record);
method insertSelective (line 17) | int insertSelective(CmsArticleCategory record);
method selectByExample (line 19) | List<CmsArticleCategory> selectByExample(CmsArticleCategoryExample exa...
method selectByPrimaryKey (line 21) | CmsArticleCategory selectByPrimaryKey(Integer articleCategoryId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsArticleCategory recor...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsArticleCategory record, @Param...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsArticleCategory record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsArticleCategory record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsArticleMapper.java
type CmsArticleMapper (line 8) | public interface CmsArticleMapper {
method countByExample (line 9) | long countByExample(CmsArticleExample example);
method deleteByExample (line 11) | int deleteByExample(CmsArticleExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer articleId);
method insert (line 15) | int insert(CmsArticle record);
method insertSelective (line 17) | int insertSelective(CmsArticle record);
method selectByExampleWithBLOBs (line 19) | List<CmsArticle> selectByExampleWithBLOBs(CmsArticleExample example);
method selectByExample (line 21) | List<CmsArticle> selectByExample(CmsArticleExample example);
method selectByPrimaryKey (line 23) | CmsArticle selectByPrimaryKey(Integer articleId);
method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") CmsArticle record, @Para...
method updateByExampleWithBLOBs (line 27) | int updateByExampleWithBLOBs(@Param("record") CmsArticle record, @Para...
method updateByExample (line 29) | int updateByExample(@Param("record") CmsArticle record, @Param("exampl...
method updateByPrimaryKeySelective (line 31) | int updateByPrimaryKeySelective(CmsArticle record);
method updateByPrimaryKeyWithBLOBs (line 33) | int updateByPrimaryKeyWithBLOBs(CmsArticle record);
method updateByPrimaryKey (line 35) | int updateByPrimaryKey(CmsArticle record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsArticleTagMapper.java
type CmsArticleTagMapper (line 8) | public interface CmsArticleTagMapper {
method countByExample (line 9) | long countByExample(CmsArticleTagExample example);
method deleteByExample (line 11) | int deleteByExample(CmsArticleTagExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer articleTagId);
method insert (line 15) | int insert(CmsArticleTag record);
method insertSelective (line 17) | int insertSelective(CmsArticleTag record);
method selectByExample (line 19) | List<CmsArticleTag> selectByExample(CmsArticleTagExample example);
method selectByPrimaryKey (line 21) | CmsArticleTag selectByPrimaryKey(Integer articleTagId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsArticleTag record, @P...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsArticleTag record, @Param("exa...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsArticleTag record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsArticleTag record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsCategoryMapper.java
type CmsCategoryMapper (line 8) | public interface CmsCategoryMapper {
method countByExample (line 9) | long countByExample(CmsCategoryExample example);
method deleteByExample (line 11) | int deleteByExample(CmsCategoryExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer categoryId);
method insert (line 15) | int insert(CmsCategory record);
method insertSelective (line 17) | int insertSelective(CmsCategory record);
method selectByExample (line 19) | List<CmsCategory> selectByExample(CmsCategoryExample example);
method selectByPrimaryKey (line 21) | CmsCategory selectByPrimaryKey(Integer categoryId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsCategory record, @Par...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsCategory record, @Param("examp...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsCategory record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsCategory record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsCategoryTagMapper.java
type CmsCategoryTagMapper (line 8) | public interface CmsCategoryTagMapper {
method countByExample (line 9) | long countByExample(CmsCategoryTagExample example);
method deleteByExample (line 11) | int deleteByExample(CmsCategoryTagExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer categoryTagId);
method insert (line 15) | int insert(CmsCategoryTag record);
method insertSelective (line 17) | int insertSelective(CmsCategoryTag record);
method selectByExample (line 19) | List<CmsCategoryTag> selectByExample(CmsCategoryTagExample example);
method selectByPrimaryKey (line 21) | CmsCategoryTag selectByPrimaryKey(Integer categoryTagId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsCategoryTag record, @...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsCategoryTag record, @Param("ex...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsCategoryTag record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsCategoryTag record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsCommentMapper.java
type CmsCommentMapper (line 8) | public interface CmsCommentMapper {
method countByExample (line 9) | long countByExample(CmsCommentExample example);
method deleteByExample (line 11) | int deleteByExample(CmsCommentExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer commentId);
method insert (line 15) | int insert(CmsComment record);
method insertSelective (line 17) | int insertSelective(CmsComment record);
method selectByExampleWithBLOBs (line 19) | List<CmsComment> selectByExampleWithBLOBs(CmsCommentExample example);
method selectByExample (line 21) | List<CmsComment> selectByExample(CmsCommentExample example);
method selectByPrimaryKey (line 23) | CmsComment selectByPrimaryKey(Integer commentId);
method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") CmsComment record, @Para...
method updateByExampleWithBLOBs (line 27) | int updateByExampleWithBLOBs(@Param("record") CmsComment record, @Para...
method updateByExample (line 29) | int updateByExample(@Param("record") CmsComment record, @Param("exampl...
method updateByPrimaryKeySelective (line 31) | int updateByPrimaryKeySelective(CmsComment record);
method updateByPrimaryKeyWithBLOBs (line 33) | int updateByPrimaryKeyWithBLOBs(CmsComment record);
method updateByPrimaryKey (line 35) | int updateByPrimaryKey(CmsComment record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsMenuMapper.java
type CmsMenuMapper (line 8) | public interface CmsMenuMapper {
method countByExample (line 9) | long countByExample(CmsMenuExample example);
method deleteByExample (line 11) | int deleteByExample(CmsMenuExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer menuId);
method insert (line 15) | int insert(CmsMenu record);
method insertSelective (line 17) | int insertSelective(CmsMenu record);
method selectByExample (line 19) | List<CmsMenu> selectByExample(CmsMenuExample example);
method selectByPrimaryKey (line 21) | CmsMenu selectByPrimaryKey(Integer menuId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsMenu record, @Param("...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsMenu record, @Param("example")...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsMenu record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsMenu record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsPageMapper.java
type CmsPageMapper (line 8) | public interface CmsPageMapper {
method countByExample (line 9) | long countByExample(CmsPageExample example);
method deleteByExample (line 11) | int deleteByExample(CmsPageExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer pageId);
method insert (line 15) | int insert(CmsPage record);
method insertSelective (line 17) | int insertSelective(CmsPage record);
method selectByExampleWithBLOBs (line 19) | List<CmsPage> selectByExampleWithBLOBs(CmsPageExample example);
method selectByExample (line 21) | List<CmsPage> selectByExample(CmsPageExample example);
method selectByPrimaryKey (line 23) | CmsPage selectByPrimaryKey(Integer pageId);
method updateByExampleSelective (line 25) | int updateByExampleSelective(@Param("record") CmsPage record, @Param("...
method updateByExampleWithBLOBs (line 27) | int updateByExampleWithBLOBs(@Param("record") CmsPage record, @Param("...
method updateByExample (line 29) | int updateByExample(@Param("record") CmsPage record, @Param("example")...
method updateByPrimaryKeySelective (line 31) | int updateByPrimaryKeySelective(CmsPage record);
method updateByPrimaryKeyWithBLOBs (line 33) | int updateByPrimaryKeyWithBLOBs(CmsPage record);
method updateByPrimaryKey (line 35) | int updateByPrimaryKey(CmsPage record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsSettingMapper.java
type CmsSettingMapper (line 8) | public interface CmsSettingMapper {
method countByExample (line 9) | long countByExample(CmsSettingExample example);
method deleteByExample (line 11) | int deleteByExample(CmsSettingExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer settingId);
method insert (line 15) | int insert(CmsSetting record);
method insertSelective (line 17) | int insertSelective(CmsSetting record);
method selectByExample (line 19) | List<CmsSetting> selectByExample(CmsSettingExample example);
method selectByPrimaryKey (line 21) | CmsSetting selectByPrimaryKey(Integer settingId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsSetting record, @Para...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsSetting record, @Param("exampl...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsSetting record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsSetting record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsSystemMapper.java
type CmsSystemMapper (line 8) | public interface CmsSystemMapper {
method countByExample (line 9) | long countByExample(CmsSystemExample example);
method deleteByExample (line 11) | int deleteByExample(CmsSystemExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer systemId);
method insert (line 15) | int insert(CmsSystem record);
method insertSelective (line 17) | int insertSelective(CmsSystem record);
method selectByExample (line 19) | List<CmsSystem> selectByExample(CmsSystemExample example);
method selectByPrimaryKey (line 21) | CmsSystem selectByPrimaryKey(Integer systemId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsSystem record, @Param...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsSystem record, @Param("example...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsSystem record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsSystem record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsTagMapper.java
type CmsTagMapper (line 8) | public interface CmsTagMapper {
method countByExample (line 9) | long countByExample(CmsTagExample example);
method deleteByExample (line 11) | int deleteByExample(CmsTagExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer tagId);
method insert (line 15) | int insert(CmsTag record);
method insertSelective (line 17) | int insertSelective(CmsTag record);
method selectByExample (line 19) | List<CmsTag> selectByExample(CmsTagExample example);
method selectByPrimaryKey (line 21) | CmsTag selectByPrimaryKey(Integer tagId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsTag record, @Param("e...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsTag record, @Param("example") ...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsTag record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsTag record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/mapper/CmsTopicMapper.java
type CmsTopicMapper (line 8) | public interface CmsTopicMapper {
method countByExample (line 9) | long countByExample(CmsTopicExample example);
method deleteByExample (line 11) | int deleteByExample(CmsTopicExample example);
method deleteByPrimaryKey (line 13) | int deleteByPrimaryKey(Integer topicId);
method insert (line 15) | int insert(CmsTopic record);
method insertSelective (line 17) | int insertSelective(CmsTopic record);
method selectByExample (line 19) | List<CmsTopic> selectByExample(CmsTopicExample example);
method selectByPrimaryKey (line 21) | CmsTopic selectByPrimaryKey(Integer topicId);
method updateByExampleSelective (line 23) | int updateByExampleSelective(@Param("record") CmsTopic record, @Param(...
method updateByExample (line 25) | int updateByExample(@Param("record") CmsTopic record, @Param("example"...
method updateByPrimaryKeySelective (line 27) | int updateByPrimaryKeySelective(CmsTopic record);
method updateByPrimaryKey (line 29) | int updateByPrimaryKey(CmsTopic record);
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsArticle.java
class CmsArticle (line 5) | public class CmsArticle implements Serializable {
method getArticleId (line 134) | public Integer getArticleId() {
method setArticleId (line 138) | public void setArticleId(Integer articleId) {
method getTopicId (line 142) | public Integer getTopicId() {
method setTopicId (line 146) | public void setTopicId(Integer topicId) {
method getTitle (line 150) | public String getTitle() {
method setTitle (line 154) | public void setTitle(String title) {
method getAuthor (line 158) | public String getAuthor() {
method setAuthor (line 162) | public void setAuthor(String author) {
method getFromurl (line 166) | public String getFromurl() {
method setFromurl (line 170) | public void setFromurl(String fromurl) {
method getImage (line 174) | public String getImage() {
method setImage (line 178) | public void setImage(String image) {
method getKeywords (line 182) | public String getKeywords() {
method setKeywords (line 186) | public void setKeywords(String keywords) {
method getDescription (line 190) | public String getDescription() {
method setDescription (line 194) | public void setDescription(String description) {
method getType (line 198) | public Byte getType() {
method setType (line 202) | public void setType(Byte type) {
method getAllowcomments (line 206) | public Byte getAllowcomments() {
method setAllowcomments (line 210) | public void setAllowcomments(Byte allowcomments) {
method getStatus (line 214) | public Byte getStatus() {
method setStatus (line 218) | public void setStatus(Byte status) {
method getUserId (line 222) | public Integer getUserId() {
method setUserId (line 226) | public void setUserId(Integer userId) {
method getReadnumber (line 230) | public Integer getReadnumber() {
method setReadnumber (line 234) | public void setReadnumber(Integer readnumber) {
method getTop (line 238) | public Integer getTop() {
method setTop (line 242) | public void setTop(Integer top) {
method getSystemId (line 246) | public Integer getSystemId() {
method setSystemId (line 250) | public void setSystemId(Integer systemId) {
method getCtime (line 254) | public Long getCtime() {
method setCtime (line 258) | public void setCtime(Long ctime) {
method getOrders (line 262) | public Long getOrders() {
method setOrders (line 266) | public void setOrders(Long orders) {
method getContent (line 270) | public String getContent() {
method setContent (line 274) | public void setContent(String content) {
method toString (line 278) | @Override
method equals (line 306) | @Override
method hashCode (line 338) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsArticleCategory.java
class CmsArticleCategory (line 5) | public class CmsArticleCategory implements Serializable {
method getArticleCategoryId (line 29) | public Integer getArticleCategoryId() {
method setArticleCategoryId (line 33) | public void setArticleCategoryId(Integer articleCategoryId) {
method getArticleId (line 37) | public Integer getArticleId() {
method setArticleId (line 41) | public void setArticleId(Integer articleId) {
method getCategoryId (line 45) | public Integer getCategoryId() {
method setCategoryId (line 49) | public void setCategoryId(Integer categoryId) {
method toString (line 53) | @Override
method equals (line 66) | @Override
method hashCode (line 83) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsArticleCategoryExample.java
class CmsArticleCategoryExample (line 7) | public class CmsArticleCategoryExample implements Serializable {
method CmsArticleCategoryExample (line 16) | public CmsArticleCategoryExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andArticleCategoryIdIsNull (line 110) | public Criteria andArticleCategoryIdIsNull() {
method andArticleCategoryIdIsNotNull (line 115) | public Criteria andArticleCategoryIdIsNotNull() {
method andArticleCategoryIdEqualTo (line 120) | public Criteria andArticleCategoryIdEqualTo(Integer value) {
method andArticleCategoryIdNotEqualTo (line 125) | public Criteria andArticleCategoryIdNotEqualTo(Integer value) {
method andArticleCategoryIdGreaterThan (line 130) | public Criteria andArticleCategoryIdGreaterThan(Integer value) {
method andArticleCategoryIdGreaterThanOrEqualTo (line 135) | public Criteria andArticleCategoryIdGreaterThanOrEqualTo(Integer val...
method andArticleCategoryIdLessThan (line 140) | public Criteria andArticleCategoryIdLessThan(Integer value) {
method andArticleCategoryIdLessThanOrEqualTo (line 145) | public Criteria andArticleCategoryIdLessThanOrEqualTo(Integer value) {
method andArticleCategoryIdIn (line 150) | public Criteria andArticleCategoryIdIn(List<Integer> values) {
method andArticleCategoryIdNotIn (line 155) | public Criteria andArticleCategoryIdNotIn(List<Integer> values) {
method andArticleCategoryIdBetween (line 160) | public Criteria andArticleCategoryIdBetween(Integer value1, Integer ...
method andArticleCategoryIdNotBetween (line 165) | public Criteria andArticleCategoryIdNotBetween(Integer value1, Integ...
method andArticleIdIsNull (line 170) | public Criteria andArticleIdIsNull() {
method andArticleIdIsNotNull (line 175) | public Criteria andArticleIdIsNotNull() {
method andArticleIdEqualTo (line 180) | public Criteria andArticleIdEqualTo(Integer value) {
method andArticleIdNotEqualTo (line 185) | public Criteria andArticleIdNotEqualTo(Integer value) {
method andArticleIdGreaterThan (line 190) | public Criteria andArticleIdGreaterThan(Integer value) {
method andArticleIdGreaterThanOrEqualTo (line 195) | public Criteria andArticleIdGreaterThanOrEqualTo(Integer value) {
method andArticleIdLessThan (line 200) | public Criteria andArticleIdLessThan(Integer value) {
method andArticleIdLessThanOrEqualTo (line 205) | public Criteria andArticleIdLessThanOrEqualTo(Integer value) {
method andArticleIdIn (line 210) | public Criteria andArticleIdIn(List<Integer> values) {
method andArticleIdNotIn (line 215) | public Criteria andArticleIdNotIn(List<Integer> values) {
method andArticleIdBetween (line 220) | public Criteria andArticleIdBetween(Integer value1, Integer value2) {
method andArticleIdNotBetween (line 225) | public Criteria andArticleIdNotBetween(Integer value1, Integer value...
method andCategoryIdIsNull (line 230) | public Criteria andCategoryIdIsNull() {
method andCategoryIdIsNotNull (line 235) | public Criteria andCategoryIdIsNotNull() {
method andCategoryIdEqualTo (line 240) | public Criteria andCategoryIdEqualTo(Integer value) {
method andCategoryIdNotEqualTo (line 245) | public Criteria andCategoryIdNotEqualTo(Integer value) {
method andCategoryIdGreaterThan (line 250) | public Criteria andCategoryIdGreaterThan(Integer value) {
method andCategoryIdGreaterThanOrEqualTo (line 255) | public Criteria andCategoryIdGreaterThanOrEqualTo(Integer value) {
method andCategoryIdLessThan (line 260) | public Criteria andCategoryIdLessThan(Integer value) {
method andCategoryIdLessThanOrEqualTo (line 265) | public Criteria andCategoryIdLessThanOrEqualTo(Integer value) {
method andCategoryIdIn (line 270) | public Criteria andCategoryIdIn(List<Integer> values) {
method andCategoryIdNotIn (line 275) | public Criteria andCategoryIdNotIn(List<Integer> values) {
method andCategoryIdBetween (line 280) | public Criteria andCategoryIdBetween(Integer value1, Integer value2) {
method andCategoryIdNotBetween (line 285) | public Criteria andCategoryIdNotBetween(Integer value1, Integer valu...
class Criteria (line 291) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 293) | protected Criteria() {
class Criterion (line 298) | public static class Criterion implements Serializable {
method getCondition (line 315) | public String getCondition() {
method getValue (line 319) | public Object getValue() {
method getSecondValue (line 323) | public Object getSecondValue() {
method isNoValue (line 327) | public boolean isNoValue() {
method isSingleValue (line 331) | public boolean isSingleValue() {
method isBetweenValue (line 335) | public boolean isBetweenValue() {
method isListValue (line 339) | public boolean isListValue() {
method getTypeHandler (line 343) | public String getTypeHandler() {
method Criterion (line 347) | protected Criterion(String condition) {
method Criterion (line 354) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 366) | protected Criterion(String condition, Object value) {
method Criterion (line 370) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 379) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsArticleExample.java
class CmsArticleExample (line 7) | public class CmsArticleExample implements Serializable {
method CmsArticleExample (line 16) | public CmsArticleExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andArticleIdIsNull (line 110) | public Criteria andArticleIdIsNull() {
method andArticleIdIsNotNull (line 115) | public Criteria andArticleIdIsNotNull() {
method andArticleIdEqualTo (line 120) | public Criteria andArticleIdEqualTo(Integer value) {
method andArticleIdNotEqualTo (line 125) | public Criteria andArticleIdNotEqualTo(Integer value) {
method andArticleIdGreaterThan (line 130) | public Criteria andArticleIdGreaterThan(Integer value) {
method andArticleIdGreaterThanOrEqualTo (line 135) | public Criteria andArticleIdGreaterThanOrEqualTo(Integer value) {
method andArticleIdLessThan (line 140) | public Criteria andArticleIdLessThan(Integer value) {
method andArticleIdLessThanOrEqualTo (line 145) | public Criteria andArticleIdLessThanOrEqualTo(Integer value) {
method andArticleIdIn (line 150) | public Criteria andArticleIdIn(List<Integer> values) {
method andArticleIdNotIn (line 155) | public Criteria andArticleIdNotIn(List<Integer> values) {
method andArticleIdBetween (line 160) | public Criteria andArticleIdBetween(Integer value1, Integer value2) {
method andArticleIdNotBetween (line 165) | public Criteria andArticleIdNotBetween(Integer value1, Integer value...
method andTopicIdIsNull (line 170) | public Criteria andTopicIdIsNull() {
method andTopicIdIsNotNull (line 175) | public Criteria andTopicIdIsNotNull() {
method andTopicIdEqualTo (line 180) | public Criteria andTopicIdEqualTo(Integer value) {
method andTopicIdNotEqualTo (line 185) | public Criteria andTopicIdNotEqualTo(Integer value) {
method andTopicIdGreaterThan (line 190) | public Criteria andTopicIdGreaterThan(Integer value) {
method andTopicIdGreaterThanOrEqualTo (line 195) | public Criteria andTopicIdGreaterThanOrEqualTo(Integer value) {
method andTopicIdLessThan (line 200) | public Criteria andTopicIdLessThan(Integer value) {
method andTopicIdLessThanOrEqualTo (line 205) | public Criteria andTopicIdLessThanOrEqualTo(Integer value) {
method andTopicIdIn (line 210) | public Criteria andTopicIdIn(List<Integer> values) {
method andTopicIdNotIn (line 215) | public Criteria andTopicIdNotIn(List<Integer> values) {
method andTopicIdBetween (line 220) | public Criteria andTopicIdBetween(Integer value1, Integer value2) {
method andTopicIdNotBetween (line 225) | public Criteria andTopicIdNotBetween(Integer value1, Integer value2) {
method andTitleIsNull (line 230) | public Criteria andTitleIsNull() {
method andTitleIsNotNull (line 235) | public Criteria andTitleIsNotNull() {
method andTitleEqualTo (line 240) | public Criteria andTitleEqualTo(String value) {
method andTitleNotEqualTo (line 245) | public Criteria andTitleNotEqualTo(String value) {
method andTitleGreaterThan (line 250) | public Criteria andTitleGreaterThan(String value) {
method andTitleGreaterThanOrEqualTo (line 255) | public Criteria andTitleGreaterThanOrEqualTo(String value) {
method andTitleLessThan (line 260) | public Criteria andTitleLessThan(String value) {
method andTitleLessThanOrEqualTo (line 265) | public Criteria andTitleLessThanOrEqualTo(String value) {
method andTitleLike (line 270) | public Criteria andTitleLike(String value) {
method andTitleNotLike (line 275) | public Criteria andTitleNotLike(String value) {
method andTitleIn (line 280) | public Criteria andTitleIn(List<String> values) {
method andTitleNotIn (line 285) | public Criteria andTitleNotIn(List<String> values) {
method andTitleBetween (line 290) | public Criteria andTitleBetween(String value1, String value2) {
method andTitleNotBetween (line 295) | public Criteria andTitleNotBetween(String value1, String value2) {
method andAuthorIsNull (line 300) | public Criteria andAuthorIsNull() {
method andAuthorIsNotNull (line 305) | public Criteria andAuthorIsNotNull() {
method andAuthorEqualTo (line 310) | public Criteria andAuthorEqualTo(String value) {
method andAuthorNotEqualTo (line 315) | public Criteria andAuthorNotEqualTo(String value) {
method andAuthorGreaterThan (line 320) | public Criteria andAuthorGreaterThan(String value) {
method andAuthorGreaterThanOrEqualTo (line 325) | public Criteria andAuthorGreaterThanOrEqualTo(String value) {
method andAuthorLessThan (line 330) | public Criteria andAuthorLessThan(String value) {
method andAuthorLessThanOrEqualTo (line 335) | public Criteria andAuthorLessThanOrEqualTo(String value) {
method andAuthorLike (line 340) | public Criteria andAuthorLike(String value) {
method andAuthorNotLike (line 345) | public Criteria andAuthorNotLike(String value) {
method andAuthorIn (line 350) | public Criteria andAuthorIn(List<String> values) {
method andAuthorNotIn (line 355) | public Criteria andAuthorNotIn(List<String> values) {
method andAuthorBetween (line 360) | public Criteria andAuthorBetween(String value1, String value2) {
method andAuthorNotBetween (line 365) | public Criteria andAuthorNotBetween(String value1, String value2) {
method andFromurlIsNull (line 370) | public Criteria andFromurlIsNull() {
method andFromurlIsNotNull (line 375) | public Criteria andFromurlIsNotNull() {
method andFromurlEqualTo (line 380) | public Criteria andFromurlEqualTo(String value) {
method andFromurlNotEqualTo (line 385) | public Criteria andFromurlNotEqualTo(String value) {
method andFromurlGreaterThan (line 390) | public Criteria andFromurlGreaterThan(String value) {
method andFromurlGreaterThanOrEqualTo (line 395) | public Criteria andFromurlGreaterThanOrEqualTo(String value) {
method andFromurlLessThan (line 400) | public Criteria andFromurlLessThan(String value) {
method andFromurlLessThanOrEqualTo (line 405) | public Criteria andFromurlLessThanOrEqualTo(String value) {
method andFromurlLike (line 410) | public Criteria andFromurlLike(String value) {
method andFromurlNotLike (line 415) | public Criteria andFromurlNotLike(String value) {
method andFromurlIn (line 420) | public Criteria andFromurlIn(List<String> values) {
method andFromurlNotIn (line 425) | public Criteria andFromurlNotIn(List<String> values) {
method andFromurlBetween (line 430) | public Criteria andFromurlBetween(String value1, String value2) {
method andFromurlNotBetween (line 435) | public Criteria andFromurlNotBetween(String value1, String value2) {
method andImageIsNull (line 440) | public Criteria andImageIsNull() {
method andImageIsNotNull (line 445) | public Criteria andImageIsNotNull() {
method andImageEqualTo (line 450) | public Criteria andImageEqualTo(String value) {
method andImageNotEqualTo (line 455) | public Criteria andImageNotEqualTo(String value) {
method andImageGreaterThan (line 460) | public Criteria andImageGreaterThan(String value) {
method andImageGreaterThanOrEqualTo (line 465) | public Criteria andImageGreaterThanOrEqualTo(String value) {
method andImageLessThan (line 470) | public Criteria andImageLessThan(String value) {
method andImageLessThanOrEqualTo (line 475) | public Criteria andImageLessThanOrEqualTo(String value) {
method andImageLike (line 480) | public Criteria andImageLike(String value) {
method andImageNotLike (line 485) | public Criteria andImageNotLike(String value) {
method andImageIn (line 490) | public Criteria andImageIn(List<String> values) {
method andImageNotIn (line 495) | public Criteria andImageNotIn(List<String> values) {
method andImageBetween (line 500) | public Criteria andImageBetween(String value1, String value2) {
method andImageNotBetween (line 505) | public Criteria andImageNotBetween(String value1, String value2) {
method andKeywordsIsNull (line 510) | public Criteria andKeywordsIsNull() {
method andKeywordsIsNotNull (line 515) | public Criteria andKeywordsIsNotNull() {
method andKeywordsEqualTo (line 520) | public Criteria andKeywordsEqualTo(String value) {
method andKeywordsNotEqualTo (line 525) | public Criteria andKeywordsNotEqualTo(String value) {
method andKeywordsGreaterThan (line 530) | public Criteria andKeywordsGreaterThan(String value) {
method andKeywordsGreaterThanOrEqualTo (line 535) | public Criteria andKeywordsGreaterThanOrEqualTo(String value) {
method andKeywordsLessThan (line 540) | public Criteria andKeywordsLessThan(String value) {
method andKeywordsLessThanOrEqualTo (line 545) | public Criteria andKeywordsLessThanOrEqualTo(String value) {
method andKeywordsLike (line 550) | public Criteria andKeywordsLike(String value) {
method andKeywordsNotLike (line 555) | public Criteria andKeywordsNotLike(String value) {
method andKeywordsIn (line 560) | public Criteria andKeywordsIn(List<String> values) {
method andKeywordsNotIn (line 565) | public Criteria andKeywordsNotIn(List<String> values) {
method andKeywordsBetween (line 570) | public Criteria andKeywordsBetween(String value1, String value2) {
method andKeywordsNotBetween (line 575) | public Criteria andKeywordsNotBetween(String value1, String value2) {
method andDescriptionIsNull (line 580) | public Criteria andDescriptionIsNull() {
method andDescriptionIsNotNull (line 585) | public Criteria andDescriptionIsNotNull() {
method andDescriptionEqualTo (line 590) | public Criteria andDescriptionEqualTo(String value) {
method andDescriptionNotEqualTo (line 595) | public Criteria andDescriptionNotEqualTo(String value) {
method andDescriptionGreaterThan (line 600) | public Criteria andDescriptionGreaterThan(String value) {
method andDescriptionGreaterThanOrEqualTo (line 605) | public Criteria andDescriptionGreaterThanOrEqualTo(String value) {
method andDescriptionLessThan (line 610) | public Criteria andDescriptionLessThan(String value) {
method andDescriptionLessThanOrEqualTo (line 615) | public Criteria andDescriptionLessThanOrEqualTo(String value) {
method andDescriptionLike (line 620) | public Criteria andDescriptionLike(String value) {
method andDescriptionNotLike (line 625) | public Criteria andDescriptionNotLike(String value) {
method andDescriptionIn (line 630) | public Criteria andDescriptionIn(List<String> values) {
method andDescriptionNotIn (line 635) | public Criteria andDescriptionNotIn(List<String> values) {
method andDescriptionBetween (line 640) | public Criteria andDescriptionBetween(String value1, String value2) {
method andDescriptionNotBetween (line 645) | public Criteria andDescriptionNotBetween(String value1, String value...
method andTypeIsNull (line 650) | public Criteria andTypeIsNull() {
method andTypeIsNotNull (line 655) | public Criteria andTypeIsNotNull() {
method andTypeEqualTo (line 660) | public Criteria andTypeEqualTo(Byte value) {
method andTypeNotEqualTo (line 665) | public Criteria andTypeNotEqualTo(Byte value) {
method andTypeGreaterThan (line 670) | public Criteria andTypeGreaterThan(Byte value) {
method andTypeGreaterThanOrEqualTo (line 675) | public Criteria andTypeGreaterThanOrEqualTo(Byte value) {
method andTypeLessThan (line 680) | public Criteria andTypeLessThan(Byte value) {
method andTypeLessThanOrEqualTo (line 685) | public Criteria andTypeLessThanOrEqualTo(Byte value) {
method andTypeIn (line 690) | public Criteria andTypeIn(List<Byte> values) {
method andTypeNotIn (line 695) | public Criteria andTypeNotIn(List<Byte> values) {
method andTypeBetween (line 700) | public Criteria andTypeBetween(Byte value1, Byte value2) {
method andTypeNotBetween (line 705) | public Criteria andTypeNotBetween(Byte value1, Byte value2) {
method andAllowcommentsIsNull (line 710) | public Criteria andAllowcommentsIsNull() {
method andAllowcommentsIsNotNull (line 715) | public Criteria andAllowcommentsIsNotNull() {
method andAllowcommentsEqualTo (line 720) | public Criteria andAllowcommentsEqualTo(Byte value) {
method andAllowcommentsNotEqualTo (line 725) | public Criteria andAllowcommentsNotEqualTo(Byte value) {
method andAllowcommentsGreaterThan (line 730) | public Criteria andAllowcommentsGreaterThan(Byte value) {
method andAllowcommentsGreaterThanOrEqualTo (line 735) | public Criteria andAllowcommentsGreaterThanOrEqualTo(Byte value) {
method andAllowcommentsLessThan (line 740) | public Criteria andAllowcommentsLessThan(Byte value) {
method andAllowcommentsLessThanOrEqualTo (line 745) | public Criteria andAllowcommentsLessThanOrEqualTo(Byte value) {
method andAllowcommentsIn (line 750) | public Criteria andAllowcommentsIn(List<Byte> values) {
method andAllowcommentsNotIn (line 755) | public Criteria andAllowcommentsNotIn(List<Byte> values) {
method andAllowcommentsBetween (line 760) | public Criteria andAllowcommentsBetween(Byte value1, Byte value2) {
method andAllowcommentsNotBetween (line 765) | public Criteria andAllowcommentsNotBetween(Byte value1, Byte value2) {
method andStatusIsNull (line 770) | public Criteria andStatusIsNull() {
method andStatusIsNotNull (line 775) | public Criteria andStatusIsNotNull() {
method andStatusEqualTo (line 780) | public Criteria andStatusEqualTo(Byte value) {
method andStatusNotEqualTo (line 785) | public Criteria andStatusNotEqualTo(Byte value) {
method andStatusGreaterThan (line 790) | public Criteria andStatusGreaterThan(Byte value) {
method andStatusGreaterThanOrEqualTo (line 795) | public Criteria andStatusGreaterThanOrEqualTo(Byte value) {
method andStatusLessThan (line 800) | public Criteria andStatusLessThan(Byte value) {
method andStatusLessThanOrEqualTo (line 805) | public Criteria andStatusLessThanOrEqualTo(Byte value) {
method andStatusIn (line 810) | public Criteria andStatusIn(List<Byte> values) {
method andStatusNotIn (line 815) | public Criteria andStatusNotIn(List<Byte> values) {
method andStatusBetween (line 820) | public Criteria andStatusBetween(Byte value1, Byte value2) {
method andStatusNotBetween (line 825) | public Criteria andStatusNotBetween(Byte value1, Byte value2) {
method andUserIdIsNull (line 830) | public Criteria andUserIdIsNull() {
method andUserIdIsNotNull (line 835) | public Criteria andUserIdIsNotNull() {
method andUserIdEqualTo (line 840) | public Criteria andUserIdEqualTo(Integer value) {
method andUserIdNotEqualTo (line 845) | public Criteria andUserIdNotEqualTo(Integer value) {
method andUserIdGreaterThan (line 850) | public Criteria andUserIdGreaterThan(Integer value) {
method andUserIdGreaterThanOrEqualTo (line 855) | public Criteria andUserIdGreaterThanOrEqualTo(Integer value) {
method andUserIdLessThan (line 860) | public Criteria andUserIdLessThan(Integer value) {
method andUserIdLessThanOrEqualTo (line 865) | public Criteria andUserIdLessThanOrEqualTo(Integer value) {
method andUserIdIn (line 870) | public Criteria andUserIdIn(List<Integer> values) {
method andUserIdNotIn (line 875) | public Criteria andUserIdNotIn(List<Integer> values) {
method andUserIdBetween (line 880) | public Criteria andUserIdBetween(Integer value1, Integer value2) {
method andUserIdNotBetween (line 885) | public Criteria andUserIdNotBetween(Integer value1, Integer value2) {
method andReadnumberIsNull (line 890) | public Criteria andReadnumberIsNull() {
method andReadnumberIsNotNull (line 895) | public Criteria andReadnumberIsNotNull() {
method andReadnumberEqualTo (line 900) | public Criteria andReadnumberEqualTo(Integer value) {
method andReadnumberNotEqualTo (line 905) | public Criteria andReadnumberNotEqualTo(Integer value) {
method andReadnumberGreaterThan (line 910) | public Criteria andReadnumberGreaterThan(Integer value) {
method andReadnumberGreaterThanOrEqualTo (line 915) | public Criteria andReadnumberGreaterThanOrEqualTo(Integer value) {
method andReadnumberLessThan (line 920) | public Criteria andReadnumberLessThan(Integer value) {
method andReadnumberLessThanOrEqualTo (line 925) | public Criteria andReadnumberLessThanOrEqualTo(Integer value) {
method andReadnumberIn (line 930) | public Criteria andReadnumberIn(List<Integer> values) {
method andReadnumberNotIn (line 935) | public Criteria andReadnumberNotIn(List<Integer> values) {
method andReadnumberBetween (line 940) | public Criteria andReadnumberBetween(Integer value1, Integer value2) {
method andReadnumberNotBetween (line 945) | public Criteria andReadnumberNotBetween(Integer value1, Integer valu...
method andTopIsNull (line 950) | public Criteria andTopIsNull() {
method andTopIsNotNull (line 955) | public Criteria andTopIsNotNull() {
method andTopEqualTo (line 960) | public Criteria andTopEqualTo(Integer value) {
method andTopNotEqualTo (line 965) | public Criteria andTopNotEqualTo(Integer value) {
method andTopGreaterThan (line 970) | public Criteria andTopGreaterThan(Integer value) {
method andTopGreaterThanOrEqualTo (line 975) | public Criteria andTopGreaterThanOrEqualTo(Integer value) {
method andTopLessThan (line 980) | public Criteria andTopLessThan(Integer value) {
method andTopLessThanOrEqualTo (line 985) | public Criteria andTopLessThanOrEqualTo(Integer value) {
method andTopIn (line 990) | public Criteria andTopIn(List<Integer> values) {
method andTopNotIn (line 995) | public Criteria andTopNotIn(List<Integer> values) {
method andTopBetween (line 1000) | public Criteria andTopBetween(Integer value1, Integer value2) {
method andTopNotBetween (line 1005) | public Criteria andTopNotBetween(Integer value1, Integer value2) {
method andSystemIdIsNull (line 1010) | public Criteria andSystemIdIsNull() {
method andSystemIdIsNotNull (line 1015) | public Criteria andSystemIdIsNotNull() {
method andSystemIdEqualTo (line 1020) | public Criteria andSystemIdEqualTo(Integer value) {
method andSystemIdNotEqualTo (line 1025) | public Criteria andSystemIdNotEqualTo(Integer value) {
method andSystemIdGreaterThan (line 1030) | public Criteria andSystemIdGreaterThan(Integer value) {
method andSystemIdGreaterThanOrEqualTo (line 1035) | public Criteria andSystemIdGreaterThanOrEqualTo(Integer value) {
method andSystemIdLessThan (line 1040) | public Criteria andSystemIdLessThan(Integer value) {
method andSystemIdLessThanOrEqualTo (line 1045) | public Criteria andSystemIdLessThanOrEqualTo(Integer value) {
method andSystemIdIn (line 1050) | public Criteria andSystemIdIn(List<Integer> values) {
method andSystemIdNotIn (line 1055) | public Criteria andSystemIdNotIn(List<Integer> values) {
method andSystemIdBetween (line 1060) | public Criteria andSystemIdBetween(Integer value1, Integer value2) {
method andSystemIdNotBetween (line 1065) | public Criteria andSystemIdNotBetween(Integer value1, Integer value2) {
method andCtimeIsNull (line 1070) | public Criteria andCtimeIsNull() {
method andCtimeIsNotNull (line 1075) | public Criteria andCtimeIsNotNull() {
method andCtimeEqualTo (line 1080) | public Criteria andCtimeEqualTo(Long value) {
method andCtimeNotEqualTo (line 1085) | public Criteria andCtimeNotEqualTo(Long value) {
method andCtimeGreaterThan (line 1090) | public Criteria andCtimeGreaterThan(Long value) {
method andCtimeGreaterThanOrEqualTo (line 1095) | public Criteria andCtimeGreaterThanOrEqualTo(Long value) {
method andCtimeLessThan (line 1100) | public Criteria andCtimeLessThan(Long value) {
method andCtimeLessThanOrEqualTo (line 1105) | public Criteria andCtimeLessThanOrEqualTo(Long value) {
method andCtimeIn (line 1110) | public Criteria andCtimeIn(List<Long> values) {
method andCtimeNotIn (line 1115) | public Criteria andCtimeNotIn(List<Long> values) {
method andCtimeBetween (line 1120) | public Criteria andCtimeBetween(Long value1, Long value2) {
method andCtimeNotBetween (line 1125) | public Criteria andCtimeNotBetween(Long value1, Long value2) {
method andOrdersIsNull (line 1130) | public Criteria andOrdersIsNull() {
method andOrdersIsNotNull (line 1135) | public Criteria andOrdersIsNotNull() {
method andOrdersEqualTo (line 1140) | public Criteria andOrdersEqualTo(Long value) {
method andOrdersNotEqualTo (line 1145) | public Criteria andOrdersNotEqualTo(Long value) {
method andOrdersGreaterThan (line 1150) | public Criteria andOrdersGreaterThan(Long value) {
method andOrdersGreaterThanOrEqualTo (line 1155) | public Criteria andOrdersGreaterThanOrEqualTo(Long value) {
method andOrdersLessThan (line 1160) | public Criteria andOrdersLessThan(Long value) {
method andOrdersLessThanOrEqualTo (line 1165) | public Criteria andOrdersLessThanOrEqualTo(Long value) {
method andOrdersIn (line 1170) | public Criteria andOrdersIn(List<Long> values) {
method andOrdersNotIn (line 1175) | public Criteria andOrdersNotIn(List<Long> values) {
method andOrdersBetween (line 1180) | public Criteria andOrdersBetween(Long value1, Long value2) {
method andOrdersNotBetween (line 1185) | public Criteria andOrdersNotBetween(Long value1, Long value2) {
class Criteria (line 1191) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 1193) | protected Criteria() {
class Criterion (line 1198) | public static class Criterion implements Serializable {
method getCondition (line 1215) | public String getCondition() {
method getValue (line 1219) | public Object getValue() {
method getSecondValue (line 1223) | public Object getSecondValue() {
method isNoValue (line 1227) | public boolean isNoValue() {
method isSingleValue (line 1231) | public boolean isSingleValue() {
method isBetweenValue (line 1235) | public boolean isBetweenValue() {
method isListValue (line 1239) | public boolean isListValue() {
method getTypeHandler (line 1243) | public String getTypeHandler() {
method Criterion (line 1247) | protected Criterion(String condition) {
method Criterion (line 1254) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 1266) | protected Criterion(String condition, Object value) {
method Criterion (line 1270) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 1279) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsArticleTag.java
class CmsArticleTag (line 5) | public class CmsArticleTag implements Serializable {
method getArticleTagId (line 29) | public Integer getArticleTagId() {
method setArticleTagId (line 33) | public void setArticleTagId(Integer articleTagId) {
method getArticleId (line 37) | public Integer getArticleId() {
method setArticleId (line 41) | public void setArticleId(Integer articleId) {
method getTagId (line 45) | public Integer getTagId() {
method setTagId (line 49) | public void setTagId(Integer tagId) {
method toString (line 53) | @Override
method equals (line 66) | @Override
method hashCode (line 83) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsArticleTagExample.java
class CmsArticleTagExample (line 7) | public class CmsArticleTagExample implements Serializable {
method CmsArticleTagExample (line 16) | public CmsArticleTagExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andArticleTagIdIsNull (line 110) | public Criteria andArticleTagIdIsNull() {
method andArticleTagIdIsNotNull (line 115) | public Criteria andArticleTagIdIsNotNull() {
method andArticleTagIdEqualTo (line 120) | public Criteria andArticleTagIdEqualTo(Integer value) {
method andArticleTagIdNotEqualTo (line 125) | public Criteria andArticleTagIdNotEqualTo(Integer value) {
method andArticleTagIdGreaterThan (line 130) | public Criteria andArticleTagIdGreaterThan(Integer value) {
method andArticleTagIdGreaterThanOrEqualTo (line 135) | public Criteria andArticleTagIdGreaterThanOrEqualTo(Integer value) {
method andArticleTagIdLessThan (line 140) | public Criteria andArticleTagIdLessThan(Integer value) {
method andArticleTagIdLessThanOrEqualTo (line 145) | public Criteria andArticleTagIdLessThanOrEqualTo(Integer value) {
method andArticleTagIdIn (line 150) | public Criteria andArticleTagIdIn(List<Integer> values) {
method andArticleTagIdNotIn (line 155) | public Criteria andArticleTagIdNotIn(List<Integer> values) {
method andArticleTagIdBetween (line 160) | public Criteria andArticleTagIdBetween(Integer value1, Integer value...
method andArticleTagIdNotBetween (line 165) | public Criteria andArticleTagIdNotBetween(Integer value1, Integer va...
method andArticleIdIsNull (line 170) | public Criteria andArticleIdIsNull() {
method andArticleIdIsNotNull (line 175) | public Criteria andArticleIdIsNotNull() {
method andArticleIdEqualTo (line 180) | public Criteria andArticleIdEqualTo(Integer value) {
method andArticleIdNotEqualTo (line 185) | public Criteria andArticleIdNotEqualTo(Integer value) {
method andArticleIdGreaterThan (line 190) | public Criteria andArticleIdGreaterThan(Integer value) {
method andArticleIdGreaterThanOrEqualTo (line 195) | public Criteria andArticleIdGreaterThanOrEqualTo(Integer value) {
method andArticleIdLessThan (line 200) | public Criteria andArticleIdLessThan(Integer value) {
method andArticleIdLessThanOrEqualTo (line 205) | public Criteria andArticleIdLessThanOrEqualTo(Integer value) {
method andArticleIdIn (line 210) | public Criteria andArticleIdIn(List<Integer> values) {
method andArticleIdNotIn (line 215) | public Criteria andArticleIdNotIn(List<Integer> values) {
method andArticleIdBetween (line 220) | public Criteria andArticleIdBetween(Integer value1, Integer value2) {
method andArticleIdNotBetween (line 225) | public Criteria andArticleIdNotBetween(Integer value1, Integer value...
method andTagIdIsNull (line 230) | public Criteria andTagIdIsNull() {
method andTagIdIsNotNull (line 235) | public Criteria andTagIdIsNotNull() {
method andTagIdEqualTo (line 240) | public Criteria andTagIdEqualTo(Integer value) {
method andTagIdNotEqualTo (line 245) | public Criteria andTagIdNotEqualTo(Integer value) {
method andTagIdGreaterThan (line 250) | public Criteria andTagIdGreaterThan(Integer value) {
method andTagIdGreaterThanOrEqualTo (line 255) | public Criteria andTagIdGreaterThanOrEqualTo(Integer value) {
method andTagIdLessThan (line 260) | public Criteria andTagIdLessThan(Integer value) {
method andTagIdLessThanOrEqualTo (line 265) | public Criteria andTagIdLessThanOrEqualTo(Integer value) {
method andTagIdIn (line 270) | public Criteria andTagIdIn(List<Integer> values) {
method andTagIdNotIn (line 275) | public Criteria andTagIdNotIn(List<Integer> values) {
method andTagIdBetween (line 280) | public Criteria andTagIdBetween(Integer value1, Integer value2) {
method andTagIdNotBetween (line 285) | public Criteria andTagIdNotBetween(Integer value1, Integer value2) {
class Criteria (line 291) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 293) | protected Criteria() {
class Criterion (line 298) | public static class Criterion implements Serializable {
method getCondition (line 315) | public String getCondition() {
method getValue (line 319) | public Object getValue() {
method getSecondValue (line 323) | public Object getSecondValue() {
method isNoValue (line 327) | public boolean isNoValue() {
method isSingleValue (line 331) | public boolean isSingleValue() {
method isBetweenValue (line 335) | public boolean isBetweenValue() {
method isListValue (line 339) | public boolean isListValue() {
method getTypeHandler (line 343) | public String getTypeHandler() {
method Criterion (line 347) | protected Criterion(String condition) {
method Criterion (line 354) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 366) | protected Criterion(String condition, Object value) {
method Criterion (line 370) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 379) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsCategory.java
class CmsCategory (line 5) | public class CmsCategory implements Serializable {
method getCategoryId (line 85) | public Integer getCategoryId() {
method setCategoryId (line 89) | public void setCategoryId(Integer categoryId) {
method getPid (line 93) | public Integer getPid() {
method setPid (line 97) | public void setPid(Integer pid) {
method getLevel (line 101) | public Byte getLevel() {
method setLevel (line 105) | public void setLevel(Byte level) {
method getName (line 109) | public String getName() {
method setName (line 113) | public void setName(String name) {
method getDescription (line 117) | public String getDescription() {
method setDescription (line 121) | public void setDescription(String description) {
method getIcon (line 125) | public String getIcon() {
method setIcon (line 129) | public void setIcon(String icon) {
method getType (line 133) | public Byte getType() {
method setType (line 137) | public void setType(Byte type) {
method getAlias (line 141) | public String getAlias() {
method setAlias (line 145) | public void setAlias(String alias) {
method getSystemId (line 149) | public Integer getSystemId() {
method setSystemId (line 153) | public void setSystemId(Integer systemId) {
method getCtime (line 157) | public Long getCtime() {
method setCtime (line 161) | public void setCtime(Long ctime) {
method getOrders (line 165) | public Long getOrders() {
method setOrders (line 169) | public void setOrders(Long orders) {
method toString (line 173) | @Override
method equals (line 194) | @Override
method hashCode (line 219) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsCategoryExample.java
class CmsCategoryExample (line 7) | public class CmsCategoryExample implements Serializable {
method CmsCategoryExample (line 16) | public CmsCategoryExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andCategoryIdIsNull (line 110) | public Criteria andCategoryIdIsNull() {
method andCategoryIdIsNotNull (line 115) | public Criteria andCategoryIdIsNotNull() {
method andCategoryIdEqualTo (line 120) | public Criteria andCategoryIdEqualTo(Integer value) {
method andCategoryIdNotEqualTo (line 125) | public Criteria andCategoryIdNotEqualTo(Integer value) {
method andCategoryIdGreaterThan (line 130) | public Criteria andCategoryIdGreaterThan(Integer value) {
method andCategoryIdGreaterThanOrEqualTo (line 135) | public Criteria andCategoryIdGreaterThanOrEqualTo(Integer value) {
method andCategoryIdLessThan (line 140) | public Criteria andCategoryIdLessThan(Integer value) {
method andCategoryIdLessThanOrEqualTo (line 145) | public Criteria andCategoryIdLessThanOrEqualTo(Integer value) {
method andCategoryIdIn (line 150) | public Criteria andCategoryIdIn(List<Integer> values) {
method andCategoryIdNotIn (line 155) | public Criteria andCategoryIdNotIn(List<Integer> values) {
method andCategoryIdBetween (line 160) | public Criteria andCategoryIdBetween(Integer value1, Integer value2) {
method andCategoryIdNotBetween (line 165) | public Criteria andCategoryIdNotBetween(Integer value1, Integer valu...
method andPidIsNull (line 170) | public Criteria andPidIsNull() {
method andPidIsNotNull (line 175) | public Criteria andPidIsNotNull() {
method andPidEqualTo (line 180) | public Criteria andPidEqualTo(Integer value) {
method andPidNotEqualTo (line 185) | public Criteria andPidNotEqualTo(Integer value) {
method andPidGreaterThan (line 190) | public Criteria andPidGreaterThan(Integer value) {
method andPidGreaterThanOrEqualTo (line 195) | public Criteria andPidGreaterThanOrEqualTo(Integer value) {
method andPidLessThan (line 200) | public Criteria andPidLessThan(Integer value) {
method andPidLessThanOrEqualTo (line 205) | public Criteria andPidLessThanOrEqualTo(Integer value) {
method andPidIn (line 210) | public Criteria andPidIn(List<Integer> values) {
method andPidNotIn (line 215) | public Criteria andPidNotIn(List<Integer> values) {
method andPidBetween (line 220) | public Criteria andPidBetween(Integer value1, Integer value2) {
method andPidNotBetween (line 225) | public Criteria andPidNotBetween(Integer value1, Integer value2) {
method andLevelIsNull (line 230) | public Criteria andLevelIsNull() {
method andLevelIsNotNull (line 235) | public Criteria andLevelIsNotNull() {
method andLevelEqualTo (line 240) | public Criteria andLevelEqualTo(Byte value) {
method andLevelNotEqualTo (line 245) | public Criteria andLevelNotEqualTo(Byte value) {
method andLevelGreaterThan (line 250) | public Criteria andLevelGreaterThan(Byte value) {
method andLevelGreaterThanOrEqualTo (line 255) | public Criteria andLevelGreaterThanOrEqualTo(Byte value) {
method andLevelLessThan (line 260) | public Criteria andLevelLessThan(Byte value) {
method andLevelLessThanOrEqualTo (line 265) | public Criteria andLevelLessThanOrEqualTo(Byte value) {
method andLevelIn (line 270) | public Criteria andLevelIn(List<Byte> values) {
method andLevelNotIn (line 275) | public Criteria andLevelNotIn(List<Byte> values) {
method andLevelBetween (line 280) | public Criteria andLevelBetween(Byte value1, Byte value2) {
method andLevelNotBetween (line 285) | public Criteria andLevelNotBetween(Byte value1, Byte value2) {
method andNameIsNull (line 290) | public Criteria andNameIsNull() {
method andNameIsNotNull (line 295) | public Criteria andNameIsNotNull() {
method andNameEqualTo (line 300) | public Criteria andNameEqualTo(String value) {
method andNameNotEqualTo (line 305) | public Criteria andNameNotEqualTo(String value) {
method andNameGreaterThan (line 310) | public Criteria andNameGreaterThan(String value) {
method andNameGreaterThanOrEqualTo (line 315) | public Criteria andNameGreaterThanOrEqualTo(String value) {
method andNameLessThan (line 320) | public Criteria andNameLessThan(String value) {
method andNameLessThanOrEqualTo (line 325) | public Criteria andNameLessThanOrEqualTo(String value) {
method andNameLike (line 330) | public Criteria andNameLike(String value) {
method andNameNotLike (line 335) | public Criteria andNameNotLike(String value) {
method andNameIn (line 340) | public Criteria andNameIn(List<String> values) {
method andNameNotIn (line 345) | public Criteria andNameNotIn(List<String> values) {
method andNameBetween (line 350) | public Criteria andNameBetween(String value1, String value2) {
method andNameNotBetween (line 355) | public Criteria andNameNotBetween(String value1, String value2) {
method andDescriptionIsNull (line 360) | public Criteria andDescriptionIsNull() {
method andDescriptionIsNotNull (line 365) | public Criteria andDescriptionIsNotNull() {
method andDescriptionEqualTo (line 370) | public Criteria andDescriptionEqualTo(String value) {
method andDescriptionNotEqualTo (line 375) | public Criteria andDescriptionNotEqualTo(String value) {
method andDescriptionGreaterThan (line 380) | public Criteria andDescriptionGreaterThan(String value) {
method andDescriptionGreaterThanOrEqualTo (line 385) | public Criteria andDescriptionGreaterThanOrEqualTo(String value) {
method andDescriptionLessThan (line 390) | public Criteria andDescriptionLessThan(String value) {
method andDescriptionLessThanOrEqualTo (line 395) | public Criteria andDescriptionLessThanOrEqualTo(String value) {
method andDescriptionLike (line 400) | public Criteria andDescriptionLike(String value) {
method andDescriptionNotLike (line 405) | public Criteria andDescriptionNotLike(String value) {
method andDescriptionIn (line 410) | public Criteria andDescriptionIn(List<String> values) {
method andDescriptionNotIn (line 415) | public Criteria andDescriptionNotIn(List<String> values) {
method andDescriptionBetween (line 420) | public Criteria andDescriptionBetween(String value1, String value2) {
method andDescriptionNotBetween (line 425) | public Criteria andDescriptionNotBetween(String value1, String value...
method andIconIsNull (line 430) | public Criteria andIconIsNull() {
method andIconIsNotNull (line 435) | public Criteria andIconIsNotNull() {
method andIconEqualTo (line 440) | public Criteria andIconEqualTo(String value) {
method andIconNotEqualTo (line 445) | public Criteria andIconNotEqualTo(String value) {
method andIconGreaterThan (line 450) | public Criteria andIconGreaterThan(String value) {
method andIconGreaterThanOrEqualTo (line 455) | public Criteria andIconGreaterThanOrEqualTo(String value) {
method andIconLessThan (line 460) | public Criteria andIconLessThan(String value) {
method andIconLessThanOrEqualTo (line 465) | public Criteria andIconLessThanOrEqualTo(String value) {
method andIconLike (line 470) | public Criteria andIconLike(String value) {
method andIconNotLike (line 475) | public Criteria andIconNotLike(String value) {
method andIconIn (line 480) | public Criteria andIconIn(List<String> values) {
method andIconNotIn (line 485) | public Criteria andIconNotIn(List<String> values) {
method andIconBetween (line 490) | public Criteria andIconBetween(String value1, String value2) {
method andIconNotBetween (line 495) | public Criteria andIconNotBetween(String value1, String value2) {
method andTypeIsNull (line 500) | public Criteria andTypeIsNull() {
method andTypeIsNotNull (line 505) | public Criteria andTypeIsNotNull() {
method andTypeEqualTo (line 510) | public Criteria andTypeEqualTo(Byte value) {
method andTypeNotEqualTo (line 515) | public Criteria andTypeNotEqualTo(Byte value) {
method andTypeGreaterThan (line 520) | public Criteria andTypeGreaterThan(Byte value) {
method andTypeGreaterThanOrEqualTo (line 525) | public Criteria andTypeGreaterThanOrEqualTo(Byte value) {
method andTypeLessThan (line 530) | public Criteria andTypeLessThan(Byte value) {
method andTypeLessThanOrEqualTo (line 535) | public Criteria andTypeLessThanOrEqualTo(Byte value) {
method andTypeIn (line 540) | public Criteria andTypeIn(List<Byte> values) {
method andTypeNotIn (line 545) | public Criteria andTypeNotIn(List<Byte> values) {
method andTypeBetween (line 550) | public Criteria andTypeBetween(Byte value1, Byte value2) {
method andTypeNotBetween (line 555) | public Criteria andTypeNotBetween(Byte value1, Byte value2) {
method andAliasIsNull (line 560) | public Criteria andAliasIsNull() {
method andAliasIsNotNull (line 565) | public Criteria andAliasIsNotNull() {
method andAliasEqualTo (line 570) | public Criteria andAliasEqualTo(String value) {
method andAliasNotEqualTo (line 575) | public Criteria andAliasNotEqualTo(String value) {
method andAliasGreaterThan (line 580) | public Criteria andAliasGreaterThan(String value) {
method andAliasGreaterThanOrEqualTo (line 585) | public Criteria andAliasGreaterThanOrEqualTo(String value) {
method andAliasLessThan (line 590) | public Criteria andAliasLessThan(String value) {
method andAliasLessThanOrEqualTo (line 595) | public Criteria andAliasLessThanOrEqualTo(String value) {
method andAliasLike (line 600) | public Criteria andAliasLike(String value) {
method andAliasNotLike (line 605) | public Criteria andAliasNotLike(String value) {
method andAliasIn (line 610) | public Criteria andAliasIn(List<String> values) {
method andAliasNotIn (line 615) | public Criteria andAliasNotIn(List<String> values) {
method andAliasBetween (line 620) | public Criteria andAliasBetween(String value1, String value2) {
method andAliasNotBetween (line 625) | public Criteria andAliasNotBetween(String value1, String value2) {
method andSystemIdIsNull (line 630) | public Criteria andSystemIdIsNull() {
method andSystemIdIsNotNull (line 635) | public Criteria andSystemIdIsNotNull() {
method andSystemIdEqualTo (line 640) | public Criteria andSystemIdEqualTo(Integer value) {
method andSystemIdNotEqualTo (line 645) | public Criteria andSystemIdNotEqualTo(Integer value) {
method andSystemIdGreaterThan (line 650) | public Criteria andSystemIdGreaterThan(Integer value) {
method andSystemIdGreaterThanOrEqualTo (line 655) | public Criteria andSystemIdGreaterThanOrEqualTo(Integer value) {
method andSystemIdLessThan (line 660) | public Criteria andSystemIdLessThan(Integer value) {
method andSystemIdLessThanOrEqualTo (line 665) | public Criteria andSystemIdLessThanOrEqualTo(Integer value) {
method andSystemIdIn (line 670) | public Criteria andSystemIdIn(List<Integer> values) {
method andSystemIdNotIn (line 675) | public Criteria andSystemIdNotIn(List<Integer> values) {
method andSystemIdBetween (line 680) | public Criteria andSystemIdBetween(Integer value1, Integer value2) {
method andSystemIdNotBetween (line 685) | public Criteria andSystemIdNotBetween(Integer value1, Integer value2) {
method andCtimeIsNull (line 690) | public Criteria andCtimeIsNull() {
method andCtimeIsNotNull (line 695) | public Criteria andCtimeIsNotNull() {
method andCtimeEqualTo (line 700) | public Criteria andCtimeEqualTo(Long value) {
method andCtimeNotEqualTo (line 705) | public Criteria andCtimeNotEqualTo(Long value) {
method andCtimeGreaterThan (line 710) | public Criteria andCtimeGreaterThan(Long value) {
method andCtimeGreaterThanOrEqualTo (line 715) | public Criteria andCtimeGreaterThanOrEqualTo(Long value) {
method andCtimeLessThan (line 720) | public Criteria andCtimeLessThan(Long value) {
method andCtimeLessThanOrEqualTo (line 725) | public Criteria andCtimeLessThanOrEqualTo(Long value) {
method andCtimeIn (line 730) | public Criteria andCtimeIn(List<Long> values) {
method andCtimeNotIn (line 735) | public Criteria andCtimeNotIn(List<Long> values) {
method andCtimeBetween (line 740) | public Criteria andCtimeBetween(Long value1, Long value2) {
method andCtimeNotBetween (line 745) | public Criteria andCtimeNotBetween(Long value1, Long value2) {
method andOrdersIsNull (line 750) | public Criteria andOrdersIsNull() {
method andOrdersIsNotNull (line 755) | public Criteria andOrdersIsNotNull() {
method andOrdersEqualTo (line 760) | public Criteria andOrdersEqualTo(Long value) {
method andOrdersNotEqualTo (line 765) | public Criteria andOrdersNotEqualTo(Long value) {
method andOrdersGreaterThan (line 770) | public Criteria andOrdersGreaterThan(Long value) {
method andOrdersGreaterThanOrEqualTo (line 775) | public Criteria andOrdersGreaterThanOrEqualTo(Long value) {
method andOrdersLessThan (line 780) | public Criteria andOrdersLessThan(Long value) {
method andOrdersLessThanOrEqualTo (line 785) | public Criteria andOrdersLessThanOrEqualTo(Long value) {
method andOrdersIn (line 790) | public Criteria andOrdersIn(List<Long> values) {
method andOrdersNotIn (line 795) | public Criteria andOrdersNotIn(List<Long> values) {
method andOrdersBetween (line 800) | public Criteria andOrdersBetween(Long value1, Long value2) {
method andOrdersNotBetween (line 805) | public Criteria andOrdersNotBetween(Long value1, Long value2) {
class Criteria (line 811) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 813) | protected Criteria() {
class Criterion (line 818) | public static class Criterion implements Serializable {
method getCondition (line 835) | public String getCondition() {
method getValue (line 839) | public Object getValue() {
method getSecondValue (line 843) | public Object getSecondValue() {
method isNoValue (line 847) | public boolean isNoValue() {
method isSingleValue (line 851) | public boolean isSingleValue() {
method isBetweenValue (line 855) | public boolean isBetweenValue() {
method isListValue (line 859) | public boolean isListValue() {
method getTypeHandler (line 863) | public String getTypeHandler() {
method Criterion (line 867) | protected Criterion(String condition) {
method Criterion (line 874) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 886) | protected Criterion(String condition, Object value) {
method Criterion (line 890) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 899) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsCategoryTag.java
class CmsCategoryTag (line 5) | public class CmsCategoryTag implements Serializable {
method getCategoryTagId (line 29) | public Integer getCategoryTagId() {
method setCategoryTagId (line 33) | public void setCategoryTagId(Integer categoryTagId) {
method getCategoryId (line 37) | public Integer getCategoryId() {
method setCategoryId (line 41) | public void setCategoryId(Integer categoryId) {
method getTagId (line 45) | public Integer getTagId() {
method setTagId (line 49) | public void setTagId(Integer tagId) {
method toString (line 53) | @Override
method equals (line 66) | @Override
method hashCode (line 83) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsCategoryTagExample.java
class CmsCategoryTagExample (line 7) | public class CmsCategoryTagExample implements Serializable {
method CmsCategoryTagExample (line 16) | public CmsCategoryTagExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andCategoryTagIdIsNull (line 110) | public Criteria andCategoryTagIdIsNull() {
method andCategoryTagIdIsNotNull (line 115) | public Criteria andCategoryTagIdIsNotNull() {
method andCategoryTagIdEqualTo (line 120) | public Criteria andCategoryTagIdEqualTo(Integer value) {
method andCategoryTagIdNotEqualTo (line 125) | public Criteria andCategoryTagIdNotEqualTo(Integer value) {
method andCategoryTagIdGreaterThan (line 130) | public Criteria andCategoryTagIdGreaterThan(Integer value) {
method andCategoryTagIdGreaterThanOrEqualTo (line 135) | public Criteria andCategoryTagIdGreaterThanOrEqualTo(Integer value) {
method andCategoryTagIdLessThan (line 140) | public Criteria andCategoryTagIdLessThan(Integer value) {
method andCategoryTagIdLessThanOrEqualTo (line 145) | public Criteria andCategoryTagIdLessThanOrEqualTo(Integer value) {
method andCategoryTagIdIn (line 150) | public Criteria andCategoryTagIdIn(List<Integer> values) {
method andCategoryTagIdNotIn (line 155) | public Criteria andCategoryTagIdNotIn(List<Integer> values) {
method andCategoryTagIdBetween (line 160) | public Criteria andCategoryTagIdBetween(Integer value1, Integer valu...
method andCategoryTagIdNotBetween (line 165) | public Criteria andCategoryTagIdNotBetween(Integer value1, Integer v...
method andCategoryIdIsNull (line 170) | public Criteria andCategoryIdIsNull() {
method andCategoryIdIsNotNull (line 175) | public Criteria andCategoryIdIsNotNull() {
method andCategoryIdEqualTo (line 180) | public Criteria andCategoryIdEqualTo(Integer value) {
method andCategoryIdNotEqualTo (line 185) | public Criteria andCategoryIdNotEqualTo(Integer value) {
method andCategoryIdGreaterThan (line 190) | public Criteria andCategoryIdGreaterThan(Integer value) {
method andCategoryIdGreaterThanOrEqualTo (line 195) | public Criteria andCategoryIdGreaterThanOrEqualTo(Integer value) {
method andCategoryIdLessThan (line 200) | public Criteria andCategoryIdLessThan(Integer value) {
method andCategoryIdLessThanOrEqualTo (line 205) | public Criteria andCategoryIdLessThanOrEqualTo(Integer value) {
method andCategoryIdIn (line 210) | public Criteria andCategoryIdIn(List<Integer> values) {
method andCategoryIdNotIn (line 215) | public Criteria andCategoryIdNotIn(List<Integer> values) {
method andCategoryIdBetween (line 220) | public Criteria andCategoryIdBetween(Integer value1, Integer value2) {
method andCategoryIdNotBetween (line 225) | public Criteria andCategoryIdNotBetween(Integer value1, Integer valu...
method andTagIdIsNull (line 230) | public Criteria andTagIdIsNull() {
method andTagIdIsNotNull (line 235) | public Criteria andTagIdIsNotNull() {
method andTagIdEqualTo (line 240) | public Criteria andTagIdEqualTo(Integer value) {
method andTagIdNotEqualTo (line 245) | public Criteria andTagIdNotEqualTo(Integer value) {
method andTagIdGreaterThan (line 250) | public Criteria andTagIdGreaterThan(Integer value) {
method andTagIdGreaterThanOrEqualTo (line 255) | public Criteria andTagIdGreaterThanOrEqualTo(Integer value) {
method andTagIdLessThan (line 260) | public Criteria andTagIdLessThan(Integer value) {
method andTagIdLessThanOrEqualTo (line 265) | public Criteria andTagIdLessThanOrEqualTo(Integer value) {
method andTagIdIn (line 270) | public Criteria andTagIdIn(List<Integer> values) {
method andTagIdNotIn (line 275) | public Criteria andTagIdNotIn(List<Integer> values) {
method andTagIdBetween (line 280) | public Criteria andTagIdBetween(Integer value1, Integer value2) {
method andTagIdNotBetween (line 285) | public Criteria andTagIdNotBetween(Integer value1, Integer value2) {
class Criteria (line 291) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 293) | protected Criteria() {
class Criterion (line 298) | public static class Criterion implements Serializable {
method getCondition (line 315) | public String getCondition() {
method getValue (line 319) | public Object getValue() {
method getSecondValue (line 323) | public Object getSecondValue() {
method isNoValue (line 327) | public boolean isNoValue() {
method isSingleValue (line 331) | public boolean isSingleValue() {
method isBetweenValue (line 335) | public boolean isBetweenValue() {
method isListValue (line 339) | public boolean isListValue() {
method getTypeHandler (line 343) | public String getTypeHandler() {
method Criterion (line 347) | protected Criterion(String condition) {
method Criterion (line 354) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 366) | protected Criterion(String condition, Object value) {
method Criterion (line 370) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 379) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsComment.java
class CmsComment (line 5) | public class CmsComment implements Serializable {
method getCommentId (line 78) | public Integer getCommentId() {
method setCommentId (line 82) | public void setCommentId(Integer commentId) {
method getPid (line 86) | public Integer getPid() {
method setPid (line 90) | public void setPid(Integer pid) {
method getArticleId (line 94) | public Integer getArticleId() {
method setArticleId (line 98) | public void setArticleId(Integer articleId) {
method getUserId (line 102) | public Integer getUserId() {
method setUserId (line 106) | public void setUserId(Integer userId) {
method getStatus (line 110) | public Byte getStatus() {
method setStatus (line 114) | public void setStatus(Byte status) {
method getIp (line 118) | public String getIp() {
method setIp (line 122) | public void setIp(String ip) {
method getAgent (line 126) | public String getAgent() {
method setAgent (line 130) | public void setAgent(String agent) {
method getSystemId (line 134) | public Integer getSystemId() {
method setSystemId (line 138) | public void setSystemId(Integer systemId) {
method getCtime (line 142) | public Long getCtime() {
method setCtime (line 146) | public void setCtime(Long ctime) {
method getContent (line 150) | public String getContent() {
method setContent (line 154) | public void setContent(String content) {
method toString (line 158) | @Override
method equals (line 178) | @Override
method hashCode (line 202) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsCommentExample.java
class CmsCommentExample (line 7) | public class CmsCommentExample implements Serializable {
method CmsCommentExample (line 16) | public CmsCommentExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andCommentIdIsNull (line 110) | public Criteria andCommentIdIsNull() {
method andCommentIdIsNotNull (line 115) | public Criteria andCommentIdIsNotNull() {
method andCommentIdEqualTo (line 120) | public Criteria andCommentIdEqualTo(Integer value) {
method andCommentIdNotEqualTo (line 125) | public Criteria andCommentIdNotEqualTo(Integer value) {
method andCommentIdGreaterThan (line 130) | public Criteria andCommentIdGreaterThan(Integer value) {
method andCommentIdGreaterThanOrEqualTo (line 135) | public Criteria andCommentIdGreaterThanOrEqualTo(Integer value) {
method andCommentIdLessThan (line 140) | public Criteria andCommentIdLessThan(Integer value) {
method andCommentIdLessThanOrEqualTo (line 145) | public Criteria andCommentIdLessThanOrEqualTo(Integer value) {
method andCommentIdIn (line 150) | public Criteria andCommentIdIn(List<Integer> values) {
method andCommentIdNotIn (line 155) | public Criteria andCommentIdNotIn(List<Integer> values) {
method andCommentIdBetween (line 160) | public Criteria andCommentIdBetween(Integer value1, Integer value2) {
method andCommentIdNotBetween (line 165) | public Criteria andCommentIdNotBetween(Integer value1, Integer value...
method andPidIsNull (line 170) | public Criteria andPidIsNull() {
method andPidIsNotNull (line 175) | public Criteria andPidIsNotNull() {
method andPidEqualTo (line 180) | public Criteria andPidEqualTo(Integer value) {
method andPidNotEqualTo (line 185) | public Criteria andPidNotEqualTo(Integer value) {
method andPidGreaterThan (line 190) | public Criteria andPidGreaterThan(Integer value) {
method andPidGreaterThanOrEqualTo (line 195) | public Criteria andPidGreaterThanOrEqualTo(Integer value) {
method andPidLessThan (line 200) | public Criteria andPidLessThan(Integer value) {
method andPidLessThanOrEqualTo (line 205) | public Criteria andPidLessThanOrEqualTo(Integer value) {
method andPidIn (line 210) | public Criteria andPidIn(List<Integer> values) {
method andPidNotIn (line 215) | public Criteria andPidNotIn(List<Integer> values) {
method andPidBetween (line 220) | public Criteria andPidBetween(Integer value1, Integer value2) {
method andPidNotBetween (line 225) | public Criteria andPidNotBetween(Integer value1, Integer value2) {
method andArticleIdIsNull (line 230) | public Criteria andArticleIdIsNull() {
method andArticleIdIsNotNull (line 235) | public Criteria andArticleIdIsNotNull() {
method andArticleIdEqualTo (line 240) | public Criteria andArticleIdEqualTo(Integer value) {
method andArticleIdNotEqualTo (line 245) | public Criteria andArticleIdNotEqualTo(Integer value) {
method andArticleIdGreaterThan (line 250) | public Criteria andArticleIdGreaterThan(Integer value) {
method andArticleIdGreaterThanOrEqualTo (line 255) | public Criteria andArticleIdGreaterThanOrEqualTo(Integer value) {
method andArticleIdLessThan (line 260) | public Criteria andArticleIdLessThan(Integer value) {
method andArticleIdLessThanOrEqualTo (line 265) | public Criteria andArticleIdLessThanOrEqualTo(Integer value) {
method andArticleIdIn (line 270) | public Criteria andArticleIdIn(List<Integer> values) {
method andArticleIdNotIn (line 275) | public Criteria andArticleIdNotIn(List<Integer> values) {
method andArticleIdBetween (line 280) | public Criteria andArticleIdBetween(Integer value1, Integer value2) {
method andArticleIdNotBetween (line 285) | public Criteria andArticleIdNotBetween(Integer value1, Integer value...
method andUserIdIsNull (line 290) | public Criteria andUserIdIsNull() {
method andUserIdIsNotNull (line 295) | public Criteria andUserIdIsNotNull() {
method andUserIdEqualTo (line 300) | public Criteria andUserIdEqualTo(Integer value) {
method andUserIdNotEqualTo (line 305) | public Criteria andUserIdNotEqualTo(Integer value) {
method andUserIdGreaterThan (line 310) | public Criteria andUserIdGreaterThan(Integer value) {
method andUserIdGreaterThanOrEqualTo (line 315) | public Criteria andUserIdGreaterThanOrEqualTo(Integer value) {
method andUserIdLessThan (line 320) | public Criteria andUserIdLessThan(Integer value) {
method andUserIdLessThanOrEqualTo (line 325) | public Criteria andUserIdLessThanOrEqualTo(Integer value) {
method andUserIdIn (line 330) | public Criteria andUserIdIn(List<Integer> values) {
method andUserIdNotIn (line 335) | public Criteria andUserIdNotIn(List<Integer> values) {
method andUserIdBetween (line 340) | public Criteria andUserIdBetween(Integer value1, Integer value2) {
method andUserIdNotBetween (line 345) | public Criteria andUserIdNotBetween(Integer value1, Integer value2) {
method andStatusIsNull (line 350) | public Criteria andStatusIsNull() {
method andStatusIsNotNull (line 355) | public Criteria andStatusIsNotNull() {
method andStatusEqualTo (line 360) | public Criteria andStatusEqualTo(Byte value) {
method andStatusNotEqualTo (line 365) | public Criteria andStatusNotEqualTo(Byte value) {
method andStatusGreaterThan (line 370) | public Criteria andStatusGreaterThan(Byte value) {
method andStatusGreaterThanOrEqualTo (line 375) | public Criteria andStatusGreaterThanOrEqualTo(Byte value) {
method andStatusLessThan (line 380) | public Criteria andStatusLessThan(Byte value) {
method andStatusLessThanOrEqualTo (line 385) | public Criteria andStatusLessThanOrEqualTo(Byte value) {
method andStatusIn (line 390) | public Criteria andStatusIn(List<Byte> values) {
method andStatusNotIn (line 395) | public Criteria andStatusNotIn(List<Byte> values) {
method andStatusBetween (line 400) | public Criteria andStatusBetween(Byte value1, Byte value2) {
method andStatusNotBetween (line 405) | public Criteria andStatusNotBetween(Byte value1, Byte value2) {
method andIpIsNull (line 410) | public Criteria andIpIsNull() {
method andIpIsNotNull (line 415) | public Criteria andIpIsNotNull() {
method andIpEqualTo (line 420) | public Criteria andIpEqualTo(String value) {
method andIpNotEqualTo (line 425) | public Criteria andIpNotEqualTo(String value) {
method andIpGreaterThan (line 430) | public Criteria andIpGreaterThan(String value) {
method andIpGreaterThanOrEqualTo (line 435) | public Criteria andIpGreaterThanOrEqualTo(String value) {
method andIpLessThan (line 440) | public Criteria andIpLessThan(String value) {
method andIpLessThanOrEqualTo (line 445) | public Criteria andIpLessThanOrEqualTo(String value) {
method andIpLike (line 450) | public Criteria andIpLike(String value) {
method andIpNotLike (line 455) | public Criteria andIpNotLike(String value) {
method andIpIn (line 460) | public Criteria andIpIn(List<String> values) {
method andIpNotIn (line 465) | public Criteria andIpNotIn(List<String> values) {
method andIpBetween (line 470) | public Criteria andIpBetween(String value1, String value2) {
method andIpNotBetween (line 475) | public Criteria andIpNotBetween(String value1, String value2) {
method andAgentIsNull (line 480) | public Criteria andAgentIsNull() {
method andAgentIsNotNull (line 485) | public Criteria andAgentIsNotNull() {
method andAgentEqualTo (line 490) | public Criteria andAgentEqualTo(String value) {
method andAgentNotEqualTo (line 495) | public Criteria andAgentNotEqualTo(String value) {
method andAgentGreaterThan (line 500) | public Criteria andAgentGreaterThan(String value) {
method andAgentGreaterThanOrEqualTo (line 505) | public Criteria andAgentGreaterThanOrEqualTo(String value) {
method andAgentLessThan (line 510) | public Criteria andAgentLessThan(String value) {
method andAgentLessThanOrEqualTo (line 515) | public Criteria andAgentLessThanOrEqualTo(String value) {
method andAgentLike (line 520) | public Criteria andAgentLike(String value) {
method andAgentNotLike (line 525) | public Criteria andAgentNotLike(String value) {
method andAgentIn (line 530) | public Criteria andAgentIn(List<String> values) {
method andAgentNotIn (line 535) | public Criteria andAgentNotIn(List<String> values) {
method andAgentBetween (line 540) | public Criteria andAgentBetween(String value1, String value2) {
method andAgentNotBetween (line 545) | public Criteria andAgentNotBetween(String value1, String value2) {
method andSystemIdIsNull (line 550) | public Criteria andSystemIdIsNull() {
method andSystemIdIsNotNull (line 555) | public Criteria andSystemIdIsNotNull() {
method andSystemIdEqualTo (line 560) | public Criteria andSystemIdEqualTo(Integer value) {
method andSystemIdNotEqualTo (line 565) | public Criteria andSystemIdNotEqualTo(Integer value) {
method andSystemIdGreaterThan (line 570) | public Criteria andSystemIdGreaterThan(Integer value) {
method andSystemIdGreaterThanOrEqualTo (line 575) | public Criteria andSystemIdGreaterThanOrEqualTo(Integer value) {
method andSystemIdLessThan (line 580) | public Criteria andSystemIdLessThan(Integer value) {
method andSystemIdLessThanOrEqualTo (line 585) | public Criteria andSystemIdLessThanOrEqualTo(Integer value) {
method andSystemIdIn (line 590) | public Criteria andSystemIdIn(List<Integer> values) {
method andSystemIdNotIn (line 595) | public Criteria andSystemIdNotIn(List<Integer> values) {
method andSystemIdBetween (line 600) | public Criteria andSystemIdBetween(Integer value1, Integer value2) {
method andSystemIdNotBetween (line 605) | public Criteria andSystemIdNotBetween(Integer value1, Integer value2) {
method andCtimeIsNull (line 610) | public Criteria andCtimeIsNull() {
method andCtimeIsNotNull (line 615) | public Criteria andCtimeIsNotNull() {
method andCtimeEqualTo (line 620) | public Criteria andCtimeEqualTo(Long value) {
method andCtimeNotEqualTo (line 625) | public Criteria andCtimeNotEqualTo(Long value) {
method andCtimeGreaterThan (line 630) | public Criteria andCtimeGreaterThan(Long value) {
method andCtimeGreaterThanOrEqualTo (line 635) | public Criteria andCtimeGreaterThanOrEqualTo(Long value) {
method andCtimeLessThan (line 640) | public Criteria andCtimeLessThan(Long value) {
method andCtimeLessThanOrEqualTo (line 645) | public Criteria andCtimeLessThanOrEqualTo(Long value) {
method andCtimeIn (line 650) | public Criteria andCtimeIn(List<Long> values) {
method andCtimeNotIn (line 655) | public Criteria andCtimeNotIn(List<Long> values) {
method andCtimeBetween (line 660) | public Criteria andCtimeBetween(Long value1, Long value2) {
method andCtimeNotBetween (line 665) | public Criteria andCtimeNotBetween(Long value1, Long value2) {
class Criteria (line 671) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 673) | protected Criteria() {
class Criterion (line 678) | public static class Criterion implements Serializable {
method getCondition (line 695) | public String getCondition() {
method getValue (line 699) | public Object getValue() {
method getSecondValue (line 703) | public Object getSecondValue() {
method isNoValue (line 707) | public boolean isNoValue() {
method isSingleValue (line 711) | public boolean isSingleValue() {
method isBetweenValue (line 715) | public boolean isBetweenValue() {
method isListValue (line 719) | public boolean isListValue() {
method getTypeHandler (line 723) | public String getTypeHandler() {
method Criterion (line 727) | protected Criterion(String condition) {
method Criterion (line 734) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 746) | protected Criterion(String condition, Object value) {
method Criterion (line 750) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 759) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsMenu.java
class CmsMenu (line 5) | public class CmsMenu implements Serializable {
method getMenuId (line 50) | public Integer getMenuId() {
method setMenuId (line 54) | public void setMenuId(Integer menuId) {
method getPid (line 58) | public Integer getPid() {
method setPid (line 62) | public void setPid(Integer pid) {
method getName (line 66) | public String getName() {
method setName (line 70) | public void setName(String name) {
method getUrl (line 74) | public String getUrl() {
method setUrl (line 78) | public void setUrl(String url) {
method getTarget (line 82) | public String getTarget() {
method setTarget (line 86) | public void setTarget(String target) {
method getOrders (line 90) | public Long getOrders() {
method setOrders (line 94) | public void setOrders(Long orders) {
method toString (line 98) | @Override
method equals (line 114) | @Override
method hashCode (line 134) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsMenuExample.java
class CmsMenuExample (line 7) | public class CmsMenuExample implements Serializable {
method CmsMenuExample (line 16) | public CmsMenuExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andMenuIdIsNull (line 110) | public Criteria andMenuIdIsNull() {
method andMenuIdIsNotNull (line 115) | public Criteria andMenuIdIsNotNull() {
method andMenuIdEqualTo (line 120) | public Criteria andMenuIdEqualTo(Integer value) {
method andMenuIdNotEqualTo (line 125) | public Criteria andMenuIdNotEqualTo(Integer value) {
method andMenuIdGreaterThan (line 130) | public Criteria andMenuIdGreaterThan(Integer value) {
method andMenuIdGreaterThanOrEqualTo (line 135) | public Criteria andMenuIdGreaterThanOrEqualTo(Integer value) {
method andMenuIdLessThan (line 140) | public Criteria andMenuIdLessThan(Integer value) {
method andMenuIdLessThanOrEqualTo (line 145) | public Criteria andMenuIdLessThanOrEqualTo(Integer value) {
method andMenuIdIn (line 150) | public Criteria andMenuIdIn(List<Integer> values) {
method andMenuIdNotIn (line 155) | public Criteria andMenuIdNotIn(List<Integer> values) {
method andMenuIdBetween (line 160) | public Criteria andMenuIdBetween(Integer value1, Integer value2) {
method andMenuIdNotBetween (line 165) | public Criteria andMenuIdNotBetween(Integer value1, Integer value2) {
method andPidIsNull (line 170) | public Criteria andPidIsNull() {
method andPidIsNotNull (line 175) | public Criteria andPidIsNotNull() {
method andPidEqualTo (line 180) | public Criteria andPidEqualTo(Integer value) {
method andPidNotEqualTo (line 185) | public Criteria andPidNotEqualTo(Integer value) {
method andPidGreaterThan (line 190) | public Criteria andPidGreaterThan(Integer value) {
method andPidGreaterThanOrEqualTo (line 195) | public Criteria andPidGreaterThanOrEqualTo(Integer value) {
method andPidLessThan (line 200) | public Criteria andPidLessThan(Integer value) {
method andPidLessThanOrEqualTo (line 205) | public Criteria andPidLessThanOrEqualTo(Integer value) {
method andPidIn (line 210) | public Criteria andPidIn(List<Integer> values) {
method andPidNotIn (line 215) | public Criteria andPidNotIn(List<Integer> values) {
method andPidBetween (line 220) | public Criteria andPidBetween(Integer value1, Integer value2) {
method andPidNotBetween (line 225) | public Criteria andPidNotBetween(Integer value1, Integer value2) {
method andNameIsNull (line 230) | public Criteria andNameIsNull() {
method andNameIsNotNull (line 235) | public Criteria andNameIsNotNull() {
method andNameEqualTo (line 240) | public Criteria andNameEqualTo(String value) {
method andNameNotEqualTo (line 245) | public Criteria andNameNotEqualTo(String value) {
method andNameGreaterThan (line 250) | public Criteria andNameGreaterThan(String value) {
method andNameGreaterThanOrEqualTo (line 255) | public Criteria andNameGreaterThanOrEqualTo(String value) {
method andNameLessThan (line 260) | public Criteria andNameLessThan(String value) {
method andNameLessThanOrEqualTo (line 265) | public Criteria andNameLessThanOrEqualTo(String value) {
method andNameLike (line 270) | public Criteria andNameLike(String value) {
method andNameNotLike (line 275) | public Criteria andNameNotLike(String value) {
method andNameIn (line 280) | public Criteria andNameIn(List<String> values) {
method andNameNotIn (line 285) | public Criteria andNameNotIn(List<String> values) {
method andNameBetween (line 290) | public Criteria andNameBetween(String value1, String value2) {
method andNameNotBetween (line 295) | public Criteria andNameNotBetween(String value1, String value2) {
method andUrlIsNull (line 300) | public Criteria andUrlIsNull() {
method andUrlIsNotNull (line 305) | public Criteria andUrlIsNotNull() {
method andUrlEqualTo (line 310) | public Criteria andUrlEqualTo(String value) {
method andUrlNotEqualTo (line 315) | public Criteria andUrlNotEqualTo(String value) {
method andUrlGreaterThan (line 320) | public Criteria andUrlGreaterThan(String value) {
method andUrlGreaterThanOrEqualTo (line 325) | public Criteria andUrlGreaterThanOrEqualTo(String value) {
method andUrlLessThan (line 330) | public Criteria andUrlLessThan(String value) {
method andUrlLessThanOrEqualTo (line 335) | public Criteria andUrlLessThanOrEqualTo(String value) {
method andUrlLike (line 340) | public Criteria andUrlLike(String value) {
method andUrlNotLike (line 345) | public Criteria andUrlNotLike(String value) {
method andUrlIn (line 350) | public Criteria andUrlIn(List<String> values) {
method andUrlNotIn (line 355) | public Criteria andUrlNotIn(List<String> values) {
method andUrlBetween (line 360) | public Criteria andUrlBetween(String value1, String value2) {
method andUrlNotBetween (line 365) | public Criteria andUrlNotBetween(String value1, String value2) {
method andTargetIsNull (line 370) | public Criteria andTargetIsNull() {
method andTargetIsNotNull (line 375) | public Criteria andTargetIsNotNull() {
method andTargetEqualTo (line 380) | public Criteria andTargetEqualTo(String value) {
method andTargetNotEqualTo (line 385) | public Criteria andTargetNotEqualTo(String value) {
method andTargetGreaterThan (line 390) | public Criteria andTargetGreaterThan(String value) {
method andTargetGreaterThanOrEqualTo (line 395) | public Criteria andTargetGreaterThanOrEqualTo(String value) {
method andTargetLessThan (line 400) | public Criteria andTargetLessThan(String value) {
method andTargetLessThanOrEqualTo (line 405) | public Criteria andTargetLessThanOrEqualTo(String value) {
method andTargetLike (line 410) | public Criteria andTargetLike(String value) {
method andTargetNotLike (line 415) | public Criteria andTargetNotLike(String value) {
method andTargetIn (line 420) | public Criteria andTargetIn(List<String> values) {
method andTargetNotIn (line 425) | public Criteria andTargetNotIn(List<String> values) {
method andTargetBetween (line 430) | public Criteria andTargetBetween(String value1, String value2) {
method andTargetNotBetween (line 435) | public Criteria andTargetNotBetween(String value1, String value2) {
method andOrdersIsNull (line 440) | public Criteria andOrdersIsNull() {
method andOrdersIsNotNull (line 445) | public Criteria andOrdersIsNotNull() {
method andOrdersEqualTo (line 450) | public Criteria andOrdersEqualTo(Long value) {
method andOrdersNotEqualTo (line 455) | public Criteria andOrdersNotEqualTo(Long value) {
method andOrdersGreaterThan (line 460) | public Criteria andOrdersGreaterThan(Long value) {
method andOrdersGreaterThanOrEqualTo (line 465) | public Criteria andOrdersGreaterThanOrEqualTo(Long value) {
method andOrdersLessThan (line 470) | public Criteria andOrdersLessThan(Long value) {
method andOrdersLessThanOrEqualTo (line 475) | public Criteria andOrdersLessThanOrEqualTo(Long value) {
method andOrdersIn (line 480) | public Criteria andOrdersIn(List<Long> values) {
method andOrdersNotIn (line 485) | public Criteria andOrdersNotIn(List<Long> values) {
method andOrdersBetween (line 490) | public Criteria andOrdersBetween(Long value1, Long value2) {
method andOrdersNotBetween (line 495) | public Criteria andOrdersNotBetween(Long value1, Long value2) {
class Criteria (line 501) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 503) | protected Criteria() {
class Criterion (line 508) | public static class Criterion implements Serializable {
method getCondition (line 525) | public String getCondition() {
method getValue (line 529) | public Object getValue() {
method getSecondValue (line 533) | public Object getSecondValue() {
method isNoValue (line 537) | public boolean isNoValue() {
method isSingleValue (line 541) | public boolean isSingleValue() {
method isBetweenValue (line 545) | public boolean isBetweenValue() {
method isListValue (line 549) | public boolean isListValue() {
method getTypeHandler (line 553) | public String getTypeHandler() {
method Criterion (line 557) | protected Criterion(String condition) {
method Criterion (line 564) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 576) | protected Criterion(String condition, Object value) {
method Criterion (line 580) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 589) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsPage.java
class CmsPage (line 5) | public class CmsPage implements Serializable {
method getPageId (line 71) | public Integer getPageId() {
method setPageId (line 75) | public void setPageId(Integer pageId) {
method getPid (line 79) | public Integer getPid() {
method setPid (line 83) | public void setPid(Integer pid) {
method getTitle (line 87) | public String getTitle() {
method setTitle (line 91) | public void setTitle(String title) {
method getAlias (line 95) | public String getAlias() {
method setAlias (line 99) | public void setAlias(String alias) {
method getKeywords (line 103) | public String getKeywords() {
method setKeywords (line 107) | public void setKeywords(String keywords) {
method getDescription (line 111) | public String getDescription() {
method setDescription (line 115) | public void setDescription(String description) {
method getCtime (line 119) | public Long getCtime() {
method setCtime (line 123) | public void setCtime(Long ctime) {
method getOrders (line 127) | public Long getOrders() {
method setOrders (line 131) | public void setOrders(Long orders) {
method getContent (line 135) | public String getContent() {
method setContent (line 139) | public void setContent(String content) {
method toString (line 143) | @Override
method equals (line 162) | @Override
method hashCode (line 185) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsPageExample.java
class CmsPageExample (line 7) | public class CmsPageExample implements Serializable {
method CmsPageExample (line 16) | public CmsPageExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andPageIdIsNull (line 110) | public Criteria andPageIdIsNull() {
method andPageIdIsNotNull (line 115) | public Criteria andPageIdIsNotNull() {
method andPageIdEqualTo (line 120) | public Criteria andPageIdEqualTo(Integer value) {
method andPageIdNotEqualTo (line 125) | public Criteria andPageIdNotEqualTo(Integer value) {
method andPageIdGreaterThan (line 130) | public Criteria andPageIdGreaterThan(Integer value) {
method andPageIdGreaterThanOrEqualTo (line 135) | public Criteria andPageIdGreaterThanOrEqualTo(Integer value) {
method andPageIdLessThan (line 140) | public Criteria andPageIdLessThan(Integer value) {
method andPageIdLessThanOrEqualTo (line 145) | public Criteria andPageIdLessThanOrEqualTo(Integer value) {
method andPageIdIn (line 150) | public Criteria andPageIdIn(List<Integer> values) {
method andPageIdNotIn (line 155) | public Criteria andPageIdNotIn(List<Integer> values) {
method andPageIdBetween (line 160) | public Criteria andPageIdBetween(Integer value1, Integer value2) {
method andPageIdNotBetween (line 165) | public Criteria andPageIdNotBetween(Integer value1, Integer value2) {
method andPidIsNull (line 170) | public Criteria andPidIsNull() {
method andPidIsNotNull (line 175) | public Criteria andPidIsNotNull() {
method andPidEqualTo (line 180) | public Criteria andPidEqualTo(Integer value) {
method andPidNotEqualTo (line 185) | public Criteria andPidNotEqualTo(Integer value) {
method andPidGreaterThan (line 190) | public Criteria andPidGreaterThan(Integer value) {
method andPidGreaterThanOrEqualTo (line 195) | public Criteria andPidGreaterThanOrEqualTo(Integer value) {
method andPidLessThan (line 200) | public Criteria andPidLessThan(Integer value) {
method andPidLessThanOrEqualTo (line 205) | public Criteria andPidLessThanOrEqualTo(Integer value) {
method andPidIn (line 210) | public Criteria andPidIn(List<Integer> values) {
method andPidNotIn (line 215) | public Criteria andPidNotIn(List<Integer> values) {
method andPidBetween (line 220) | public Criteria andPidBetween(Integer value1, Integer value2) {
method andPidNotBetween (line 225) | public Criteria andPidNotBetween(Integer value1, Integer value2) {
method andTitleIsNull (line 230) | public Criteria andTitleIsNull() {
method andTitleIsNotNull (line 235) | public Criteria andTitleIsNotNull() {
method andTitleEqualTo (line 240) | public Criteria andTitleEqualTo(String value) {
method andTitleNotEqualTo (line 245) | public Criteria andTitleNotEqualTo(String value) {
method andTitleGreaterThan (line 250) | public Criteria andTitleGreaterThan(String value) {
method andTitleGreaterThanOrEqualTo (line 255) | public Criteria andTitleGreaterThanOrEqualTo(String value) {
method andTitleLessThan (line 260) | public Criteria andTitleLessThan(String value) {
method andTitleLessThanOrEqualTo (line 265) | public Criteria andTitleLessThanOrEqualTo(String value) {
method andTitleLike (line 270) | public Criteria andTitleLike(String value) {
method andTitleNotLike (line 275) | public Criteria andTitleNotLike(String value) {
method andTitleIn (line 280) | public Criteria andTitleIn(List<String> values) {
method andTitleNotIn (line 285) | public Criteria andTitleNotIn(List<String> values) {
method andTitleBetween (line 290) | public Criteria andTitleBetween(String value1, String value2) {
method andTitleNotBetween (line 295) | public Criteria andTitleNotBetween(String value1, String value2) {
method andAliasIsNull (line 300) | public Criteria andAliasIsNull() {
method andAliasIsNotNull (line 305) | public Criteria andAliasIsNotNull() {
method andAliasEqualTo (line 310) | public Criteria andAliasEqualTo(String value) {
method andAliasNotEqualTo (line 315) | public Criteria andAliasNotEqualTo(String value) {
method andAliasGreaterThan (line 320) | public Criteria andAliasGreaterThan(String value) {
method andAliasGreaterThanOrEqualTo (line 325) | public Criteria andAliasGreaterThanOrEqualTo(String value) {
method andAliasLessThan (line 330) | public Criteria andAliasLessThan(String value) {
method andAliasLessThanOrEqualTo (line 335) | public Criteria andAliasLessThanOrEqualTo(String value) {
method andAliasLike (line 340) | public Criteria andAliasLike(String value) {
method andAliasNotLike (line 345) | public Criteria andAliasNotLike(String value) {
method andAliasIn (line 350) | public Criteria andAliasIn(List<String> values) {
method andAliasNotIn (line 355) | public Criteria andAliasNotIn(List<String> values) {
method andAliasBetween (line 360) | public Criteria andAliasBetween(String value1, String value2) {
method andAliasNotBetween (line 365) | public Criteria andAliasNotBetween(String value1, String value2) {
method andKeywordsIsNull (line 370) | public Criteria andKeywordsIsNull() {
method andKeywordsIsNotNull (line 375) | public Criteria andKeywordsIsNotNull() {
method andKeywordsEqualTo (line 380) | public Criteria andKeywordsEqualTo(String value) {
method andKeywordsNotEqualTo (line 385) | public Criteria andKeywordsNotEqualTo(String value) {
method andKeywordsGreaterThan (line 390) | public Criteria andKeywordsGreaterThan(String value) {
method andKeywordsGreaterThanOrEqualTo (line 395) | public Criteria andKeywordsGreaterThanOrEqualTo(String value) {
method andKeywordsLessThan (line 400) | public Criteria andKeywordsLessThan(String value) {
method andKeywordsLessThanOrEqualTo (line 405) | public Criteria andKeywordsLessThanOrEqualTo(String value) {
method andKeywordsLike (line 410) | public Criteria andKeywordsLike(String value) {
method andKeywordsNotLike (line 415) | public Criteria andKeywordsNotLike(String value) {
method andKeywordsIn (line 420) | public Criteria andKeywordsIn(List<String> values) {
method andKeywordsNotIn (line 425) | public Criteria andKeywordsNotIn(List<String> values) {
method andKeywordsBetween (line 430) | public Criteria andKeywordsBetween(String value1, String value2) {
method andKeywordsNotBetween (line 435) | public Criteria andKeywordsNotBetween(String value1, String value2) {
method andDescriptionIsNull (line 440) | public Criteria andDescriptionIsNull() {
method andDescriptionIsNotNull (line 445) | public Criteria andDescriptionIsNotNull() {
method andDescriptionEqualTo (line 450) | public Criteria andDescriptionEqualTo(String value) {
method andDescriptionNotEqualTo (line 455) | public Criteria andDescriptionNotEqualTo(String value) {
method andDescriptionGreaterThan (line 460) | public Criteria andDescriptionGreaterThan(String value) {
method andDescriptionGreaterThanOrEqualTo (line 465) | public Criteria andDescriptionGreaterThanOrEqualTo(String value) {
method andDescriptionLessThan (line 470) | public Criteria andDescriptionLessThan(String value) {
method andDescriptionLessThanOrEqualTo (line 475) | public Criteria andDescriptionLessThanOrEqualTo(String value) {
method andDescriptionLike (line 480) | public Criteria andDescriptionLike(String value) {
method andDescriptionNotLike (line 485) | public Criteria andDescriptionNotLike(String value) {
method andDescriptionIn (line 490) | public Criteria andDescriptionIn(List<String> values) {
method andDescriptionNotIn (line 495) | public Criteria andDescriptionNotIn(List<String> values) {
method andDescriptionBetween (line 500) | public Criteria andDescriptionBetween(String value1, String value2) {
method andDescriptionNotBetween (line 505) | public Criteria andDescriptionNotBetween(String value1, String value...
method andCtimeIsNull (line 510) | public Criteria andCtimeIsNull() {
method andCtimeIsNotNull (line 515) | public Criteria andCtimeIsNotNull() {
method andCtimeEqualTo (line 520) | public Criteria andCtimeEqualTo(Long value) {
method andCtimeNotEqualTo (line 525) | public Criteria andCtimeNotEqualTo(Long value) {
method andCtimeGreaterThan (line 530) | public Criteria andCtimeGreaterThan(Long value) {
method andCtimeGreaterThanOrEqualTo (line 535) | public Criteria andCtimeGreaterThanOrEqualTo(Long value) {
method andCtimeLessThan (line 540) | public Criteria andCtimeLessThan(Long value) {
method andCtimeLessThanOrEqualTo (line 545) | public Criteria andCtimeLessThanOrEqualTo(Long value) {
method andCtimeIn (line 550) | public Criteria andCtimeIn(List<Long> values) {
method andCtimeNotIn (line 555) | public Criteria andCtimeNotIn(List<Long> values) {
method andCtimeBetween (line 560) | public Criteria andCtimeBetween(Long value1, Long value2) {
method andCtimeNotBetween (line 565) | public Criteria andCtimeNotBetween(Long value1, Long value2) {
method andOrdersIsNull (line 570) | public Criteria andOrdersIsNull() {
method andOrdersIsNotNull (line 575) | public Criteria andOrdersIsNotNull() {
method andOrdersEqualTo (line 580) | public Criteria andOrdersEqualTo(Long value) {
method andOrdersNotEqualTo (line 585) | public Criteria andOrdersNotEqualTo(Long value) {
method andOrdersGreaterThan (line 590) | public Criteria andOrdersGreaterThan(Long value) {
method andOrdersGreaterThanOrEqualTo (line 595) | public Criteria andOrdersGreaterThanOrEqualTo(Long value) {
method andOrdersLessThan (line 600) | public Criteria andOrdersLessThan(Long value) {
method andOrdersLessThanOrEqualTo (line 605) | public Criteria andOrdersLessThanOrEqualTo(Long value) {
method andOrdersIn (line 610) | public Criteria andOrdersIn(List<Long> values) {
method andOrdersNotIn (line 615) | public Criteria andOrdersNotIn(List<Long> values) {
method andOrdersBetween (line 620) | public Criteria andOrdersBetween(Long value1, Long value2) {
method andOrdersNotBetween (line 625) | public Criteria andOrdersNotBetween(Long value1, Long value2) {
class Criteria (line 631) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 633) | protected Criteria() {
class Criterion (line 638) | public static class Criterion implements Serializable {
method getCondition (line 655) | public String getCondition() {
method getValue (line 659) | public Object getValue() {
method getSecondValue (line 663) | public Object getSecondValue() {
method isNoValue (line 667) | public boolean isNoValue() {
method isSingleValue (line 671) | public boolean isSingleValue() {
method isBetweenValue (line 675) | public boolean isBetweenValue() {
method isListValue (line 679) | public boolean isListValue() {
method getTypeHandler (line 683) | public String getTypeHandler() {
method Criterion (line 687) | protected Criterion(String condition) {
method Criterion (line 694) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 706) | protected Criterion(String condition, Object value) {
method Criterion (line 710) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 719) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsSetting.java
class CmsSetting (line 5) | public class CmsSetting implements Serializable {
method getSettingId (line 14) | public Integer getSettingId() {
method setSettingId (line 18) | public void setSettingId(Integer settingId) {
method getSettingKey (line 22) | public String getSettingKey() {
method setSettingKey (line 26) | public void setSettingKey(String settingKey) {
method getSettingValue (line 30) | public String getSettingValue() {
method setSettingValue (line 34) | public void setSettingValue(String settingValue) {
method toString (line 38) | @Override
method equals (line 51) | @Override
method hashCode (line 68) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsSettingExample.java
class CmsSettingExample (line 7) | public class CmsSettingExample implements Serializable {
method CmsSettingExample (line 16) | public CmsSettingExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andSettingIdIsNull (line 110) | public Criteria andSettingIdIsNull() {
method andSettingIdIsNotNull (line 115) | public Criteria andSettingIdIsNotNull() {
method andSettingIdEqualTo (line 120) | public Criteria andSettingIdEqualTo(Integer value) {
method andSettingIdNotEqualTo (line 125) | public Criteria andSettingIdNotEqualTo(Integer value) {
method andSettingIdGreaterThan (line 130) | public Criteria andSettingIdGreaterThan(Integer value) {
method andSettingIdGreaterThanOrEqualTo (line 135) | public Criteria andSettingIdGreaterThanOrEqualTo(Integer value) {
method andSettingIdLessThan (line 140) | public Criteria andSettingIdLessThan(Integer value) {
method andSettingIdLessThanOrEqualTo (line 145) | public Criteria andSettingIdLessThanOrEqualTo(Integer value) {
method andSettingIdIn (line 150) | public Criteria andSettingIdIn(List<Integer> values) {
method andSettingIdNotIn (line 155) | public Criteria andSettingIdNotIn(List<Integer> values) {
method andSettingIdBetween (line 160) | public Criteria andSettingIdBetween(Integer value1, Integer value2) {
method andSettingIdNotBetween (line 165) | public Criteria andSettingIdNotBetween(Integer value1, Integer value...
method andSettingKeyIsNull (line 170) | public Criteria andSettingKeyIsNull() {
method andSettingKeyIsNotNull (line 175) | public Criteria andSettingKeyIsNotNull() {
method andSettingKeyEqualTo (line 180) | public Criteria andSettingKeyEqualTo(String value) {
method andSettingKeyNotEqualTo (line 185) | public Criteria andSettingKeyNotEqualTo(String value) {
method andSettingKeyGreaterThan (line 190) | public Criteria andSettingKeyGreaterThan(String value) {
method andSettingKeyGreaterThanOrEqualTo (line 195) | public Criteria andSettingKeyGreaterThanOrEqualTo(String value) {
method andSettingKeyLessThan (line 200) | public Criteria andSettingKeyLessThan(String value) {
method andSettingKeyLessThanOrEqualTo (line 205) | public Criteria andSettingKeyLessThanOrEqualTo(String value) {
method andSettingKeyLike (line 210) | public Criteria andSettingKeyLike(String value) {
method andSettingKeyNotLike (line 215) | public Criteria andSettingKeyNotLike(String value) {
method andSettingKeyIn (line 220) | public Criteria andSettingKeyIn(List<String> values) {
method andSettingKeyNotIn (line 225) | public Criteria andSettingKeyNotIn(List<String> values) {
method andSettingKeyBetween (line 230) | public Criteria andSettingKeyBetween(String value1, String value2) {
method andSettingKeyNotBetween (line 235) | public Criteria andSettingKeyNotBetween(String value1, String value2) {
method andSettingValueIsNull (line 240) | public Criteria andSettingValueIsNull() {
method andSettingValueIsNotNull (line 245) | public Criteria andSettingValueIsNotNull() {
method andSettingValueEqualTo (line 250) | public Criteria andSettingValueEqualTo(String value) {
method andSettingValueNotEqualTo (line 255) | public Criteria andSettingValueNotEqualTo(String value) {
method andSettingValueGreaterThan (line 260) | public Criteria andSettingValueGreaterThan(String value) {
method andSettingValueGreaterThanOrEqualTo (line 265) | public Criteria andSettingValueGreaterThanOrEqualTo(String value) {
method andSettingValueLessThan (line 270) | public Criteria andSettingValueLessThan(String value) {
method andSettingValueLessThanOrEqualTo (line 275) | public Criteria andSettingValueLessThanOrEqualTo(String value) {
method andSettingValueLike (line 280) | public Criteria andSettingValueLike(String value) {
method andSettingValueNotLike (line 285) | public Criteria andSettingValueNotLike(String value) {
method andSettingValueIn (line 290) | public Criteria andSettingValueIn(List<String> values) {
method andSettingValueNotIn (line 295) | public Criteria andSettingValueNotIn(List<String> values) {
method andSettingValueBetween (line 300) | public Criteria andSettingValueBetween(String value1, String value2) {
method andSettingValueNotBetween (line 305) | public Criteria andSettingValueNotBetween(String value1, String valu...
class Criteria (line 311) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 313) | protected Criteria() {
class Criterion (line 318) | public static class Criterion implements Serializable {
method getCondition (line 335) | public String getCondition() {
method getValue (line 339) | public Object getValue() {
method getSecondValue (line 343) | public Object getSecondValue() {
method isNoValue (line 347) | public boolean isNoValue() {
method isSingleValue (line 351) | public boolean isSingleValue() {
method isBetweenValue (line 355) | public boolean isBetweenValue() {
method isListValue (line 359) | public boolean isListValue() {
method getTypeHandler (line 363) | public String getTypeHandler() {
method Criterion (line 367) | protected Criterion(String condition) {
method Criterion (line 374) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 386) | protected Criterion(String condition, Object value) {
method Criterion (line 390) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 399) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsSystem.java
class CmsSystem (line 5) | public class CmsSystem implements Serializable {
method getSystemId (line 50) | public Integer getSystemId() {
method setSystemId (line 54) | public void setSystemId(Integer systemId) {
method getName (line 58) | public String getName() {
method setName (line 62) | public void setName(String name) {
method getCode (line 66) | public String getCode() {
method setCode (line 70) | public void setCode(String code) {
method getDescription (line 74) | public String getDescription() {
method setDescription (line 78) | public void setDescription(String description) {
method getCtime (line 82) | public Long getCtime() {
method setCtime (line 86) | public void setCtime(Long ctime) {
method getOrders (line 90) | public Long getOrders() {
method setOrders (line 94) | public void setOrders(Long orders) {
method toString (line 98) | @Override
method equals (line 114) | @Override
method hashCode (line 134) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsSystemExample.java
class CmsSystemExample (line 7) | public class CmsSystemExample implements Serializable {
method CmsSystemExample (line 16) | public CmsSystemExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andSystemIdIsNull (line 110) | public Criteria andSystemIdIsNull() {
method andSystemIdIsNotNull (line 115) | public Criteria andSystemIdIsNotNull() {
method andSystemIdEqualTo (line 120) | public Criteria andSystemIdEqualTo(Integer value) {
method andSystemIdNotEqualTo (line 125) | public Criteria andSystemIdNotEqualTo(Integer value) {
method andSystemIdGreaterThan (line 130) | public Criteria andSystemIdGreaterThan(Integer value) {
method andSystemIdGreaterThanOrEqualTo (line 135) | public Criteria andSystemIdGreaterThanOrEqualTo(Integer value) {
method andSystemIdLessThan (line 140) | public Criteria andSystemIdLessThan(Integer value) {
method andSystemIdLessThanOrEqualTo (line 145) | public Criteria andSystemIdLessThanOrEqualTo(Integer value) {
method andSystemIdIn (line 150) | public Criteria andSystemIdIn(List<Integer> values) {
method andSystemIdNotIn (line 155) | public Criteria andSystemIdNotIn(List<Integer> values) {
method andSystemIdBetween (line 160) | public Criteria andSystemIdBetween(Integer value1, Integer value2) {
method andSystemIdNotBetween (line 165) | public Criteria andSystemIdNotBetween(Integer value1, Integer value2) {
method andNameIsNull (line 170) | public Criteria andNameIsNull() {
method andNameIsNotNull (line 175) | public Criteria andNameIsNotNull() {
method andNameEqualTo (line 180) | public Criteria andNameEqualTo(String value) {
method andNameNotEqualTo (line 185) | public Criteria andNameNotEqualTo(String value) {
method andNameGreaterThan (line 190) | public Criteria andNameGreaterThan(String value) {
method andNameGreaterThanOrEqualTo (line 195) | public Criteria andNameGreaterThanOrEqualTo(String value) {
method andNameLessThan (line 200) | public Criteria andNameLessThan(String value) {
method andNameLessThanOrEqualTo (line 205) | public Criteria andNameLessThanOrEqualTo(String value) {
method andNameLike (line 210) | public Criteria andNameLike(String value) {
method andNameNotLike (line 215) | public Criteria andNameNotLike(String value) {
method andNameIn (line 220) | public Criteria andNameIn(List<String> values) {
method andNameNotIn (line 225) | public Criteria andNameNotIn(List<String> values) {
method andNameBetween (line 230) | public Criteria andNameBetween(String value1, String value2) {
method andNameNotBetween (line 235) | public Criteria andNameNotBetween(String value1, String value2) {
method andCodeIsNull (line 240) | public Criteria andCodeIsNull() {
method andCodeIsNotNull (line 245) | public Criteria andCodeIsNotNull() {
method andCodeEqualTo (line 250) | public Criteria andCodeEqualTo(String value) {
method andCodeNotEqualTo (line 255) | public Criteria andCodeNotEqualTo(String value) {
method andCodeGreaterThan (line 260) | public Criteria andCodeGreaterThan(String value) {
method andCodeGreaterThanOrEqualTo (line 265) | public Criteria andCodeGreaterThanOrEqualTo(String value) {
method andCodeLessThan (line 270) | public Criteria andCodeLessThan(String value) {
method andCodeLessThanOrEqualTo (line 275) | public Criteria andCodeLessThanOrEqualTo(String value) {
method andCodeLike (line 280) | public Criteria andCodeLike(String value) {
method andCodeNotLike (line 285) | public Criteria andCodeNotLike(String value) {
method andCodeIn (line 290) | public Criteria andCodeIn(List<String> values) {
method andCodeNotIn (line 295) | public Criteria andCodeNotIn(List<String> values) {
method andCodeBetween (line 300) | public Criteria andCodeBetween(String value1, String value2) {
method andCodeNotBetween (line 305) | public Criteria andCodeNotBetween(String value1, String value2) {
method andDescriptionIsNull (line 310) | public Criteria andDescriptionIsNull() {
method andDescriptionIsNotNull (line 315) | public Criteria andDescriptionIsNotNull() {
method andDescriptionEqualTo (line 320) | public Criteria andDescriptionEqualTo(String value) {
method andDescriptionNotEqualTo (line 325) | public Criteria andDescriptionNotEqualTo(String value) {
method andDescriptionGreaterThan (line 330) | public Criteria andDescriptionGreaterThan(String value) {
method andDescriptionGreaterThanOrEqualTo (line 335) | public Criteria andDescriptionGreaterThanOrEqualTo(String value) {
method andDescriptionLessThan (line 340) | public Criteria andDescriptionLessThan(String value) {
method andDescriptionLessThanOrEqualTo (line 345) | public Criteria andDescriptionLessThanOrEqualTo(String value) {
method andDescriptionLike (line 350) | public Criteria andDescriptionLike(String value) {
method andDescriptionNotLike (line 355) | public Criteria andDescriptionNotLike(String value) {
method andDescriptionIn (line 360) | public Criteria andDescriptionIn(List<String> values) {
method andDescriptionNotIn (line 365) | public Criteria andDescriptionNotIn(List<String> values) {
method andDescriptionBetween (line 370) | public Criteria andDescriptionBetween(String value1, String value2) {
method andDescriptionNotBetween (line 375) | public Criteria andDescriptionNotBetween(String value1, String value...
method andCtimeIsNull (line 380) | public Criteria andCtimeIsNull() {
method andCtimeIsNotNull (line 385) | public Criteria andCtimeIsNotNull() {
method andCtimeEqualTo (line 390) | public Criteria andCtimeEqualTo(Long value) {
method andCtimeNotEqualTo (line 395) | public Criteria andCtimeNotEqualTo(Long value) {
method andCtimeGreaterThan (line 400) | public Criteria andCtimeGreaterThan(Long value) {
method andCtimeGreaterThanOrEqualTo (line 405) | public Criteria andCtimeGreaterThanOrEqualTo(Long value) {
method andCtimeLessThan (line 410) | public Criteria andCtimeLessThan(Long value) {
method andCtimeLessThanOrEqualTo (line 415) | public Criteria andCtimeLessThanOrEqualTo(Long value) {
method andCtimeIn (line 420) | public Criteria andCtimeIn(List<Long> values) {
method andCtimeNotIn (line 425) | public Criteria andCtimeNotIn(List<Long> values) {
method andCtimeBetween (line 430) | public Criteria andCtimeBetween(Long value1, Long value2) {
method andCtimeNotBetween (line 435) | public Criteria andCtimeNotBetween(Long value1, Long value2) {
method andOrdersIsNull (line 440) | public Criteria andOrdersIsNull() {
method andOrdersIsNotNull (line 445) | public Criteria andOrdersIsNotNull() {
method andOrdersEqualTo (line 450) | public Criteria andOrdersEqualTo(Long value) {
method andOrdersNotEqualTo (line 455) | public Criteria andOrdersNotEqualTo(Long value) {
method andOrdersGreaterThan (line 460) | public Criteria andOrdersGreaterThan(Long value) {
method andOrdersGreaterThanOrEqualTo (line 465) | public Criteria andOrdersGreaterThanOrEqualTo(Long value) {
method andOrdersLessThan (line 470) | public Criteria andOrdersLessThan(Long value) {
method andOrdersLessThanOrEqualTo (line 475) | public Criteria andOrdersLessThanOrEqualTo(Long value) {
method andOrdersIn (line 480) | public Criteria andOrdersIn(List<Long> values) {
method andOrdersNotIn (line 485) | public Criteria andOrdersNotIn(List<Long> values) {
method andOrdersBetween (line 490) | public Criteria andOrdersBetween(Long value1, Long value2) {
method andOrdersNotBetween (line 495) | public Criteria andOrdersNotBetween(Long value1, Long value2) {
class Criteria (line 501) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 503) | protected Criteria() {
class Criterion (line 508) | public static class Criterion implements Serializable {
method getCondition (line 525) | public String getCondition() {
method getValue (line 529) | public Object getValue() {
method getSecondValue (line 533) | public Object getSecondValue() {
method isNoValue (line 537) | public boolean isNoValue() {
method isSingleValue (line 541) | public boolean isSingleValue() {
method isBetweenValue (line 545) | public boolean isBetweenValue() {
method isListValue (line 549) | public boolean isListValue() {
method getTypeHandler (line 553) | public String getTypeHandler() {
method Criterion (line 557) | protected Criterion(String condition) {
method Criterion (line 564) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 576) | protected Criterion(String condition, Object value) {
method Criterion (line 580) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 589) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsTag.java
class CmsTag (line 5) | public class CmsTag implements Serializable {
method getTagId (line 71) | public Integer getTagId() {
method setTagId (line 75) | public void setTagId(Integer tagId) {
method getName (line 79) | public String getName() {
method setName (line 83) | public void setName(String name) {
method getDescription (line 87) | public String getDescription() {
method setDescription (line 91) | public void setDescription(String description) {
method getIcon (line 95) | public String getIcon() {
method setIcon (line 99) | public void setIcon(String icon) {
method getType (line 103) | public Byte getType() {
method setType (line 107) | public void setType(Byte type) {
method getAlias (line 111) | public String getAlias() {
method setAlias (line 115) | public void setAlias(String alias) {
method getSystemId (line 119) | public Integer getSystemId() {
method setSystemId (line 123) | public void setSystemId(Integer systemId) {
method getCtime (line 127) | public Long getCtime() {
method setCtime (line 131) | public void setCtime(Long ctime) {
method getOrders (line 135) | public Long getOrders() {
method setOrders (line 139) | public void setOrders(Long orders) {
method toString (line 143) | @Override
method equals (line 162) | @Override
method hashCode (line 185) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsTagExample.java
class CmsTagExample (line 7) | public class CmsTagExample implements Serializable {
method CmsTagExample (line 16) | public CmsTagExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andTagIdIsNull (line 110) | public Criteria andTagIdIsNull() {
method andTagIdIsNotNull (line 115) | public Criteria andTagIdIsNotNull() {
method andTagIdEqualTo (line 120) | public Criteria andTagIdEqualTo(Integer value) {
method andTagIdNotEqualTo (line 125) | public Criteria andTagIdNotEqualTo(Integer value) {
method andTagIdGreaterThan (line 130) | public Criteria andTagIdGreaterThan(Integer value) {
method andTagIdGreaterThanOrEqualTo (line 135) | public Criteria andTagIdGreaterThanOrEqualTo(Integer value) {
method andTagIdLessThan (line 140) | public Criteria andTagIdLessThan(Integer value) {
method andTagIdLessThanOrEqualTo (line 145) | public Criteria andTagIdLessThanOrEqualTo(Integer value) {
method andTagIdIn (line 150) | public Criteria andTagIdIn(List<Integer> values) {
method andTagIdNotIn (line 155) | public Criteria andTagIdNotIn(List<Integer> values) {
method andTagIdBetween (line 160) | public Criteria andTagIdBetween(Integer value1, Integer value2) {
method andTagIdNotBetween (line 165) | public Criteria andTagIdNotBetween(Integer value1, Integer value2) {
method andNameIsNull (line 170) | public Criteria andNameIsNull() {
method andNameIsNotNull (line 175) | public Criteria andNameIsNotNull() {
method andNameEqualTo (line 180) | public Criteria andNameEqualTo(String value) {
method andNameNotEqualTo (line 185) | public Criteria andNameNotEqualTo(String value) {
method andNameGreaterThan (line 190) | public Criteria andNameGreaterThan(String value) {
method andNameGreaterThanOrEqualTo (line 195) | public Criteria andNameGreaterThanOrEqualTo(String value) {
method andNameLessThan (line 200) | public Criteria andNameLessThan(String value) {
method andNameLessThanOrEqualTo (line 205) | public Criteria andNameLessThanOrEqualTo(String value) {
method andNameLike (line 210) | public Criteria andNameLike(String value) {
method andNameNotLike (line 215) | public Criteria andNameNotLike(String value) {
method andNameIn (line 220) | public Criteria andNameIn(List<String> values) {
method andNameNotIn (line 225) | public Criteria andNameNotIn(List<String> values) {
method andNameBetween (line 230) | public Criteria andNameBetween(String value1, String value2) {
method andNameNotBetween (line 235) | public Criteria andNameNotBetween(String value1, String value2) {
method andDescriptionIsNull (line 240) | public Criteria andDescriptionIsNull() {
method andDescriptionIsNotNull (line 245) | public Criteria andDescriptionIsNotNull() {
method andDescriptionEqualTo (line 250) | public Criteria andDescriptionEqualTo(String value) {
method andDescriptionNotEqualTo (line 255) | public Criteria andDescriptionNotEqualTo(String value) {
method andDescriptionGreaterThan (line 260) | public Criteria andDescriptionGreaterThan(String value) {
method andDescriptionGreaterThanOrEqualTo (line 265) | public Criteria andDescriptionGreaterThanOrEqualTo(String value) {
method andDescriptionLessThan (line 270) | public Criteria andDescriptionLessThan(String value) {
method andDescriptionLessThanOrEqualTo (line 275) | public Criteria andDescriptionLessThanOrEqualTo(String value) {
method andDescriptionLike (line 280) | public Criteria andDescriptionLike(String value) {
method andDescriptionNotLike (line 285) | public Criteria andDescriptionNotLike(String value) {
method andDescriptionIn (line 290) | public Criteria andDescriptionIn(List<String> values) {
method andDescriptionNotIn (line 295) | public Criteria andDescriptionNotIn(List<String> values) {
method andDescriptionBetween (line 300) | public Criteria andDescriptionBetween(String value1, String value2) {
method andDescriptionNotBetween (line 305) | public Criteria andDescriptionNotBetween(String value1, String value...
method andIconIsNull (line 310) | public Criteria andIconIsNull() {
method andIconIsNotNull (line 315) | public Criteria andIconIsNotNull() {
method andIconEqualTo (line 320) | public Criteria andIconEqualTo(String value) {
method andIconNotEqualTo (line 325) | public Criteria andIconNotEqualTo(String value) {
method andIconGreaterThan (line 330) | public Criteria andIconGreaterThan(String value) {
method andIconGreaterThanOrEqualTo (line 335) | public Criteria andIconGreaterThanOrEqualTo(String value) {
method andIconLessThan (line 340) | public Criteria andIconLessThan(String value) {
method andIconLessThanOrEqualTo (line 345) | public Criteria andIconLessThanOrEqualTo(String value) {
method andIconLike (line 350) | public Criteria andIconLike(String value) {
method andIconNotLike (line 355) | public Criteria andIconNotLike(String value) {
method andIconIn (line 360) | public Criteria andIconIn(List<String> values) {
method andIconNotIn (line 365) | public Criteria andIconNotIn(List<String> values) {
method andIconBetween (line 370) | public Criteria andIconBetween(String value1, String value2) {
method andIconNotBetween (line 375) | public Criteria andIconNotBetween(String value1, String value2) {
method andTypeIsNull (line 380) | public Criteria andTypeIsNull() {
method andTypeIsNotNull (line 385) | public Criteria andTypeIsNotNull() {
method andTypeEqualTo (line 390) | public Criteria andTypeEqualTo(Byte value) {
method andTypeNotEqualTo (line 395) | public Criteria andTypeNotEqualTo(Byte value) {
method andTypeGreaterThan (line 400) | public Criteria andTypeGreaterThan(Byte value) {
method andTypeGreaterThanOrEqualTo (line 405) | public Criteria andTypeGreaterThanOrEqualTo(Byte value) {
method andTypeLessThan (line 410) | public Criteria andTypeLessThan(Byte value) {
method andTypeLessThanOrEqualTo (line 415) | public Criteria andTypeLessThanOrEqualTo(Byte value) {
method andTypeIn (line 420) | public Criteria andTypeIn(List<Byte> values) {
method andTypeNotIn (line 425) | public Criteria andTypeNotIn(List<Byte> values) {
method andTypeBetween (line 430) | public Criteria andTypeBetween(Byte value1, Byte value2) {
method andTypeNotBetween (line 435) | public Criteria andTypeNotBetween(Byte value1, Byte value2) {
method andAliasIsNull (line 440) | public Criteria andAliasIsNull() {
method andAliasIsNotNull (line 445) | public Criteria andAliasIsNotNull() {
method andAliasEqualTo (line 450) | public Criteria andAliasEqualTo(String value) {
method andAliasNotEqualTo (line 455) | public Criteria andAliasNotEqualTo(String value) {
method andAliasGreaterThan (line 460) | public Criteria andAliasGreaterThan(String value) {
method andAliasGreaterThanOrEqualTo (line 465) | public Criteria andAliasGreaterThanOrEqualTo(String value) {
method andAliasLessThan (line 470) | public Criteria andAliasLessThan(String value) {
method andAliasLessThanOrEqualTo (line 475) | public Criteria andAliasLessThanOrEqualTo(String value) {
method andAliasLike (line 480) | public Criteria andAliasLike(String value) {
method andAliasNotLike (line 485) | public Criteria andAliasNotLike(String value) {
method andAliasIn (line 490) | public Criteria andAliasIn(List<String> values) {
method andAliasNotIn (line 495) | public Criteria andAliasNotIn(List<String> values) {
method andAliasBetween (line 500) | public Criteria andAliasBetween(String value1, String value2) {
method andAliasNotBetween (line 505) | public Criteria andAliasNotBetween(String value1, String value2) {
method andSystemIdIsNull (line 510) | public Criteria andSystemIdIsNull() {
method andSystemIdIsNotNull (line 515) | public Criteria andSystemIdIsNotNull() {
method andSystemIdEqualTo (line 520) | public Criteria andSystemIdEqualTo(Integer value) {
method andSystemIdNotEqualTo (line 525) | public Criteria andSystemIdNotEqualTo(Integer value) {
method andSystemIdGreaterThan (line 530) | public Criteria andSystemIdGreaterThan(Integer value) {
method andSystemIdGreaterThanOrEqualTo (line 535) | public Criteria andSystemIdGreaterThanOrEqualTo(Integer value) {
method andSystemIdLessThan (line 540) | public Criteria andSystemIdLessThan(Integer value) {
method andSystemIdLessThanOrEqualTo (line 545) | public Criteria andSystemIdLessThanOrEqualTo(Integer value) {
method andSystemIdIn (line 550) | public Criteria andSystemIdIn(List<Integer> values) {
method andSystemIdNotIn (line 555) | public Criteria andSystemIdNotIn(List<Integer> values) {
method andSystemIdBetween (line 560) | public Criteria andSystemIdBetween(Integer value1, Integer value2) {
method andSystemIdNotBetween (line 565) | public Criteria andSystemIdNotBetween(Integer value1, Integer value2) {
method andCtimeIsNull (line 570) | public Criteria andCtimeIsNull() {
method andCtimeIsNotNull (line 575) | public Criteria andCtimeIsNotNull() {
method andCtimeEqualTo (line 580) | public Criteria andCtimeEqualTo(Long value) {
method andCtimeNotEqualTo (line 585) | public Criteria andCtimeNotEqualTo(Long value) {
method andCtimeGreaterThan (line 590) | public Criteria andCtimeGreaterThan(Long value) {
method andCtimeGreaterThanOrEqualTo (line 595) | public Criteria andCtimeGreaterThanOrEqualTo(Long value) {
method andCtimeLessThan (line 600) | public Criteria andCtimeLessThan(Long value) {
method andCtimeLessThanOrEqualTo (line 605) | public Criteria andCtimeLessThanOrEqualTo(Long value) {
method andCtimeIn (line 610) | public Criteria andCtimeIn(List<Long> values) {
method andCtimeNotIn (line 615) | public Criteria andCtimeNotIn(List<Long> values) {
method andCtimeBetween (line 620) | public Criteria andCtimeBetween(Long value1, Long value2) {
method andCtimeNotBetween (line 625) | public Criteria andCtimeNotBetween(Long value1, Long value2) {
method andOrdersIsNull (line 630) | public Criteria andOrdersIsNull() {
method andOrdersIsNotNull (line 635) | public Criteria andOrdersIsNotNull() {
method andOrdersEqualTo (line 640) | public Criteria andOrdersEqualTo(Long value) {
method andOrdersNotEqualTo (line 645) | public Criteria andOrdersNotEqualTo(Long value) {
method andOrdersGreaterThan (line 650) | public Criteria andOrdersGreaterThan(Long value) {
method andOrdersGreaterThanOrEqualTo (line 655) | public Criteria andOrdersGreaterThanOrEqualTo(Long value) {
method andOrdersLessThan (line 660) | public Criteria andOrdersLessThan(Long value) {
method andOrdersLessThanOrEqualTo (line 665) | public Criteria andOrdersLessThanOrEqualTo(Long value) {
method andOrdersIn (line 670) | public Criteria andOrdersIn(List<Long> values) {
method andOrdersNotIn (line 675) | public Criteria andOrdersNotIn(List<Long> values) {
method andOrdersBetween (line 680) | public Criteria andOrdersBetween(Long value1, Long value2) {
method andOrdersNotBetween (line 685) | public Criteria andOrdersNotBetween(Long value1, Long value2) {
class Criteria (line 691) | public static class Criteria extends GeneratedCriteria implements Seri...
method Criteria (line 693) | protected Criteria() {
class Criterion (line 698) | public static class Criterion implements Serializable {
method getCondition (line 715) | public String getCondition() {
method getValue (line 719) | public Object getValue() {
method getSecondValue (line 723) | public Object getSecondValue() {
method isNoValue (line 727) | public boolean isNoValue() {
method isSingleValue (line 731) | public boolean isSingleValue() {
method isBetweenValue (line 735) | public boolean isBetweenValue() {
method isListValue (line 739) | public boolean isListValue() {
method getTypeHandler (line 743) | public String getTypeHandler() {
method Criterion (line 747) | protected Criterion(String condition) {
method Criterion (line 754) | protected Criterion(String condition, Object value, String typeHandl...
method Criterion (line 766) | protected Criterion(String condition, Object value) {
method Criterion (line 770) | protected Criterion(String condition, Object value, Object secondVal...
method Criterion (line 779) | protected Criterion(String condition, Object value, Object secondVal...
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsTopic.java
class CmsTopic (line 5) | public class CmsTopic implements Serializable {
method getTopicId (line 43) | public Integer getTopicId() {
method setTopicId (line 47) | public void setTopicId(Integer topicId) {
method getTitle (line 51) | public String getTitle() {
method setTitle (line 55) | public void setTitle(String title) {
method getDescription (line 59) | public String getDescription() {
method setDescription (line 63) | public void setDescription(String description) {
method getUrl (line 67) | public String getUrl() {
method setUrl (line 71) | public void setUrl(String url) {
method getCtime (line 75) | public Long getCtime() {
method setCtime (line 79) | public void setCtime(Long ctime) {
method toString (line 83) | @Override
method equals (line 98) | @Override
method hashCode (line 117) | @Override
FILE: zheng-cms/zheng-cms-dao/src/main/java/com/zheng/cms/dao/model/CmsTopicExample.java
class CmsTopicExample (line 7) | public class CmsTopicExample implements Serializable {
method CmsTopicExample (line 16) | public CmsTopicExample() {
method setOrderByClause (line 20) | public void setOrderByClause(String orderByClause) {
method getOrderByClause (line 24) | public String getOrderByClause() {
method setDistinct (line 28) | public void setDistinct(boolean distinct) {
method isDistinct (line 32) | public boolean isDistinct() {
method getOredCriteria (line 36) | public List<Criteria> getOredCriteria() {
method or (line 40) | public void or(Criteria criteria) {
method or (line 44) | public Criteria or() {
method createCriteria (line 50) | public Criteria createCriteria() {
method createCriteriaInternal (line 58) | protected Criteria createCriteriaInternal() {
method clear (line 63) | public void clear() {
class GeneratedCriteria (line 69) | protected abstract static class GeneratedCriteria implements Serializa...
method GeneratedCriteria (line 72) | protected GeneratedCriteria() {
method isValid (line 77) | public boolean isValid() {
method getAllCriteria (line 81) | public List<Criterion> getAllCriteria() {
method getCriteria (line 85) | public List<Criterion> getCriteria() {
method addCriterion (line 89) | protected void addCriterion(String condition) {
method addCriterion (line 96) | protected void addCriterion(String condition, Object value, String p...
method addCriterion (line 103) | protected void addCriterion(String condition, Object value1, Object ...
method andTopicIdIsNull (line 110) | public Criteria andTopicIdIsNull() {
method andTopicIdIsNotNull (line 115) | public Criteria andTopicIdIsNotNull() {
method andTopicIdEqualTo (line 120) | public Criteria andTopicIdEqualTo(Integer value) {
method andTopicIdNotEqualTo (line 125) | public Criteria andTopicIdNotEqualTo(Integer value) {
method andTopicIdGreaterThan (line 130) | public Criteria andTopicIdGreaterThan(Integer value) {
method andTopicIdGreaterThanOrEqualTo (line 135) | public Criteria andTopicIdGreaterThanOrEqualTo(Integer value) {
method andTopicIdLessThan (line 140) | public Criteria andTopicIdLessThan(Integer value) {
method andTopicIdLessThanOrEqualTo (line 145) | public Criteria andTopicIdLessThanOrEqualTo(Integer value) {
method andTopicIdIn (line 150) | public Criteria andTopicIdIn(List<Integer> values) {
method andTopicIdNotIn (line 155) | public Criteria andTopicIdNotIn(List<Integer> values) {
method andTopicIdBetween (line 160) | public Criteria andTopicIdBetween(Integer value1, Integer value2) {
method andTopicIdNotBetween (line 165) | public Criteria andTopicIdNotBetween(Integer value1, Integer value2) {
method andTitleIsNull (line 170) | public Criteria andTitleIsNull() {
method andTitleIsNotNull (line 175) | public Criteria andTitleIsNotNull() {
method andTitleEqualTo (line 180) | public Criteria andTitleEqualTo(String value) {
method andTitleNotEqualTo (line 185) | public Criteria andTitleNotEqualTo(String value) {
method andTitleGreaterThan (line 190) | public Criteria andTitleGreaterThan(String value) {
method andTitleGreaterThanOrEqualTo (line 195) | public Criteria andTitleGreaterThanOrEqualTo(String value) {
method andTitleLessThan (line 200) | public Criteria andTitleLessThan(String value) {
method andTitleLessThanOrEqualTo (line 205) | public Criteria andTitleLessThanOrEqualTo(String valu
Condensed preview — 1092 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (8,210K chars).
[
{
"path": ".gitignore",
"chars": 147,
"preview": ".idea\n.classpath\n.project\n*.iml\n*.eml\ntarget\n*.log\n*.log.*\n**/resources/zheng-admin\ngeneratorConfig.xml\n.DS_Store\n*.cach"
},
{
"path": ".travis.yml",
"chars": 80,
"preview": "---\nlanguage: java\nsudo: false\njdk:\n - oraclejdk8\nnotifications:\n email: false"
},
{
"path": "LICENSE",
"chars": 1090,
"preview": "MIT License\n\nCopyright (c) 2017 https://github.com/shuzheng/zheng\n\nPermission is hereby granted, free of charge, to any "
},
{
"path": "README.md",
"chars": 20389,
"preview": "# zheng\n[](https://travis-ci.org/shuzheng/zheng)\n"
},
{
"path": "pom.xml",
"chars": 1236,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "project-bootstrap/README.md",
"chars": 46,
"preview": "# project-bootstrap\n\n本目录为项目介绍资源目录,包含模块依赖图、拓扑图等"
},
{
"path": "project-datamodel/README.md",
"chars": 501,
"preview": "# project-datamodel\n\n本目录包含数据模型、数据库脚本等\n\n## 文件说明\n\n- zheng.apm: 上次修改数据模型快照(file-->save as保存格式为Archived PDM(XML)得到)\n\n- zheng"
},
{
"path": "project-datamodel/update_20170328_1_to_20170405_1.sql",
"chars": 8680,
"preview": "/*==============================================================*/\n/* DBMS name: MySQL 5.0 "
},
{
"path": "project-datamodel/zheng-ucenter.sql",
"chars": 4314,
"preview": "/*==============================================================*/\n/* DBMS name: MySQL 5.0 "
},
{
"path": "project-datamodel/zheng.pdb",
"chars": 330247,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng.pdm",
"chars": 330221,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng.sql",
"chars": 58799,
"preview": "/*\nNavicat MySQL Data Transfer\n\nSource Server : 127.0.0.1\nSource Server Version : 50621\nSource Host : "
},
{
"path": "project-datamodel/zheng_20170219_1.apm",
"chars": 300993,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170224_1.apm",
"chars": 301439,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170305_1.apm",
"chars": 302343,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170314_1.apm",
"chars": 310204,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170318_1.apm",
"chars": 321525,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170328_1.apm",
"chars": 322475,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170405_1.apm",
"chars": 319345,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170426_1.apm",
"chars": 350361,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-datamodel/zheng_20170603_1.apm",
"chars": 350335,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?PowerDesigner AppLocale=\"UTF16\" ID=\"{22E867D0-73E2-4C77-BB68-28135519D681}\" Lab"
},
{
"path": "project-tools/nginx/nginx.conf",
"chars": 1263,
"preview": "\n#user www www;\nworker_processes auto;\n\nerror_log logs/error.log crit;\npid logs/nginx.pid;\n\n#Specifies the val"
},
{
"path": "project-tools/nginx/servers/zheng-config.conf",
"chars": 247,
"preview": "server {\n listen 1001 default;\n server_name localhost;\n\tlocation / {\n\t\troot F:/GitHub/zheng/zheng-confi"
},
{
"path": "project-tools/nginx/servers/zheng-ui.conf",
"chars": 239,
"preview": "server {\n listen 1000 default;\n server_name localhost;\n\tlocation / {\n\t\troot F:/GitHub/zheng/zheng-ui/;\n"
},
{
"path": "project-tools/nginx.bat",
"chars": 2180,
"preview": "@echo off\nrem zheng-tools\nrem author: shuzheng http://www.zhangshuzheng.cn\nrem GitHub: https://github.com/shuzheng\nrem O"
},
{
"path": "project-tools/ngrok/ngrok.cfg",
"chars": 67,
"preview": "server_addr: \"tunnel.qydev.com:4443\"\ntrust_host_root_certs: false\n\n"
},
{
"path": "project-tools/ngrok.bat",
"chars": 66,
"preview": "start ngrok/ngrok -config=ngrok/ngrok.cfg -subdomain shuzheng 7771"
},
{
"path": "project-tools/ngrok.sh",
"chars": 60,
"preview": "ngrok/ngrok -config=ngrok/ngrok.cfg -subdomain shuzheng 7771"
},
{
"path": "zheng-admin/README.md",
"chars": 615,
"preview": "# zhengAdmin\n\n基于bootstrap实现的响应式Material Design风格的通用后台管理系统\n\n# zhengAdmin相关博客\n\n- [基于 vue + zhengAdmin 的一套后台模板](https://seg"
},
{
"path": "zheng-admin/pom.xml",
"chars": 1401,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-admin/src/crud.html",
"chars": 7400,
"preview": "<!DOCTYPE HTML>\n<html lang=\"zh-cn\">\n<head>\n\t<meta charset=\"utf-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge"
},
{
"path": "zheng-admin/src/css/admin.css",
"chars": 9504,
"preview": "body, html {height: 100%; position: relative; font-family: 'Microsoft yahei'; font-size: 13px; font-weight: 400; overflo"
},
{
"path": "zheng-admin/src/css/common.css",
"chars": 2335,
"preview": "body, html {height: 100%; position: relative; font-family: 'Microsoft yahei'; font-size: 13px; font-weight: 400;}\nimg {v"
},
{
"path": "zheng-admin/src/css/login.css",
"chars": 1623,
"preview": "body, html {height: 100%; font-family: 'Microsoft yahei'; font-size: 13px; font-weight: 400;}\nimg {vertical-align: middl"
},
{
"path": "zheng-admin/src/data/data1.json",
"chars": 29797,
"preview": "[\n {\n \"id\": 1,\n \"username\": \"shuzheng\",\n \"password\": \"123456\",\n \"name\": \"张三\",\n \"se"
},
{
"path": "zheng-admin/src/demo.html",
"chars": 350,
"preview": "<!DOCTYPE HTML>\n<html lang=\"zh-cn\">\n<head>\n\t<meta charset=\"utf-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge"
},
{
"path": "zheng-admin/src/index.html",
"chars": 11198,
"preview": "<!DOCTYPE HTML>\n<html lang=\"zh-cn\">\n<head>\n\t<meta charset=\"utf-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\""
},
{
"path": "zheng-admin/src/js/admin.js",
"chars": 7628,
"preview": "var click = device.mobile() ? 'touchstart' : 'click';\n$(function() {\n\t// 侧边栏操作按钮\n\t$(document).on(click, '#guide', functi"
},
{
"path": "zheng-admin/src/js/common.js",
"chars": 934,
"preview": "$(function() {\n\t// Waves初始化\n\tWaves.displayEffect();\n\t// 数据表格动态高度\n\t$(window).resize(function () {\n\t\t$('#table').bootstrap"
},
{
"path": "zheng-admin/src/js/login.js",
"chars": 1028,
"preview": "$(function() {\n\t// Waves初始化\n\tWaves.displayEffect();\n\t// 输入框获取焦点后出现下划线\n\t$('.form-control').focus(function() {\n\t\t$(this).p"
},
{
"path": "zheng-admin/src/login.html",
"chars": 1815,
"preview": "<!DOCTYPE HTML>\n<html lang=\"zh-cn\">\n<head>\n\t<meta charset=\"utf-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/WdatePicker.js",
"chars": 10179,
"preview": "/*\n * My97 DatePicker 4.8 Beta4\n * License: http://www.my97.net/dp/license.asp\n */\nvar $dp,WdatePicker;(function(){var $"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/calendar.js",
"chars": 22540,
"preview": "/*\n * My97 DatePicker 4.8 Beta4\n * License: http://www.my97.net/dp/license.asp\n */\neval(function(p,a,c,k,e,d){e=function"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/lang/en.js",
"chars": 631,
"preview": "var $lang={\nerrAlertMsg: \"Invalid date or the date out of range,redo or not?\",\naWeekStr: [\"wk\", \"Sun\", \"Mon\", \"Tue\", \"We"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/lang/zh-cn.js",
"chars": 1076,
"preview": "var $lang={\nerrAlertMsg: \"\\u4E0D\\u5408\\u6CD5\\u7684\\u65E5\\u671F\\u683C\\u5F0F\\u6216\\u8005\\u65E5\\u671F\\u8D85\\u51FA\\u9650\\u5B"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/lang/zh-tw.js",
"chars": 1075,
"preview": "var $lang={\nerrAlertMsg: \"\\u4E0D\\u5408\\u6CD5\\u7684\\u65E5\\u671F\\u683C\\u5F0F\\u6216\\u8005\\u65E5\\u671F\\u8D85\\u51FA\\u9650\\u5B"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/skin/WdatePicker.css",
"chars": 182,
"preview": ".Wdate{\n\tborder:#999 1px solid;\n\theight:20px;\n\tbackground:#fff url(datePicker.gif) no-repeat right;\n}\n.Wdate::-ms-clear{"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/skin/default/datepicker.css",
"chars": 3481,
"preview": "/* \n * My97 DatePicker 4.8\n */\n\n.WdateDiv{\n\twidth:180px;\n\tbackground-color:#FFFFFF;\n\tborder:#bbb 1px solid;\n\tpadding:2px"
},
{
"path": "zheng-admin/src/plugins/My97DatePicker/skin/whyGreen/datepicker.css",
"chars": 3678,
"preview": "/* \n * My97 DatePicker 4.8 Skin:whyGreen\n */ \n.WdateDiv{\n\twidth:180px;\n\tbackground-color:#fff;\n\tborder:#C5E1E4 1px solid"
},
{
"path": "zheng-admin/src/plugins/angular/angular-1.5.8/angular-locale_zh-cn.js",
"chars": 2735,
"preview": "'use strict';\nangular.module(\"ngLocale\", [], [\"$provide\", function($provide) {\nvar PLURAL_CATEGORY = {ZERO: \"zero\", ONE:"
},
{
"path": "zheng-admin/src/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css",
"chars": 9113,
"preview": ".checkbox {\n padding-left: 20px; }\n.checkbox label {\n display: inline-block;\n vertical-align: middle;\n position: rel"
},
{
"path": "zheng-admin/src/plugins/awesome-bootstrap-checkbox/index.html",
"chars": 11768,
"preview": "<!DOCTYPE html>\n<html>\n<head lang=\"en\">\n <meta charset=\"UTF-8\">\n <title>awesome bootstrap checkbox demo</title>\n "
},
{
"path": "zheng-admin/src/plugins/bootstrap-3.3.0/css/bootstrap-theme.css",
"chars": 21740,
"preview": "/*!\n * Bootstrap v3.3.0 (http://getbootstrap.com)\n * Copyright 2011-2014 Twitter, Inc.\n * Licensed under MIT (https://gi"
},
{
"path": "zheng-admin/src/plugins/bootstrap-3.3.0/css/bootstrap.css",
"chars": 137590,
"preview": "/*!\n * Bootstrap v3.3.0 (http://getbootstrap.com)\n * Copyright 2011-2014 Twitter, Inc.\n * Licensed under MIT (https://gi"
},
{
"path": "zheng-admin/src/plugins/bootstrap-3.3.0/js/bootstrap.js",
"chars": 65813,
"preview": "/*!\n * Bootstrap v3.3.0 (http://getbootstrap.com)\n * Copyright 2011-2014 Twitter, Inc.\n * Licensed under MIT (https://gi"
},
{
"path": "zheng-admin/src/plugins/bootstrap-3.3.0/js/npm.js",
"chars": 484,
"preview": "// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.\nrequ"
},
{
"path": "zheng-admin/src/plugins/bootstrap-table-1.11.0/locale/bootstrap-table-en-US.js",
"chars": 1412,
"preview": "/**\n * Bootstrap Table English translation\n * Author: Zhixin Wen<wenzhixin2010@gmail.com>\n */\n(function ($) {\n 'use s"
},
{
"path": "zheng-admin/src/plugins/bootstrap-table-1.11.0/locale/bootstrap-table-zh-CN.js",
"chars": 1266,
"preview": "/**\n * Bootstrap Table Chinese translation\n * Author: Zhixin Wen<wenzhixin2010@gmail.com>\n */\n(function ($) {\n 'use s"
},
{
"path": "zheng-admin/src/plugins/checkbix/css/checkbix.css",
"chars": 5441,
"preview": "input[type='checkbox'].checkbix { \n position: absolute;\n opacity: 0;\n z-index: -1;\n}\n\ninput[type='checkbox'].ch"
},
{
"path": "zheng-admin/src/plugins/checkbix/js/checkbix.js",
"chars": 1209,
"preview": "(function(t,e){\"use strict\";if(typeof define===\"function\"&&define.amd){define(\"Checkbix\",e)}else if(typeof exports===\"ob"
},
{
"path": "zheng-admin/src/plugins/font-awesome-4.7.0/css/font-awesome.css",
"chars": 37414,
"preview": "/*!\n * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/lice"
},
{
"path": "zheng-admin/src/plugins/fullPage/jquery.fullPage.css",
"chars": 4322,
"preview": "/**\n * fullPage 2.6.6\n * https://github.com/alvarotrigo/fullPage.js\n * MIT licensed\n *\n * Copyright (C) 2013 alvarotrigo"
},
{
"path": "zheng-admin/src/plugins/fullPage/jquery.fullPage.js",
"chars": 94150,
"preview": "/*!\n * fullPage 2.7.1\n * https://github.com/alvarotrigo/fullPage.js\n * @license MIT licensed\n *\n * Copyright (C) 2015 al"
},
{
"path": "zheng-admin/src/plugins/jquery.cookie.js",
"chars": 3140,
"preview": "/*!\n * jQuery Cookie Plugin v1.4.1\n * https://github.com/carhartl/jquery-cookie\n *\n * Copyright 2006, 2014 Klaus Hartl\n "
},
{
"path": "zheng-admin/src/plugins/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css",
"chars": 53583,
"preview": "/*\n== malihu jquery custom scrollbar plugin ==\nPlugin URI: http://manos.malihu.gr/jquery-custom-content-scroller\n*/\n\n\n\n/"
},
{
"path": "zheng-admin/src/plugins/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js",
"chars": 92949,
"preview": "/*\n== malihu jquery custom scrollbar plugin == \nVersion: 3.1.5 \nPlugin URI: http://manos.malihu.gr/jquery-custom-content"
},
{
"path": "zheng-admin/src/plugins/material-design-iconic-font-2.2.0/css/material-design-iconic-font.css",
"chars": 85304,
"preview": "/*!\n * Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-icon"
},
{
"path": "zheng-admin/src/plugins/select2/css/select2.css",
"chars": 17604,
"preview": ".select2-container {\n box-sizing: border-box;\n display: inline-block;\n margin: 0;\n position: relative;\n vertical-al"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/ar.js",
"chars": 749,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/az.js",
"chars": 681,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/bg.js",
"chars": 783,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/ca.js",
"chars": 865,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/cs.js",
"chars": 1175,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/da.js",
"chars": 800,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/de.js",
"chars": 845,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/el.js",
"chars": 925,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/en.js",
"chars": 823,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/es.js",
"chars": 862,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/et.js",
"chars": 768,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/eu.js",
"chars": 840,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/fa.js",
"chars": 833,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/fi.js",
"chars": 691,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/fr.js",
"chars": 886,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/gl.js",
"chars": 876,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/he.js",
"chars": 827,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/hi.js",
"chars": 829,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/hr.js",
"chars": 833,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/hu.js",
"chars": 782,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/id.js",
"chars": 748,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/is.js",
"chars": 755,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/it.js",
"chars": 870,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/ja.js",
"chars": 698,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/km.js",
"chars": 781,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/ko.js",
"chars": 718,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/lt.js",
"chars": 896,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/lv.js",
"chars": 855,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/mk.js",
"chars": 837,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/ms.js",
"chars": 787,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/nb.js",
"chars": 780,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/nl.js",
"chars": 890,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/pl.js",
"chars": 910,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/pt-BR.js",
"chars": 846,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/pt.js",
"chars": 853,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/ro.js",
"chars": 888,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/ru.js",
"chars": 958,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/sk.js",
"chars": 1148,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/sl.js",
"chars": 876,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/sr-Cyrl.js",
"chars": 931,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/sr.js",
"chars": 928,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/sv.js",
"chars": 777,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/th.js",
"chars": 770,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/tr.js",
"chars": 712,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/uk.js",
"chars": 933,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/vi.js",
"chars": 747,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/zh-CN.js",
"chars": 675,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/i18n/zh-TW.js",
"chars": 632,
"preview": "/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */\n\n(function(){if(jQuery&&jQuery.fn&&jQue"
},
{
"path": "zheng-admin/src/plugins/select2/js/select2.full.js",
"chars": 162504,
"preview": "/*!\n * Select2 4.0.3\n * https://select2.github.io\n *\n * Released under the MIT license\n * https://github.com/select2/sel"
},
{
"path": "zheng-admin/src/plugins/select2/js/select2.js",
"chars": 142606,
"preview": "/*!\n * Select2 4.0.3\n * https://select2.github.io\n *\n * Released under the MIT license\n * https://github.com/select2/sel"
},
{
"path": "zheng-admin/src/plugins/select2/theme/select2-bootstrap.css",
"chars": 22792,
"preview": "/*!\n * Select2 Bootstrap Theme v0.1.0-beta.9 (https://select2.github.io/select2-bootstrap-theme)\n * Copyright 2015-2016 "
},
{
"path": "zheng-admin/src/plugins/waves-0.7.5/waves.css",
"chars": 4563,
"preview": "/*!\n * Waves v0.7.5\n * http://fian.my.id/Waves \n * \n * Copyright 2014-2016 Alfiana E. Sibuea and other contributors \n * "
},
{
"path": "zheng-admin/src/plugins/waves-0.7.5/waves.js",
"chars": 18127,
"preview": "/*!\n * Waves v0.7.5\n * http://fian.my.id/Waves\n *\n * Copyright 2014-2016 Alfiana E. Sibuea and other contributors\n * Rel"
},
{
"path": "zheng-admin/src/plugins/webuploader-0.1.5/webuploader.css",
"chars": 515,
"preview": ".webuploader-container {\n\tposition: relative;\n}\n.webuploader-element-invisible {\n\tposition: absolute !important;\n\tclip: "
},
{
"path": "zheng-admin/src/plugins/zTree_v3/css/awesomeStyle/awesome.css",
"chars": 8385,
"preview": "/*-------------------------------------\nzTree Style using fontawesome instead of images\n\nversion: 1.1\nauthor: Mik"
},
{
"path": "zheng-admin/src/plugins/zTree_v3/css/awesomeStyle/awesome.less",
"chars": 8954,
"preview": "/*-------------------------------------\nzTree Style using fontawesome instead of images\n\nversion: 1.1\nauthor: Mik"
},
{
"path": "zheng-admin/src/plugins/zTree_v3/css/awesomeStyle/fa.less",
"chars": 11398,
"preview": "@fa-glass: \"\\f000\";\n@fa-music: \"\\f001\";\n@fa-search: \"\\f002\";\n@fa-envelope-o: \"\\f003\";\n@fa-heart: \"\\f004\";\n@fa-star: \"\\f0"
},
{
"path": "zheng-admin/src/plugins/zTree_v3/css/demo.css",
"chars": 2165,
"preview": "html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, bi"
},
{
"path": "zheng-admin/src/plugins/zTree_v3/css/metroStyle/metroStyle.css",
"chars": 6576,
"preview": "/*-------------------------------------\nzTree Style\n\nversion: 3.4\nauthor: Hunter.z\nemail: hunter.z@263.net\nw"
},
{
"path": "zheng-admin/src/plugins/zTree_v3/css/zTreeStyle/zTreeStyle.css",
"chars": 6223,
"preview": "/*-------------------------------------\nzTree Style\n\nversion:\t3.5.19\nauthor:\t\tHunter.z\nemail:\t\thunter.z@263.net\nwebsite:"
},
{
"path": "zheng-api/README.md",
"chars": 18,
"preview": "# zheng-api\n\n接口系统\n"
},
{
"path": "zheng-api/pom.xml",
"chars": 979,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-api/zheng-api-common/pom.xml",
"chars": 1801,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-api/zheng-api-common/src/main/java/com/zheng/api/common/constant/ApiConstant.java",
"chars": 193,
"preview": "package com.zheng.api.common.constant;\n\nimport com.zheng.common.base.BaseConstants;\n\n/**\n * api系统常量类\n * Created by shuzh"
},
{
"path": "zheng-api/zheng-api-common/src/main/java/com/zheng/api/common/constant/ApiResult.java",
"chars": 455,
"preview": "package com.zheng.api.common.constant;\n\nimport com.zheng.common.base.BaseResult;\n\n/**\n * api系统常量枚举类\n * Created by shuzhe"
},
{
"path": "zheng-api/zheng-api-common/src/main/java/com/zheng/api/common/constant/ApiResultConstant.java",
"chars": 629,
"preview": "package com.zheng.api.common.constant;\n\n/**\n * api系统接口结果常量枚举类\n * Created by shuzheng on 2017/2/19.\n */\npublic enum ApiRe"
},
{
"path": "zheng-api/zheng-api-rpc-api/pom.xml",
"chars": 1739,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-api/zheng-api-rpc-api/src/main/java/com/zheng/api/rpc/api/ApiService.java",
"chars": 217,
"preview": "package com.zheng.api.rpc.api;\n\n/**\n * api系统总接口\n * Created by shuzheng on 2017/2/19.\n */\npublic interface ApiService {\n\n"
},
{
"path": "zheng-api/zheng-api-rpc-api/src/main/java/com/zheng/api/rpc/api/ApiServiceMock.java",
"chars": 428,
"preview": "package com.zheng.api.rpc.api;\n\nimport org.slf4j.Logger;\nimport org.slf4j.LoggerFactory;\n\n/**\n * 降级实现ApiService接口\n * Cre"
},
{
"path": "zheng-api/zheng-api-rpc-service/pom.xml",
"chars": 4639,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/assembly/assembly.xml",
"chars": 736,
"preview": "<assembly>\n <id>assembly</id>\n <formats>\n <format>tar.gz</format>\n </formats>\n <includeBaseDirectory>"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/assembly/bin/dump.sh",
"chars": 2146,
"preview": "#!/bin/bash\ncd `dirname $0`\nBIN_DIR=`pwd`\ncd ..\nDEPLOY_DIR=`pwd`\nCONF_DIR=$DEPLOY_DIR/conf\n\nSERVER_NAME=`sed '/dubbo.app"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/assembly/bin/restart.sh",
"chars": 49,
"preview": "#!/bin/bash\ncd `dirname $0`\n./stop.sh\n./start.sh\n"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/assembly/bin/server.sh",
"chars": 413,
"preview": "#!/bin/bash\ncd `dirname $0`\nif [ \"$1\" = \"start\" ]; then\n\t./start.sh\nelse\n\tif [ \"$1\" = \"stop\" ]; then\n\t\t./stop.sh\n\telse\n\t"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/assembly/bin/start.bat",
"chars": 794,
"preview": "@echo off & setlocal enabledelayedexpansion\n\nset LIB_JARS=\"\"\ncd ..\\lib\nfor %%i in (*) do set LIB_JARS=!LIB_JARS!;..\\lib\\"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/assembly/bin/start.sh",
"chars": 3131,
"preview": "#!/bin/bash\ncd `dirname $0`\nBIN_DIR=`pwd`\ncd ..\nDEPLOY_DIR=`pwd`\nCONF_DIR=$DEPLOY_DIR/conf\n\n\nSERVER_NAME=`sed '/dubbo.ap"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/assembly/bin/stop.sh",
"chars": 837,
"preview": "#!/bin/bash\ncd `dirname $0`\nBIN_DIR=`pwd`\ncd ..\nDEPLOY_DIR=`pwd`\nCONF_DIR=$DEPLOY_DIR/conf\n\nSERVER_NAME=`sed '/dubbo.app"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/java/com/zheng/api/rpc/ZhengApiRpcServiceApplication.java",
"chars": 234,
"preview": "package com.zheng.api.rpc;\n\n/**\n * 服务启动类\n * Created by shuzheng on 2017/2/19.\n */\npublic class ZhengApiRpcServiceApplica"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/java/com/zheng/api/rpc/service/impl/ApiServiceImpl.java",
"chars": 445,
"preview": "package com.zheng.api.rpc.service.impl;\n\nimport com.zheng.api.rpc.api.ApiService;\nimport org.slf4j.Logger;\nimport org.sl"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/META-INF/spring/applicationContext-dubbo-consumer.xml",
"chars": 2196,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:xsi=\"http"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/META-INF/spring/applicationContext-dubbo-provider.xml",
"chars": 909,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:xsi=\"http"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/META-INF/spring/applicationContext-listener.xml",
"chars": 433,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:xsi=\"http"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/META-INF/spring/applicationContext.xml",
"chars": 434,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:xsi=\"http"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/config.properties",
"chars": 39,
"preview": "app.name=${app.name}\nenv=${profile.env}"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/log4j.properties",
"chars": 1282,
"preview": "#off/fatal/error/warn/info/debug/all\nlog4j.debug=false\nlog4j.rootLogger=info,stdout,log,errorlog\n\n# Console\nlog4j.append"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/profiles/dev.properties",
"chars": 46,
"preview": "app.name=zheng-api-rpc-service\nprofile.env=dev"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/profiles/prod.properties",
"chars": 47,
"preview": "app.name=zheng-api-rpc-service\nprofile.env=prod"
},
{
"path": "zheng-api/zheng-api-rpc-service/src/main/resources/profiles/test.properties",
"chars": 47,
"preview": "app.name=zheng-api-rpc-service\nprofile.env=test"
},
{
"path": "zheng-api/zheng-api-server/pom.xml",
"chars": 3803,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-api/zheng-api-server/src/main/java/com/zheng/api/server/controller/TestController.java",
"chars": 1095,
"preview": "package com.zheng.api.server.controller;\n\nimport com.zheng.api.rpc.api.ApiService;\nimport com.zheng.common.base.BaseCont"
},
{
"path": "zheng-api/zheng-api-server/src/main/java/com/zheng/api/server/jms/DefaultMessageQueueListener.java",
"chars": 1193,
"preview": "package com.zheng.api.server.jms;\n\nimport org.slf4j.Logger;\nimport org.slf4j.LoggerFactory;\nimport org.springframework.b"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/applicationContext-activemq.xml",
"chars": 2303,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- 查找最新的schemaLocation 访问 http://www.springframework.org/schema/ -->\n<beans xml"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/applicationContext-dubbo-consumer.xml",
"chars": 797,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:xsi=\"http"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/applicationContext-threadpool.xml",
"chars": 1302,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\t xmlns:xsi=\"http://"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/applicationContext-zhengAdmin.xml",
"chars": 428,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\t xmlns:xsi=\"http://"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/config.properties",
"chars": 102,
"preview": "app.name=${app.name}\nenv=${profile.env}\n\n##### activeMq #####\nAvtiveMQ.brokerURL=${AvtiveMQ.brokerURL}"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/i18n/messages_en_US.properties",
"chars": 88,
"preview": "403=Access forbidden!\n404=Page not found!\n500=Internal server error!\nerror=Server error!"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/i18n/messages_zh_CN.properties",
"chars": 189,
"preview": "403=\\u6CA1\\u6709\\u6743\\u9650\\uFF01\n404=\\u9875\\u9762\\u6CA1\\u6709\\u627E\\u5230\\uFF01\n500=\\u5185\\u90E8\\u670D\\u52A1\\u5668\\u95"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/log4j.properties",
"chars": 1272,
"preview": "#off/fatal/error/warn/info/debug/all\nlog4j.debug=false\nlog4j.rootLogger=info,stdout,log,errorlog\n\n# Console\nlog4j.append"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/profiles/dev.properties",
"chars": 914,
"preview": "app.name=zheng-api-server\nprofile.env=dev\n\n##### activeMq #####\nAvtiveMQ.brokerURL=failover:(tcp://mqserver:61616?wireFo"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/profiles/prod.properties",
"chars": 915,
"preview": "app.name=zheng-api-server\nprofile.env=prod\n\n##### activeMq #####\nAvtiveMQ.brokerURL=failover:(tcp://mqserver:61616?wireF"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/profiles/test.properties",
"chars": 915,
"preview": "app.name=zheng-api-server\nprofile.env=test\n\n##### activeMq #####\nAvtiveMQ.brokerURL=failover:(tcp://mqserver:61616?wireF"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/springMVC-servlet.xml",
"chars": 555,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\txmlns:xsi=\"http://www"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/zheng-admin-client.properties",
"chars": 42,
"preview": "zheng.admin.version=${zheng.admin.version}"
},
{
"path": "zheng-api/zheng-api-server/src/main/resources/zheng-upms-client.properties",
"chars": 801,
"preview": "# \\u7EC8\\u7AEF\\u7C7B\\u578B\nzheng.upms.type=${zheng.upms.type}\n# \\u7EC8\\u7AEFsession\\u540D\\u79F0\nzheng.upms.session.id=${"
},
{
"path": "zheng-api/zheng-api-server/src/main/webapp/WEB-INF/jsp/403.jsp",
"chars": 738,
"preview": "<%@ page contentType=\"text/html; charset=utf-8\"%>\n<%@ taglib uri=\"http://java.sun.com/jstl/core_rt\" prefix=\"c\"%>\n<%@ tag"
},
{
"path": "zheng-api/zheng-api-server/src/main/webapp/WEB-INF/jsp/404.jsp",
"chars": 592,
"preview": "<%@ page contentType=\"text/html; charset=utf-8\"%>\n<%@ taglib uri=\"http://java.sun.com/jstl/core_rt\" prefix=\"c\"%>\n<%@ tag"
},
{
"path": "zheng-api/zheng-api-server/src/main/webapp/WEB-INF/jsp/500.jsp",
"chars": 1529,
"preview": "<%@ page contentType=\"text/html; charset=utf-8\"%>\n<%@ taglib uri=\"http://java.sun.com/jstl/core_rt\" prefix=\"c\"%>\n<%@ tag"
},
{
"path": "zheng-api/zheng-api-server/src/main/webapp/WEB-INF/jsp/error.jsp",
"chars": 894,
"preview": "<%@ page contentType=\"text/html; charset=utf-8\" isErrorPage=\"true\"%>\n<%@ taglib uri=\"http://java.sun.com/jstl/core_rt\" p"
},
{
"path": "zheng-api/zheng-api-server/src/main/webapp/WEB-INF/jsp/index.jsp",
"chars": 614,
"preview": "<%@ page contentType=\"text/html; charset=utf-8\"%>\n<%@ taglib uri=\"http://java.sun.com/jstl/core_rt\" prefix=\"c\"%>\n<%@ tag"
},
{
"path": "zheng-api/zheng-api-server/src/main/webapp/WEB-INF/web.xml",
"chars": 3272,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<web-app xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xmlns=\"ht"
},
{
"path": "zheng-cms/README.md",
"chars": 20,
"preview": "# zheng-cms\n\n内容管理系统\n"
},
{
"path": "zheng-cms/pom.xml",
"chars": 2337,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-cms/zheng-cms-admin/pom.xml",
"chars": 3626,
"preview": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:sc"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/ManageController.java",
"chars": 877,
"preview": "package com.zheng.cms.admin.controller;\n\nimport com.zheng.common.base.BaseController;\nimport io.swagger.annotations.Api;"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsArticleController.java",
"chars": 5612,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.baidu.unbiz.fluentvalidator.ComplexResult;\nimport com.baidu.u"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsCategoryController.java",
"chars": 4961,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.baidu.unbiz.fluentvalidator.ComplexResult;\nimport com.baidu.u"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsCommentController.java",
"chars": 4097,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.zheng.cms.common.constant.CmsResult;\nimport com.zheng.cms.com"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsMenuController.java",
"chars": 7076,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.baidu.unbiz.fluentvalidator.ComplexResult;\nimport com.baidu.u"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsPageController.java",
"chars": 4774,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.baidu.unbiz.fluentvalidator.ComplexResult;\nimport com.baidu.u"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsSettingController.java",
"chars": 4886,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.baidu.unbiz.fluentvalidator.ComplexResult;\nimport com.baidu.u"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsTagController.java",
"chars": 4726,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.baidu.unbiz.fluentvalidator.ComplexResult;\nimport com.baidu.u"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/controller/manage/CmsTopicController.java",
"chars": 4795,
"preview": "package com.zheng.cms.admin.controller.manage;\n\nimport com.baidu.unbiz.fluentvalidator.ComplexResult;\nimport com.baidu.u"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/interceptor/ManageInterceptor.java",
"chars": 1002,
"preview": "package com.zheng.cms.admin.interceptor;\n\nimport org.slf4j.Logger;\nimport org.slf4j.LoggerFactory;\nimport org.springfram"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/java/com/zheng/cms/admin/jms/DefaultMessageQueueListener.java",
"chars": 1028,
"preview": "package com.zheng.cms.admin.jms;\n\nimport org.slf4j.Logger;\nimport org.slf4j.LoggerFactory;\nimport org.springframework.be"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/resources/applicationContext-activemq.xml",
"chars": 2300,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- 查找最新的schemaLocation 访问 http://www.springframework.org/schema/ -->\n<beans xml"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/resources/applicationContext-dubbo-consumer.xml",
"chars": 1915,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:xsi=\"http"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/resources/applicationContext-ehcache.xml",
"chars": 991,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\txmlns:xsi=\"http://www"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/resources/applicationContext-threadpool.xml",
"chars": 1302,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\t xmlns:xsi=\"http://"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/resources/applicationContext-zhengAdmin.xml",
"chars": 428,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\t xmlns:xsi=\"http://"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/resources/config.properties",
"chars": 102,
"preview": "app.name=${app.name}\nenv=${profile.env}\n\n##### activeMq #####\nAvtiveMQ.brokerURL=${AvtiveMQ.brokerURL}"
},
{
"path": "zheng-cms/zheng-cms-admin/src/main/resources/ehcache.xml",
"chars": 877,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ehcache>\n <diskStore path=\"java.io.tmpdir/zheng-cms-admin/ehcache\"/>\n <def"
}
]
// ... and 892 more files (download for full content)
About this extraction
This page contains the full source code of the shuzheng/zheng GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1092 files (18.1 MB), approximately 2.0M tokens, and a symbol index with 6595 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.