实例介绍
免费开源的小额贷款管理系统,基于主流的spring,easyui等开源技术框架,通用 的贷款业务流程,更易于二次开发和维护,为不同业务的贷款软件提供产品基础
【实例截图】
【核心代码】
d97c3893-9fd9-4770-8828-6c4e4ac50883
├── mf.sql
├── MicroFinance
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ ├── admin
│ │ │ │ ├── accrual
│ │ │ │ │ ├── AccrualBO.class
│ │ │ │ │ ├── AccrualdetailVO.class
│ │ │ │ │ ├── AccrualFactor.class
│ │ │ │ │ ├── AccrualVO.class
│ │ │ │ │ └── CalAccrualBO.class
│ │ │ │ ├── cancel
│ │ │ │ │ ├── CancelController.class
│ │ │ │ │ ├── CancelService.class
│ │ │ │ │ └── CancelVO.class
│ │ │ │ ├── constants
│ │ │ │ │ └── Constants.class
│ │ │ │ ├── contract
│ │ │ │ │ ├── ContplanVO.class
│ │ │ │ │ ├── ContprinplanVO.class
│ │ │ │ │ ├── ContractController.class
│ │ │ │ │ ├── ContractService.class
│ │ │ │ │ └── ContractVO.class
│ │ │ │ ├── corpcust
│ │ │ │ │ ├── CorpcustController.class
│ │ │ │ │ ├── CorpcustService.class
│ │ │ │ │ └── CorpcustVO.class
│ │ │ │ ├── grant
│ │ │ │ │ ├── GrantController.class
│ │ │ │ │ ├── GrantService.class
│ │ │ │ │ └── GrantVO.class
│ │ │ │ ├── guarant
│ │ │ │ │ ├── CustVO.class
│ │ │ │ │ ├── GuarantController.class
│ │ │ │ │ ├── GuarantService.class
│ │ │ │ │ └── GuarantVO.class
│ │ │ │ ├── indivcust
│ │ │ │ │ ├── IndivcustController.class
│ │ │ │ │ ├── IndivcustService.class
│ │ │ │ │ └── IndivcustVO.class
│ │ │ │ ├── loanapply
│ │ │ │ │ ├── LoanapplyController.class
│ │ │ │ │ ├── LoanapplyService.class
│ │ │ │ │ └── LoanapplyVO.class
│ │ │ │ ├── product
│ │ │ │ │ ├── FeeVO.class
│ │ │ │ │ ├── ProductController.class
│ │ │ │ │ ├── ProductService.class
│ │ │ │ │ └── ProductVO.class
│ │ │ │ ├── rate
│ │ │ │ │ ├── RateController.class
│ │ │ │ │ ├── RatedetailVO.class
│ │ │ │ │ ├── RateService.class
│ │ │ │ │ └── RateVO.class
│ │ │ │ └── receipt
│ │ │ │ ├── ReceiptController.class
│ │ │ │ ├── ReceiptService.class
│ │ │ │ └── ReceiptVO.class
│ │ │ └── pub
│ │ │ ├── constant
│ │ │ │ └── Constants.class
│ │ │ ├── dict
│ │ │ │ ├── DicCache.class
│ │ │ │ ├── DictController.class
│ │ │ │ ├── DictService.class
│ │ │ │ └── DictVO.class
│ │ │ ├── dictItem
│ │ │ │ ├── DictItemController.class
│ │ │ │ ├── DictItemService.class
│ │ │ │ └── DictItemVO.class
│ │ │ ├── editor
│ │ │ │ └── TimestampEditor.class
│ │ │ ├── env
│ │ │ │ └── Environment.class
│ │ │ ├── excel
│ │ │ │ └── WriteExcelInterface.class
│ │ │ ├── exception
│ │ │ │ └── BusinessException.class
│ │ │ ├── field
│ │ │ │ └── Fields.class
│ │ │ ├── img
│ │ │ │ └── ImageController.class
│ │ │ ├── index
│ │ │ │ └── IndexController.class
│ │ │ ├── interceptor
│ │ │ │ └── CustomInterceptor.class
│ │ │ ├── jdbc
│ │ │ │ ├── BaseBlob.class
│ │ │ │ ├── BaseClob.class
│ │ │ │ ├── BaseDAO$10.class
│ │ │ │ ├── BaseDAO$11.class
│ │ │ │ ├── BaseDAO$12.class
│ │ │ │ ├── BaseDAO$1.class
│ │ │ │ ├── BaseDAO$2.class
│ │ │ │ ├── BaseDAO$3.class
│ │ │ │ ├── BaseDAO$4.class
│ │ │ │ ├── BaseDAO$5.class
│ │ │ │ ├── BaseDAO$6.class
│ │ │ │ ├── BaseDAO$7.class
│ │ │ │ ├── BaseDAO$8.class
│ │ │ │ ├── BaseDAO$9.class
│ │ │ │ ├── BaseDAO.class
│ │ │ │ ├── BaseSQLParam.class
│ │ │ │ ├── CascadeMetadata.class
│ │ │ │ ├── CommonVO.class
│ │ │ │ ├── NullVO.class
│ │ │ │ └── SuperVO.class
│ │ │ ├── listener
│ │ │ │ ├── EnvironmentListener.class
│ │ │ │ ├── Log4jInitListener.class
│ │ │ │ └── SpringContext.class
│ │ │ ├── log
│ │ │ │ └── Log.class
│ │ │ │ └── MailUtil.class
│ │ │ ├── menu
│ │ │ │ ├── MenuController.class
│ │ │ │ ├── MenuDAO$1.class
│ │ │ │ ├── MenuDAO$2.class
│ │ │ │ ├── MenuDAO.class
│ │ │ │ ├── MenuService.class
│ │ │ │ └── MenuVO.class
│ │ │ ├── module
│ │ │ │ └── ModuleVO.class
│ │ │ ├── page
│ │ │ │ ├── Page.class
│ │ │ │ ├── PageRecord.class
│ │ │ │ └── TotalRecord.class
│ │ │ ├── parameter
│ │ │ │ ├── ParameterController.class
│ │ │ │ ├── ParameterService.class
│ │ │ │ └── ParameterVO.class
│ │ │ ├── power
│ │ │ │ ├── PowerController.class
│ │ │ │ ├── PowerService.class
│ │ │ │ └── PowerVO.class
│ │ │ ├── role
│ │ │ │ ├── RoleController.class
│ │ │ │ ├── RoleService.class
│ │ │ │ └── RoleVO.class
│ │ │ ├── tag
│ │ │ │ ├── DicTag.class
│ │ │ │ └── ForeignTag.class
│ │ │ ├── upload
│ │ │ │ └── FileUploadController.class
│ │ │ ├── user
│ │ │ │ ├── UserController.class
│ │ │ │ ├── UserService.class
│ │ │ │ └── UserVO.class
│ │ │ ├── user_role
│ │ │ │ └── UserRoleVO.class
│ │ │ ├── util
│ │ │ │ ├── ContentUtil.class
│ │ │ │ ├── DateUtil.class
│ │ │ │ ├── ExcelUtil.class
│ │ │ │ ├── JSONUtil.class
│ │ │ │ ├── SQLUtil.class
│ │ │ │ └── UserUtil.class
│ │ │ └── workflow
│ │ │ ├── ActNoteVO.class
│ │ │ ├── WorkFlowController.class
│ │ │ ├── WorkFlowService.class
│ │ │ └── WorkFlowVO.class
│ │ ├── log4j.properties
│ │ ├── springActiviti.xml
│ │ ├── springContext.xml
│ │ ├── springMvc.xml
│ │ ├── TeacherListener.class
│ │ ├── Test.class
│ │ ├── 教师退休流程.bpmn
│ │ └── 测试流程.bpmn
│ ├── src
│ │ ├── activiti
│ │ │ ├── TeacherListener.java
│ │ │ ├── 教师退休流程.bpmn
│ │ │ └── 测试流程.bpmn
│ │ ├── admin
│ │ │ └── com
│ │ │ └── admin
│ │ │ ├── accrual
│ │ │ │ ├── AccrualBO.java
│ │ │ │ ├── AccrualdetailVO.java
│ │ │ │ ├── AccrualFactor.java
│ │ │ │ ├── AccrualVO.java
│ │ │ │ └── CalAccrualBO.java
│ │ │ ├── cancel
│ │ │ │ ├── CancelController.java
│ │ │ │ ├── CancelService.java
│ │ │ │ └── CancelVO.java
│ │ │ ├── constants
│ │ │ │ └── Constants.java
│ │ │ ├── contract
│ │ │ │ ├── ContplanVO.java
│ │ │ │ ├── ContprinplanVO.java
│ │ │ │ ├── ContractController.java
│ │ │ │ ├── ContractService.java
│ │ │ │ └── ContractVO.java
│ │ │ ├── corpcust
│ │ │ │ ├── CorpcustController.java
│ │ │ │ ├── CorpcustService.java
│ │ │ │ └── CorpcustVO.java
│ │ │ ├── grant
│ │ │ │ ├── GrantController.java
│ │ │ │ ├── GrantService.java
│ │ │ │ └── GrantVO.java
│ │ │ ├── guarant
│ │ │ │ ├── CustVO.java
│ │ │ │ ├── GuarantController.java
│ │ │ │ ├── GuarantService.java
│ │ │ │ └── GuarantVO.java
│ │ │ ├── indivcust
│ │ │ │ ├── IndivcustController.java
│ │ │ │ ├── IndivcustService.java
│ │ │ │ └── IndivcustVO.java
│ │ │ ├── loanapply
│ │ │ │ ├── LoanapplyController.java
│ │ │ │ ├── LoanapplyService.java
│ │ │ │ └── LoanapplyVO.java
│ │ │ ├── product
│ │ │ │ ├── FeeVO.java
│ │ │ │ ├── ProductController.java
│ │ │ │ ├── ProductService.java
│ │ │ │ └── ProductVO.java
│ │ │ ├── rate
│ │ │ │ ├── RateController.java
│ │ │ │ ├── RatedetailVO.java
│ │ │ │ ├── RateService.java
│ │ │ │ └── RateVO.java
│ │ │ └── receipt
│ │ │ ├── ReceiptController.java
│ │ │ ├── ReceiptService.java
│ │ │ └── ReceiptVO.java
│ │ ├── config
│ │ │ ├── log4j.properties
│ │ │ ├── springActiviti.xml
│ │ │ ├── springContext.xml
│ │ │ └── springMvc.xml
│ │ ├── pub
│ │ │ └── com
│ │ │ └── pub
│ │ │ ├── constant
│ │ │ │ └── Constants.java
│ │ │ ├── dict
│ │ │ │ ├── DicCache.java
│ │ │ │ ├── DictController.java
│ │ │ │ ├── DictService.java
│ │ │ │ └── DictVO.java
│ │ │ ├── dictItem
│ │ │ │ ├── DictItemController.java
│ │ │ │ ├── DictItemService.java
│ │ │ │ └── DictItemVO.java
│ │ │ ├── editor
│ │ │ │ └── TimestampEditor.java
│ │ │ ├── env
│ │ │ │ └── Environment.java
│ │ │ ├── excel
│ │ │ │ └── WriteExcelInterface.java
│ │ │ ├── exception
│ │ │ │ └── BusinessException.java
│ │ │ ├── field
│ │ │ │ └── Fields.java
│ │ │ ├── img
│ │ │ │ └── ImageController.java
│ │ │ ├── index
│ │ │ │ └── IndexController.java
│ │ │ ├── interceptor
│ │ │ │ └── CustomInterceptor.java
│ │ │ ├── jdbc
│ │ │ │ ├── BaseBlob.java
│ │ │ │ ├── BaseClob.java
│ │ │ │ ├── BaseDAO.java
│ │ │ │ ├── BaseSQLParam.java
│ │ │ │ ├── CascadeMetadata.java
│ │ │ │ ├── CommonVO.java
│ │ │ │ ├── NullVO.java
│ │ │ │ └── SuperVO.java
│ │ │ ├── listener
│ │ │ │ ├── EnvironmentListener.java
│ │ │ │ ├── Log4jInitListener.java
│ │ │ │ └── SpringContext.java
│ │ │ ├── log
│ │ │ │ └── Log.java
│ │ │ │ └── MailUtil.java
│ │ │ ├── menu
│ │ │ │ ├── MenuController.java
│ │ │ │ ├── MenuDAO.java
│ │ │ │ ├── MenuService.java
│ │ │ │ └── MenuVO.java
│ │ │ ├── module
│ │ │ │ └── ModuleVO.java
│ │ │ ├── page
│ │ │ │ ├── Page.java
│ │ │ │ ├── PageRecord.java
│ │ │ │ └── TotalRecord.java
│ │ │ ├── parameter
│ │ │ │ ├── ParameterController.java
│ │ │ │ ├── ParameterService.java
│ │ │ │ └── ParameterVO.java
│ │ │ ├── power
│ │ │ │ ├── PowerController.java
│ │ │ │ ├── PowerService.java
│ │ │ │ └── PowerVO.java
│ │ │ ├── role
│ │ │ │ ├── RoleController.java
│ │ │ │ ├── RoleService.java
│ │ │ │ └── RoleVO.java
│ │ │ ├── tag
│ │ │ │ ├── DicTag.java
│ │ │ │ └── ForeignTag.java
│ │ │ ├── upload
│ │ │ │ └── FileUploadController.java
│ │ │ ├── user
│ │ │ │ ├── UserController.java
│ │ │ │ ├── UserService.java
│ │ │ │ └── UserVO.java
│ │ │ ├── user_role
│ │ │ │ └── UserRoleVO.java
│ │ │ ├── util
│ │ │ │ ├── ContentUtil.java
│ │ │ │ ├── DateUtil.java
│ │ │ │ ├── ExcelUtil.java
│ │ │ │ ├── JSONUtil.java
│ │ │ │ ├── SQLUtil.java
│ │ │ │ └── UserUtil.java
│ │ │ └── workflow
│ │ │ ├── ActNoteVO.java
│ │ │ ├── WorkFlowController.java
│ │ │ ├── WorkFlowService.java
│ │ │ └── WorkFlowVO.java
│ │ └── test
│ │ └── Test.java
│ └── WebContent
│ ├── admin
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── custom.css
│ │ │ ├── login.css
│ │ │ └── responsive.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ ├── img
│ │ │ ├── bg.jpg
│ │ │ ├── gly.png
│ │ │ ├── header_bg.jpg
│ │ │ ├── login
│ │ │ │ ├── bg.gif
│ │ │ │ ├── btnlogin.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── login_01.gif
│ │ │ │ ├── login_02.gif
│ │ │ │ ├── login_03.gif
│ │ │ │ ├── login_04.gif
│ │ │ │ ├── login_05.gif
│ │ │ │ ├── login_06.gif
│ │ │ │ ├── login_07.gif
│ │ │ │ ├── login_08.gif
│ │ │ │ ├── login_09.gif
│ │ │ │ ├── login_10.gif
│ │ │ │ ├── login_11.gif
│ │ │ │ ├── login_12.gif
│ │ │ │ ├── login_13.gif
│ │ │ │ ├── login_14.gif
│ │ │ │ ├── login_button_bg.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── txt.gif
│ │ │ ├── logo.png
│ │ │ ├── sanjiao.png
│ │ │ ├── tbg.jpg
│ │ │ ├── tc.png
│ │ │ ├── thf.png
│ │ │ ├── user_wec.gif
│ │ │ ├── welcome.png
│ │ │ └── zhgl.png
│ │ ├── js
│ │ │ ├── add-methods.js
│ │ │ ├── ajaxfileupload.js
│ │ │ ├── Component.js
│ │ │ ├── easyui-lang-zh_CN.js
│ │ │ ├── jquery.easyui.min.js
│ │ │ ├── jQuery-File-Upload-9.8.1
│ │ │ │ └── js
│ │ │ │ ├── jquery.fileupload.js
│ │ │ │ ├── jquery.iframe-transport.js
│ │ │ │ └── vendor
│ │ │ │ └── jquery.ui.widget.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── kindeditor-4.1.10
│ │ │ │ ├── kindeditor-all.js
│ │ │ │ ├── kindeditor-all-min.js
│ │ │ │ ├── kindeditor.js
│ │ │ │ ├── kindeditor-min.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── ar.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── ko.js
│ │ │ │ │ ├── zh_CN.js
│ │ │ │ │ └── zh_TW.js
│ │ │ │ ├── license.txt
│ │ │ │ ├── plugins
│ │ │ │ │ ├── anchor
│ │ │ │ │ │ └── anchor.js
│ │ │ │ │ ├── autoheight
│ │ │ │ │ │ └── autoheight.js
│ │ │ │ │ ├── baidumap
│ │ │ │ │ │ ├── baidumap.js
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── map.html
│ │ │ │ │ ├── clearhtml
│ │ │ │ │ │ └── clearhtml.js
│ │ │ │ │ ├── code
│ │ │ │ │ │ ├── code.js
│ │ │ │ │ │ ├── prettify.css
│ │ │ │ │ │ └── prettify.js
│ │ │ │ │ ├── emoticons
│ │ │ │ │ │ ├── emoticons.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── 100.gif
│ │ │ │ │ │ ├── 101.gif
│ │ │ │ │ │ ├── 102.gif
│ │ │ │ │ │ ├── 103.gif
│ │ │ │ │ │ ├── 104.gif
│ │ │ │ │ │ ├── 105.gif
│ │ │ │ │ │ ├── 106.gif
│ │ │ │ │ │ ├── 107.gif
│ │ │ │ │ │ ├── 108.gif
│ │ │ │ │ │ ├── 109.gif
│ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ ├── 110.gif
│ │ │ │ │ │ ├── 111.gif
│ │ │ │ │ │ ├── 112.gif
│ │ │ │ │ │ ├── 113.gif
│ │ │ │ │ │ ├── 114.gif
│ │ │ │ │ │ ├── 115.gif
│ │ │ │ │ │ ├── 116.gif
│ │ │ │ │ │ ├── 117.gif
│ │ │ │ │ │ ├── 118.gif
│ │ │ │ │ │ ├── 119.gif
│ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ ├── 120.gif
│ │ │ │ │ │ ├── 121.gif
│ │ │ │ │ │ ├── 122.gif
│ │ │ │ │ │ ├── 123.gif
│ │ │ │ │ │ ├── 124.gif
│ │ │ │ │ │ ├── 125.gif
│ │ │ │ │ │ ├── 126.gif
│ │ │ │ │ │ ├── 127.gif
│ │ │ │ │ │ ├── 128.gif
│ │ │ │ │ │ ├── 129.gif
│ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ ├── 130.gif
│ │ │ │ │ │ ├── 131.gif
│ │ │ │ │ │ ├── 132.gif
│ │ │ │ │ │ ├── 133.gif
│ │ │ │ │ │ ├── 134.gif
│ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ ├── 72.gif
│ │ │ │ │ │ ├── 73.gif
│ │ │ │ │ │ ├── 74.gif
│ │ │ │ │ │ ├── 75.gif
│ │ │ │ │ │ ├── 76.gif
│ │ │ │ │ │ ├── 77.gif
│ │ │ │ │ │ ├── 78.gif
│ │ │ │ │ │ ├── 79.gif
│ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ ├── 80.gif
│ │ │ │ │ │ ├── 81.gif
│ │ │ │ │ │ ├── 82.gif
│ │ │ │ │ │ ├── 83.gif
│ │ │ │ │ │ ├── 84.gif
│ │ │ │ │ │ ├── 85.gif
│ │ │ │ │ │ ├── 86.gif
│ │ │ │ │ │ ├── 87.gif
│ │ │ │ │ │ ├── 88.gif
│ │ │ │ │ │ ├── 89.gif
│ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ ├── 90.gif
│ │ │ │ │ │ ├── 91.gif
│ │ │ │ │ │ ├── 92.gif
│ │ │ │ │ │ ├── 93.gif
│ │ │ │ │ │ ├── 94.gif
│ │ │ │ │ │ ├── 95.gif
│ │ │ │ │ │ ├── 96.gif
│ │ │ │ │ │ ├── 97.gif
│ │ │ │ │ │ ├── 98.gif
│ │ │ │ │ │ ├── 99.gif
│ │ │ │ │ │ ├── 9.gif
│ │ │ │ │ │ └── static.gif
│ │ │ │ │ ├── filemanager
│ │ │ │ │ │ ├── filemanager.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── file-16.gif
│ │ │ │ │ │ ├── file-64.gif
│ │ │ │ │ │ ├── folder-16.gif
│ │ │ │ │ │ ├── folder-64.gif
│ │ │ │ │ │ └── go-up.gif
│ │ │ │ │ ├── flash
│ │ │ │ │ │ └── flash.js
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── image.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── align_left.gif
│ │ │ │ │ │ ├── align_right.gif
│ │ │ │ │ │ ├── align_top.gif
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── insertfile
│ │ │ │ │ │ └── insertfile.js
│ │ │ │ │ ├── lineheight
│ │ │ │ │ │ └── lineheight.js
│ │ │ │ │ ├── link
│ │ │ │ │ │ └── link.js
│ │ │ │ │ ├── map
│ │ │ │ │ │ ├── map.html
│ │ │ │ │ │ └── map.js
│ │ │ │ │ ├── media
│ │ │ │ │ │ └── media.js
│ │ │ │ │ ├── multiimage
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ │ ├── select-files-en.png
│ │ │ │ │ │ │ ├── select-files-zh_CN.png
│ │ │ │ │ │ │ └── swfupload.swf
│ │ │ │ │ │ └── multiimage.js
│ │ │ │ │ ├── pagebreak
│ │ │ │ │ │ └── pagebreak.js
│ │ │ │ │ ├── plainpaste
│ │ │ │ │ │ └── plainpaste.js
│ │ │ │ │ ├── preview
│ │ │ │ │ │ └── preview.js
│ │ │ │ │ ├── quickformat
│ │ │ │ │ │ └── quickformat.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ └── table.js
│ │ │ │ │ ├── template
│ │ │ │ │ │ ├── html
│ │ │ │ │ │ │ ├── 1.html
│ │ │ │ │ │ │ ├── 2.html
│ │ │ │ │ │ │ └── 3.html
│ │ │ │ │ │ └── template.js
│ │ │ │ │ └── wordpaste
│ │ │ │ │ └── wordpaste.js
│ │ │ │ └── themes
│ │ │ │ ├── common
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── flash.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── media.gif
│ │ │ │ │ └── rm.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── background.png
│ │ │ │ │ ├── default.css
│ │ │ │ │ └── default.png
│ │ │ │ │ ├── editor.gif
│ │ │ │ │ └── qq.css
│ │ │ │ └── simple
│ │ │ │ └── simple.css
│ │ │ ├── messages_zh.js
│ │ │ └── My97DatePicker
│ │ │ ├── calendar.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── skin
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── WdatePicker.css
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ └── WdatePicker.js
│ │ └── themes
│ │ ├── black
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combobox.css
│ │ │ ├── combo.css
│ │ │ ├── datagrid.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menubutton.css
│ │ │ ├── menu.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── bootstrap
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combobox.css
│ │ │ ├── combo.css
│ │ │ ├── datagrid.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menubutton.css
│ │ │ ├── menu.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── color.css
│ │ ├── default
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combobox.css
│ │ │ ├── combo.css
│ │ │ ├── datagrid.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menubutton.css
│ │ │ ├── menu.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── gray
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combobox.css
│ │ │ ├── combo.css
│ │ │ ├── datagrid.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menubutton.css
│ │ │ ├── menu.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── icon.css
│ │ ├── icons
│ │ │ ├── back.png
│ │ │ ├── blank.gif
│ │ │ ├── cancel.png
│ │ │ ├── clear.png
│ │ │ ├── cut.png
│ │ │ ├── edit_add.png
│ │ │ ├── edit_remove.png
│ │ │ ├── filesave.png
│ │ │ ├── filter.png
│ │ │ ├── help.png
│ │ │ ├── large_chart.png
│ │ │ ├── large_clipart.png
│ │ │ ├── large_picture.png
│ │ │ ├── large_shapes.png
│ │ │ ├── large_smartart.png
│ │ │ ├── lock.png
│ │ │ ├── man.png
│ │ │ ├── mini_add.png
│ │ │ ├── mini_edit.png
│ │ │ ├── mini_refresh.png
│ │ │ ├── no.png
│ │ │ ├── ok.png
│ │ │ ├── pencil.png
│ │ │ ├── print.png
│ │ │ ├── redo.png
│ │ │ ├── reload.png
│ │ │ ├── search.png
│ │ │ ├── sum.png
│ │ │ ├── tip.png
│ │ │ └── undo.png
│ │ └── metro
│ │ ├── accordion.css
│ │ ├── calendar.css
│ │ ├── combobox.css
│ │ ├── combo.css
│ │ ├── datagrid.css
│ │ ├── datebox.css
│ │ ├── dialog.css
│ │ ├── easyui.css
│ │ ├── filebox.css
│ │ ├── images
│ │ │ ├── accordion_arrows.png
│ │ │ ├── blank.gif
│ │ │ ├── calendar_arrows.png
│ │ │ ├── combo_arrow.png
│ │ │ ├── datagrid_icons.png
│ │ │ ├── datebox_arrow.png
│ │ │ ├── layout_arrows.png
│ │ │ ├── linkbutton_bg.png
│ │ │ ├── loading.gif
│ │ │ ├── menu_arrows.png
│ │ │ ├── messager_icons.png
│ │ │ ├── pagination_icons.png
│ │ │ ├── panel_tools.png
│ │ │ ├── searchbox_button.png
│ │ │ ├── slider_handle.png
│ │ │ ├── spinner_arrows.png
│ │ │ ├── tabs_icons.png
│ │ │ ├── tree_icons.png
│ │ │ └── validatebox_warning.png
│ │ ├── layout.css
│ │ ├── linkbutton.css
│ │ ├── menubutton.css
│ │ ├── menu.css
│ │ ├── messager.css
│ │ ├── numberbox.css
│ │ ├── pagination.css
│ │ ├── panel.css
│ │ ├── progressbar.css
│ │ ├── propertygrid.css
│ │ ├── searchbox.css
│ │ ├── slider.css
│ │ ├── spinner.css
│ │ ├── splitbutton.css
│ │ ├── tabs.css
│ │ ├── textbox.css
│ │ ├── tooltip.css
│ │ ├── tree.css
│ │ ├── validatebox.css
│ │ └── window.css
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── customTag.tld
│ ├── lib
│ │ ├── activiti-bpmn-converter-5.17.0.jar
│ │ ├── activiti-bpmn-model-5.17.0.jar
│ │ ├── activiti-engine-5.17.0.jar
│ │ ├── activiti-image-generator-5.17.0.jar
│ │ ├── activiti-process-validation-5.17.0.jar
│ │ ├── activiti-spring-5.17.0.jar
│ │ ├── aopalliance-1.0.jar
│ │ ├── aspectjweaver.jar
│ │ ├── commons-beanutils-1.8.0.jar
│ │ ├── commons-collections-3.2.1.jar
│ │ ├── commons-dbcp-1.4.jar
│ │ ├── commons-fileupload-1.2.2.jar
│ │ ├── commons-io-2.2.jar
│ │ ├── commons-lang3-3.4.jar
│ │ ├── commons-lang.jar
│ │ ├── commons-logging-1.1.3.jar
│ │ ├── commons-pool-1.5.4.jar
│ │ ├── ezmorph-1.0.6.jar
│ │ ├── jackson-annotations-2.4.1.jar
│ │ ├── jackson-core-2.4.1.jar
│ │ ├── jackson-databind-2.4.1.jar
│ │ ├── java-uuid-generator-3.1.4.jar
│ │ ├── jcl-over-slf4j-1.7.12.jar
│ │ ├── joda-time-1.6.jar
│ │ ├── json-lib-2.3-jdk15.jar
│ │ ├── log4j-1.2.17.jar
│ │ ├── mail.jar
│ │ ├── mybatis-3.2.2.jar
│ │ ├── mysql-connector-java-5.1.31-bin.jar
│ │ ├── ojdbc14.jar
│ │ ├── poi-3.11-20141221.jar
│ │ ├── poi-ooxml-3.11-20141221.jar
│ │ ├── poi-ooxml-schemas-3.11-20141221.jar
│ │ ├── slf4j-api-1.7.12.jar
│ │ ├── slf4j-log4j12-1.7.12.jar
│ │ ├── spring-aop-3.2.1.RELEASE.jar
│ │ ├── spring-aspects-3.2.1.RELEASE.jar
│ │ ├── spring-beans-3.2.1.RELEASE.jar
│ │ ├── spring-context-3.2.1.RELEASE.jar
│ │ ├── spring-context-support-3.2.1.RELEASE.jar
│ │ ├── spring-core-3.2.1.RELEASE.jar
│ │ ├── spring-expression-3.2.1.RELEASE.jar
│ │ ├── spring-instrument-3.2.1.RELEASE.jar
│ │ ├── spring-instrument-tomcat-3.2.1.RELEASE.jar
│ │ ├── spring-jdbc-3.2.1.RELEASE.jar
│ │ ├── spring-jms-3.2.1.RELEASE.jar
│ │ ├── spring-orm-3.2.1.RELEASE.jar
│ │ ├── spring-oxm-3.2.1.RELEASE.jar
│ │ ├── spring-test-3.2.1.RELEASE.jar
│ │ ├── spring-tx-3.2.1.RELEASE.jar
│ │ ├── spring-web-3.2.1.RELEASE.jar
│ │ ├── spring-webmvc-3.2.1.RELEASE.jar
│ │ ├── taglibs-standard-impl-1.2.1.jar
│ │ ├── taglibs-standard-jstlel-1.2.1.jar
│ │ ├── taglibs-standard-spec-1.2.1.jar
│ │ └── xmlbeans-2.3.0.jar
│ ├── view
│ │ ├── calaccr
│ │ │ └── calAccrual.jsp
│ │ ├── cancel
│ │ │ ├── cancelEdit.jsp
│ │ │ ├── cancelList.jsp
│ │ │ └── cancelView.jsp
│ │ ├── contract
│ │ │ ├── contractDialog.jsp
│ │ │ ├── contractEdit.jsp
│ │ │ ├── contractList.jsp
│ │ │ └── contractView.jsp
│ │ ├── corpcust
│ │ │ ├── corpcustEdit.jsp
│ │ │ ├── corpcustList.jsp
│ │ │ └── corpcustView.jsp
│ │ ├── grant
│ │ │ ├── grantEdit.jsp
│ │ │ ├── grantList.jsp
│ │ │ └── grantView.jsp
│ │ ├── guarant
│ │ │ ├── custDialog.jsp
│ │ │ ├── guarantEdit.jsp
│ │ │ ├── guarantList.jsp
│ │ │ └── guarantView.jsp
│ │ ├── indivcust
│ │ │ ├── indivcustEdit.jsp
│ │ │ ├── indivcustList.jsp
│ │ │ └── indivcustView.jsp
│ │ ├── loanapply
│ │ │ ├── loanapplyDialog.jsp
│ │ │ ├── loanapplyEdit.jsp
│ │ │ ├── loanapplyList.jsp
│ │ │ └── loanapplyView.jsp
│ │ ├── product
│ │ │ ├── configFeeEdit.jsp
│ │ │ ├── configFeeList.jsp
│ │ │ ├── configFeeView.jsp
│ │ │ ├── productDialog.jsp
│ │ │ ├── productEdit.jsp
│ │ │ ├── productList.jsp
│ │ │ └── productView.jsp
│ │ ├── pub
│ │ │ ├── data_pow
│ │ │ │ ├── dataPow.jsp
│ │ │ │ └── dispatchDataPower.jsp
│ │ │ ├── dict
│ │ │ │ ├── dictEdit.jsp
│ │ │ │ ├── dictList.jsp
│ │ │ │ └── dictView.jsp
│ │ │ ├── dictItem
│ │ │ │ ├── dictItemEdit.jsp
│ │ │ │ ├── dictItemList.jsp
│ │ │ │ └── dictItemView.jsp
│ │ │ ├── function.jsp
│ │ │ ├── include.jsp
│ │ │ ├── index
│ │ │ │ ├── login.jsp
│ │ │ │ └── main.jsp
│ │ │ ├── menu
│ │ │ │ ├── menuEdit.jsp
│ │ │ │ └── menuList.jsp
│ │ │ ├── parameter
│ │ │ │ ├── parameterEdit.jsp
│ │ │ │ ├── parameterList.jsp
│ │ │ │ └── parameterView.jsp
│ │ │ ├── power
│ │ │ │ └── dispatchPower.jsp
│ │ │ ├── role
│ │ │ │ ├── roleEdit.jsp
│ │ │ │ └── roleList.jsp
│ │ │ └── user
│ │ │ ├── userEdit.jsp
│ │ │ ├── userList.jsp
│ │ │ └── userView.jsp
│ │ ├── rate
│ │ │ ├── rateDetailEdit.jsp
│ │ │ ├── rateDetailList.jsp
│ │ │ ├── rateDetailView.jsp
│ │ │ ├── rateDialog.jsp
│ │ │ ├── rateEdit.jsp
│ │ │ ├── rateList.jsp
│ │ │ └── rateView.jsp
│ │ ├── receipt
│ │ │ ├── contractDialog.jsp
│ │ │ ├── receiptEdit.jsp
│ │ │ ├── receiptList.jsp
│ │ │ └── receiptView.jsp
│ │ ├── redirect.jsp
│ │ └── viewImg.jsp
│ └── web.xml
├── 小额贷款操作手册.doc
├── 系统说明.txt
└── 视图脚本.sql
181 directories, 909 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论