Browse Source

升级框架版本

main
likunming 1 month ago
parent
commit
43eea978ef
  1. 5
      app.irbs/build.gradle
  2. 10
      app.irbs/src/main/resources/liquibase/IRBS_20240627_DATA.xml
  3. 2
      app.irbs/src/main/resources/liquibase/data/irbs/LCDP_FORM.csv
  4. 2
      app.irbs/src/main/resources/liquibase/data/irbs/LCDP_FORM_GRID.csv
  5. 2
      app.irbs/src/main/resources/liquibase/data/irbs/LCDP_FORM_GRID_FIELD.csv
  6. 2
      app.irbs/src/main/resources/liquibase/data/irbs/shrcb/NS_IRS_CFG_MAIN_SCALE_VERSION.csv
  7. 413
      build-version.gradle
  8. 22
      gradle.properties
  9. 2
      irbs.cust.rating/build.gradle
  10. 20
      irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/CustRatingWorkFlowInitializer.java
  11. 75
      irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/DefaultWorkFlowInitializer.java
  12. 75
      irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/RebirthWorkFlowInitializer.java
  13. 75
      irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/RiskExposureWorkFlowInitializer.java
  14. 75
      irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/SampleWorkFlowInitializer.java
  15. 7
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/CompanyRatingServiceImpl.java
  16. 4
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/FinanceReportIndexServiceImpl.java
  17. 2
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/HomeServiceImpl.java
  18. 18
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/ModelLibServiceImpl.java
  19. 2
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/RatingCompanyCustomerServiceImpl.java
  20. 8
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/RatingIndexServiceImpl.java
  21. 2
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/RatingReportShowScoreRoleServiceImpl.java
  22. 2
      irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/TaskOperationServiceImpl.java
  23. 2
      irbs.cust.rating/src/main/java/irbs/cust/rating/util/DateUtil.java
  24. 145
      irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/CustRating.bpmn
  25. 101
      irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/DEFAULT_CUSTOMER_F.bpmn
  26. 100
      irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/REBIRTH_CUSTOMER_F.bpmn
  27. 101
      irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/RISK_EXPOSURE_FLOW.bpmn
  28. 79
      irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/SAMPLE.bpmn
  29. 2
      irbs.defaultManager/build.gradle
  30. 2
      irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultAutoBatchServiceImpl.java
  31. 26
      irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultAutoRuleServiceImpl.java
  32. 2
      irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultCognizanceServiceImpl.java
  33. 2
      irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultRebirthServiceImpl.java
  34. 2
      irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/RebirthAutoBatchServiceImpl.java
  35. 8
      irbs.defaultManager/src/main/java/irbs/defaultManager/utils/DateUtil.java
  36. 3
      irbs.defaultManager/src/main/java/irbs/defaultManager/utils/RptSqlFormat.java
  37. 17
      irbs.feature/src/main/java/irbs/feature/service/impl/CustFeatureCalcBatchServiceImpl.java
  38. 8
      irbs.feature/src/main/java/irbs/feature/utils/DateUtil.java
  39. 142
      irbs.frontend/package.json
  40. 1
      irbs.frontend/src/i18n/messages.json
  41. 1
      irbs.frontend/src/i18n/messages_tw_CN.json
  42. 1
      irbs.frontend/src/i18n/messages_zh_CN.json
  43. 5
      irbs.frontend/src/menus/menus.json
  44. 12
      irbs.frontend/src/routes/routes.json
  45. 24
      irbs.frontend/src/views/config/FinancialMapping.vue
  46. 67
      irbs.frontend/src/views/config/HeadApprConf.vue
  47. 16
      irbs.frontend/src/views/config/MainScale.vue
  48. 16
      irbs.frontend/src/views/config/MainScaleVersion.vue
  49. 16
      irbs.frontend/src/views/config/MainScaleVersionEditor.vue
  50. 3
      irbs.frontend/src/views/config/MainScaleVersionFlowDialog.vue
  51. 6
      irbs.frontend/src/views/config/ShowScoreAuth.vue
  52. 13
      irbs.frontend/src/views/custRating/CustRating.vue
  53. 45
      irbs.frontend/src/views/custRating/LaunchRatingDialog.vue
  54. 52
      irbs.frontend/src/views/custRating/RatingDialog.vue
  55. 8
      irbs.frontend/src/views/debtRating/LgdQuery.vue
  56. 10
      irbs.frontend/src/views/default/CognizanceApply.vue
  57. 22
      irbs.frontend/src/views/default/CognizanceDialog.vue
  58. 14
      irbs.frontend/src/views/default/RebirthApply.vue
  59. 4
      irbs.frontend/src/views/default/RebirthDialog.vue
  60. 4
      irbs.frontend/src/views/query/CorpCustFeatureRet.vue
  61. 8
      irbs.frontend/src/views/query/CustInfo.vue
  62. 14
      irbs.frontend/src/views/query/CustRatingHist.vue
  63. 16
      irbs.frontend/src/views/query/DefaultHist.vue
  64. 4
      irbs.frontend/src/views/query/InstitutionCustFeatureRet.vue
  65. 8
      irbs.frontend/src/views/query/PingAnLgdHist.vue
  66. 14
      irbs.frontend/src/views/query/RebirthDefaultHist.vue
  67. 18
      irbs.frontend/src/views/query/RiskExposureHist.vue
  68. 4
      irbs.frontend/src/views/report/RptModelMonitorBinomialCheck.vue
  69. 6
      irbs.frontend/src/views/report/RptModelMonitorDiff.vue
  70. 4
      irbs.frontend/src/views/report/RptModelMonitorStable.vue
  71. 12
      irbs.frontend/src/views/report/RptRatingAdjust.vue
  72. 6
      irbs.frontend/src/views/report/RptRatingChange.vue
  73. 6
      irbs.frontend/src/views/report/RptRatingDistribution.vue
  74. 12
      irbs.frontend/src/views/report/RptRatingIndustryFocusDist.vue
  75. 12
      irbs.frontend/src/views/report/RptRatingLoanBalanceMigrate.vue
  76. 11
      irbs.frontend/src/views/report/RptRatingModelFocusDist.vue
  77. 12
      irbs.frontend/src/views/report/RptRatingNumberMigrate.vue
  78. 10
      irbs.frontend/src/views/report/RptRatingOrgFocusDist.vue
  79. 12
      irbs.frontend/src/views/report/RptRatingOverturn.vue
  80. 6
      irbs.frontend/src/views/report/tzblwdxfxbb.vue
  81. 10
      irbs.frontend/src/views/report/tzblwoeivbb.vue
  82. 8
      irbs.frontend/src/views/riskExposure/HandmadeExposureDialog.vue
  83. 6
      irbs.frontend/src/views/riskExposure/LaunchExposureAdjustDialog.vue
  84. 6
      irbs.frontend/src/views/riskExposure/LaunchExposureDialog.vue
  85. 16
      irbs.frontend/src/views/riskExposure/RiskExposureAdjustApply.vue
  86. 14
      irbs.frontend/src/views/riskExposure/RiskExposureAdjustApproval.vue
  87. 16
      irbs.frontend/src/views/riskExposure/RiskExposureApply.vue
  88. 14
      irbs.frontend/src/views/riskExposure/RiskExposureApproval.vue
  89. 8
      irbs.frontend/src/views/workbench/DoneTask.vue
  90. 8
      irbs.frontend/src/views/workbench/EndTask.vue
  91. 8
      irbs.frontend/src/views/workbench/TodoTask.vue
  92. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptModelMonitorDiffServiceImpl.java
  93. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptModelMonitorStableServiceImpl.java
  94. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingDistributionServiceImpl.java
  95. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingIndustryFocusDistServiceImpl.java
  96. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingLoanBalanceMigrateServiceImpl.java
  97. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingModelFocusDistServiceImpl.java
  98. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingNumberMigrateServiceImpl.java
  99. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingOrgFocusDistServiceImpl.java
  100. 1
      irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingOverturnServiceImpl.java

5
app.irbs/build.gradle

@ -29,12 +29,9 @@ dependencies {
"io.sc:io.sc.engine.st:${platform_version}",
"io.sc:io.sc.engine.st.frontend:${platform_version}",
"io.sc:io.sc.platform.page.config:${rwa_version}",
// "io.sc:rwa.params:${rwa_version}",
// "io.sc:rwa.report:${rwa_version}",
"io.sc:app.rwa.frontend:${rwa_version}",
// "io.sc:app.rwa.frontend:${rwa_version}",
project(":irbs.frontend"),
project(":irbs.cust.rating"),

10
app.irbs/src/main/resources/liquibase/IRBS_20240627_DATA.xml

@ -29,10 +29,10 @@
<customChange class="io.sc.platform.jdbc.liquibase.task.CsvImportTaskChange">
<param name="dataFile" value="classpath:/liquibase/data/irbs/SYS_I18N.csv"/>
</customChange>
<!-- 流程定义数据 -->
<!-- 流程定义数据
<customChange class="io.sc.platform.jdbc.liquibase.task.CsvImportTaskChange">
<param name="dataFile" value="classpath:/liquibase/data/irbs/SYS_PROCESS.csv"/>
</customChange>
</customChange>-->
<!-- 角色配置数据 -->
<customChange class="io.sc.platform.jdbc.liquibase.task.CsvImportTaskChange">
<param name="dataFile" value="classpath:/liquibase/data/irbs/SYS_ROLE.csv"/>
@ -146,13 +146,13 @@
<param name="dataFile" value="classpath:/liquibase/data/irbs/P_IRS_CUST_INFO.csv"/>
</customChange>
<customChange class="io.sc.platform.jdbc.liquibase.task.CsvImportTaskChange">
<param name="dataFile" value="classpath:/liquibase/data/irbs/SYS_TEMP_CONF_IRS.csv"/>
<param name="dataFile" value="classpath:/liquibase/data/irbs/LCDP_FORM.csv"/>
</customChange>
<customChange class="io.sc.platform.jdbc.liquibase.task.CsvImportTaskChange">
<param name="dataFile" value="classpath:/liquibase/data/irbs/SYS_TEMP_GRID_IRS.csv"/>
<param name="dataFile" value="classpath:/liquibase/data/irbs/LCDP_FORM_GRID.csv"/>
</customChange>
<customChange class="io.sc.platform.jdbc.liquibase.task.CsvImportTaskChange">
<param name="dataFile" value="classpath:/liquibase/data/irbs/SYS_TEMP_GRID_FIELD_IRS.csv"/>
<param name="dataFile" value="classpath:/liquibase/data/irbs/LCDP_FORM_GRID_FIELD.csv"/>
</customChange>
<!-- 上农POC start-->
<customChange class="io.sc.platform.jdbc.liquibase.task.CsvImportTaskChange">

2
app.irbs/src/main/resources/liquibase/data/irbs/SYS_TEMP_CONF_IRS.csv → app.irbs/src/main/resources/liquibase/data/irbs/LCDP_FORM.csv

@ -1,4 +1,4 @@
"SYS_TEMP_CONF",,,,,,,,,,
"LCDP_FORM",,,,,,,,,,
"ID_","NAME_","TYPE_","CONFIG_","PAGE_LOAD_TYPE_","DATA_COME_FROM_","CREATOR_","CREATE_DATE_","LAST_MODIFIER_","LAST_MODIFYDATE_","CORP_CODE_"
"ID主键","模板名称","模板类型","页面配置项","页面加载类型(JSON:通过本表的_config字段存储的json字符串加载;CONFIG:通过系统配置加载)","数据来源(INPUT:手工录入,IMPORT:系统自动导入)","创建人","创建日期","最后修改人","最后修改日期","所属法人代码"
"VARCHAR","VARCHAR","VARCHAR","LONGVARCHAR","VARCHAR","VARCHAR","VARCHAR","TIMESTAMP","VARCHAR","TIMESTAMP","VARCHAR"
1 LCDP_FORM
2 ID_ NAME_ TYPE_ CONFIG_ PAGE_LOAD_TYPE_ DATA_COME_FROM_ CREATOR_ CREATE_DATE_ LAST_MODIFIER_ LAST_MODIFYDATE_ CORP_CODE_
3 ID主键 模板名称 模板类型 页面配置项 页面加载类型(JSON:通过本表的_config字段存储的json字符串加载;CONFIG:通过系统配置加载) 数据来源(INPUT:手工录入,IMPORT:系统自动导入) 创建人 创建日期 最后修改人 最后修改日期 所属法人代码
4 VARCHAR VARCHAR VARCHAR LONGVARCHAR VARCHAR VARCHAR VARCHAR TIMESTAMP VARCHAR TIMESTAMP VARCHAR
5 java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.sql.Timestamp java.lang.String java.sql.Timestamp java.lang.String
6 16ecfd08-371c-4d05-9e3a-9ab77b1fd748 债项评级参数-抵质押物回收率 GRID CONFIG INPUT admin 2024-07-15 14:18:07.0 _PRIMARY_
7 1a50a840-0e62-41b5-b952-9bd77a3775c2 特征库查询-上农内评客户特征指标 GRID CONFIG INPUT admin 2024-07-18 20:07:27.0 _PRIMARY_
8 3cb04956-1047-4fdc-b8d6-f84fdbb1b371 特征库查询-一般公司客户特征变量 GRID CONFIG INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
9 7c3f4d22-5136-4fd9-b468-3efb3b80c948 违约管理-自动违约认定规则 GRID CONFIG INPUT admin 2024-07-15 14:08:14.0 _PRIMARY_
10 8659a1a9-4460-4c63-a88f-a6e41f8f6cdb 违约管理-违约解除客户名单 GRID CONFIG INPUT admin 2024-07-22 20:35:32.0 admin 2024-07-22 20:35:32.0 _PRIMARY_
11 8bbf0bf0-b27a-460c-a8a1-3c277dec20c7 客户评级参数-评级主标尺 GRID CONFIG INPUT admin 2024-07-15 14:10:37.0 _PRIMARY_
12 8eb87d46-f40e-4986-b22e-341b5bac65a1 特征库查询-事业单位客户特征变量 GRID CONFIG INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
13 9a803997-ee15-47cc-bed2-872ec92be17e 客户评级参数-评级调整项 GRID CONFIG INPUT admin 2024-07-20 15:06:52.0 _PRIMARY_
14 d2b29ad7-5f84-4c94-bdca-bb6dac4434fa 债项评级参数-债项回收率调整系数 GRID CONFIG INPUT admin 2024-07-15 14:22:37.0 _PRIMARY_
15 ee736175-deea-488b-9427-d4c3fc82b259 风险暴露分类参数-风险暴露分类规则 GRID CONFIG INPUT admin 2024-07-15 14:21:38.0 _PRIMARY_
16 f95e8017-4351-4811-8fd4-39c0d146ef96 债项评级参数-产品基准回收率 GRID CONFIG INPUT admin 2024-07-15 14:13:35.0 _PRIMARY_

2
app.irbs/src/main/resources/liquibase/data/irbs/SYS_TEMP_GRID_IRS.csv → app.irbs/src/main/resources/liquibase/data/irbs/LCDP_FORM_GRID.csv

@ -1,4 +1,4 @@
"SYS_TEMP_GRID",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"LCDP_FORM_GRID",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"ID_","TEMPLATE_ID_","FIELD_COME_FROM","SCHEMA_","DATABASE_TABLE_","SQL_","TITLE_","BUTTONS_","SELECTION_","PRIMARY_KEY_","FOREIGN_KEY_","DATA_URL_","FETCH_DATA_URL_","ADD_DATA_URL_","EDIT_DATA_URL_","REMOVE_DATA_URL_","SORT_NO_","CHECKBOX_SELECTION_","DRAGGABLE_","AUTO_FETCH_DATA_","DENSE_","STICKY_NUM_","TREE_","TREE_RELATIONSHIP_","TREE_ICON_","TREE_DEFAULT_EXPAND_ALL_","TREE_TICK_STRATEGY_","TICKED_FIELD_","SELECTED_FIELD_","DEFAULT_SORT_BY_","DESCENDING_","PAGEABLE_","ROWS_PER_PAGE_","REQ_PAGE_START_","QUERY_FORM_COLS_NUM_","QUERY_FORM_ROW_NUM_","EDITOR_FORM_COLS_NUM_","DATA_COME_FROM_","CREATOR_","CREATE_DATE_","LAST_MODIFIER_","LAST_MODIFYDATE_","CORP_CODE_"
"ID主键","模板ID","字段来源","数据库实例","数据表名","sql","表格名称","表格按钮","选中模式(single:单选,multiple:多选)","数据主键","数据外键","数据操作URL前缀","表格加载数据URL","新增URL","编辑URL","删除URL","是否显示序号列","是否显示复选框列","行是否允许拖拽","是否自动加载数据","紧凑模式","列冻结数","是否为树形表格","树形表格数据关系","树形表格图标函数","树形表格默认全部展开","树形表格勾选策略","checkbox勾选映射字段名","行点击选中映射字段名","默认排序字段","排序方式(1:倒序,0:正序)","是否分页","每页显示行数","后端查询使用的初始页码(默认从1开始)","查询面板一行显示个数(0为自适应)","查询面板显示行数(默认1)","编辑面板一行显示元素个数","数据来源(INPUT:手工录入,IMPORT:系统自动导入)","创建人","创建日期","最后修改人","最后修改日期","所属法人代码"
"VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","LONGVARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","SMALLINT","SMALLINT","SMALLINT","SMALLINT","VARCHAR","SMALLINT","SMALLINT","VARCHAR","VARCHAR","SMALLINT","VARCHAR","VARCHAR","VARCHAR","VARCHAR","SMALLINT","SMALLINT","SMALLINT","SMALLINT","SMALLINT","SMALLINT","SMALLINT","VARCHAR","VARCHAR","TIMESTAMP","VARCHAR","TIMESTAMP","VARCHAR"
1 LCDP_FORM_GRID
2 ID_ TEMPLATE_ID_ FIELD_COME_FROM SCHEMA_ DATABASE_TABLE_ SQL_ TITLE_ BUTTONS_ SELECTION_ PRIMARY_KEY_ FOREIGN_KEY_ DATA_URL_ FETCH_DATA_URL_ ADD_DATA_URL_ EDIT_DATA_URL_ REMOVE_DATA_URL_ SORT_NO_ CHECKBOX_SELECTION_ DRAGGABLE_ AUTO_FETCH_DATA_ DENSE_ STICKY_NUM_ TREE_ TREE_RELATIONSHIP_ TREE_ICON_ TREE_DEFAULT_EXPAND_ALL_ TREE_TICK_STRATEGY_ TICKED_FIELD_ SELECTED_FIELD_ DEFAULT_SORT_BY_ DESCENDING_ PAGEABLE_ ROWS_PER_PAGE_ REQ_PAGE_START_ QUERY_FORM_COLS_NUM_ QUERY_FORM_ROW_NUM_ EDITOR_FORM_COLS_NUM_ DATA_COME_FROM_ CREATOR_ CREATE_DATE_ LAST_MODIFIER_ LAST_MODIFYDATE_ CORP_CODE_
3 ID主键 模板ID 字段来源 数据库实例 数据表名 sql 表格名称 表格按钮 选中模式(single:单选,multiple:多选) 数据主键 数据外键 数据操作URL前缀 表格加载数据URL 新增URL 编辑URL 删除URL 是否显示序号列 是否显示复选框列 行是否允许拖拽 是否自动加载数据 紧凑模式 列冻结数 是否为树形表格 树形表格数据关系 树形表格图标函数 树形表格默认全部展开 树形表格勾选策略 checkbox勾选映射字段名 行点击选中映射字段名 默认排序字段 排序方式(1:倒序,0:正序) 是否分页 每页显示行数 后端查询使用的初始页码(默认从1开始) 查询面板一行显示个数(0为自适应) 查询面板显示行数(默认1) 编辑面板一行显示元素个数 数据来源(INPUT:手工录入,IMPORT:系统自动导入) 创建人 创建日期 最后修改人 最后修改日期 所属法人代码
4 VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR LONGVARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR SMALLINT SMALLINT SMALLINT SMALLINT VARCHAR SMALLINT SMALLINT VARCHAR VARCHAR SMALLINT VARCHAR VARCHAR VARCHAR VARCHAR SMALLINT SMALLINT SMALLINT SMALLINT SMALLINT SMALLINT SMALLINT VARCHAR VARCHAR TIMESTAMP VARCHAR TIMESTAMP VARCHAR
5 java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.Integer java.lang.Integer java.lang.Integer java.lang.Integer java.lang.String java.lang.Integer java.lang.Integer java.lang.String java.lang.String java.lang.Integer java.lang.String java.lang.String java.lang.String java.lang.String java.lang.Integer java.lang.Integer java.lang.Integer java.lang.Integer java.lang.Integer java.lang.Integer java.lang.Integer java.lang.String java.lang.String java.sql.Timestamp java.lang.String java.sql.Timestamp java.lang.String
6 1a1518dd-c683-44f9-8b59-880e1119db4b 8659a1a9-4460-4c63-a88f-a6e41f8f6cdb table rwa p_irs_default_cancel_cust_list query\,reset\,add\,edit\,remove\,export\,config single ID parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['-LAST_MODIFYDATE_'] 0 1 10 1 0 1 1 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
7 27f2d1b9-105c-4898-abe4-2cdb34eb5eac f95e8017-4351-4811-8fd4-39c0d146ef96 table rwa p_irs_debtrating_prod_rec_rate query\,reset\,add\,edit\,remove\,export\,config single ID parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['-THURDLE_RATE'] 0 1 10 1 0 1 1 INPUT admin 2024-07-15 14:13:35.0 _PRIMARY_
8 34083308-d1d3-49b0-b288-7199f9f08e03 8eb87d46-f40e-4986-b22e-341b5bac65a1 table rwa p_irs_inst_cust_feature_result 事业单位客户特征变量查询 query\,reset\,export\,config single id parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 1 0 1 denseToolbar 0 0 parent 0 leaf ticked selected 0 1 10 1 0 1 1 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
9 39d920e6-ce5d-4900-a83d-c5b9843eb927 d2b29ad7-5f84-4c94-bdca-bb6dac4434fa table rwa p_irs_debtrating_adj_rate query\,reset\,add\,edit\,remove\,export\,config single ID parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['ADJ_TYPE_CD'\,'ADJ_CODE'\,'-ADJ_RATIO'] 0 1 10 1 0 1 1 INPUT admin 2024-07-15 14:22:37.0 _PRIMARY_
10 4617c1e4-eb4e-49e7-ae33-a39e8af345fb 9a803997-ee15-47cc-bed2-872ec92be17e table rwa ns_r_cfg_adj_item_def 评级调整项 add\,edit\,remove\,export\,config single ID parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['ADJ_ITEM_TYPE'] 0 1 10 1 0 1 1 INPUT admin 2024-07-20 15:06:52.0 _PRIMARY_
11 642f7c77-e924-46dd-be88-cbe6ed13c0b8 ee736175-deea-488b-9427-d4c3fc82b259 table rwa p_irs_risk_exposure_rule query\,reset\,add\,edit\,remove\,export\,config single ID parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['SORT_NO'] 0 1 10 1 0 1 1 INPUT admin 2024-07-15 14:21:38.0 _PRIMARY_
12 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 16ecfd08-371c-4d05-9e3a-9ab77b1fd748 table rwa p_irs_debtrating_coll_rec_rate query\,reset\,add\,edit\,remove\,export\,config single ID parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['COLLATERAL_TYPE_CODE'\,'COLLATERAL_CODE'\,'-REC_RATE'] 0 1 10 1 0 1 1 INPUT admin 2024-07-15 14:18:07.0 _PRIMARY_
13 a28fb89a-2731-4689-a8ab-9d262f80e3ae 1a50a840-0e62-41b5-b952-9bd77a3775c2 table rwa p_irs_shrcb_corp_feature_ret query\,reset\,export\,config single id parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected 0 1 20 1 0 1 1 INPUT admin 2024-07-18 20:07:27.0 _PRIMARY_
14 aa677531-e183-4e8c-8063-e9904af1487e 8bbf0bf0-b27a-460c-a8a1-3c277dec20c7 table rwa ns_cfg_main_scale add\,edit\,remove\,export\,config single ID_ parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['ORDER_NUM'] 0 1 10 1 0 1 1 INPUT admin 2024-07-15 14:10:37.0 _PRIMARY_
15 ae1a6751-3422-4490-ac70-1ee4fdbae05c 7c3f4d22-5136-4fd9-b468-3efb3b80c948 table rwa p_irs_default_auto_rule query\,reset\,add\,edit\,remove\,export\,config single ID parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 0 0 1 denseToolbar 0 0 parent 0 leaf ticked selected ['SORT_NO'\,'IS_VALID'] 0 1 10 1 0 1 1 INPUT admin 2024-07-15 14:08:14.0 _PRIMARY_
16 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 3cb04956-1047-4fdc-b8d6-f84fdbb1b371 table rwa p_irs_corp_cust_feature_result 一般公司客户特征变量查询 query\,reset\,export\,config single id parent api/jdbc/list api/jdbc/add api/jdbc/edit api/jdbc/delete 1 1 0 1 denseToolbar 0 0 parent 0 leaf ticked selected 0 1 10 1 0 1 1 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_

2
app.irbs/src/main/resources/liquibase/data/irbs/SYS_TEMP_GRID_FIELD_IRS.csv → app.irbs/src/main/resources/liquibase/data/irbs/LCDP_FORM_GRID_FIELD.csv

@ -1,4 +1,4 @@
"SYS_TEMP_GRID_FIELD",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"LCDP_FORM_GRID_FIELD",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"ID_","GRID_ID_","PARENT_","FIELD_NAME_","FIELD_LABEL_","FIELD_TYPE_","SORT_NO_","FIELD_LENGTH_","FIELD_PRECISION_","FIELD_IS_SELECT_","OPTION_COME_FROM_","DICT_OPTION_VALUE_","OTHER_OPTION_VALUE_","ADD_SYS_VALUE_TYPE_","EDIT_OVERRIDE_","QUERY_SHOW_","QUERY_FORM_TYPE_","QUERY_DEFA_VALUE_","QUERY_IS_REQUIRED_","QUERY_OPERATOR_","TABLE_SHOW_","TABLE_SORT_","TABLE_COLUMN_ALIGN_","TABLE_COLUMN_WIDTH_","EDITOR_SHOW_","EDITOR_FORM_TYPE_","EDITOR_DEFA_VALUE_","EDITOR_IS_REQUIRED_","DATA_COME_FROM_","CREATOR_","CREATE_DATE_","LAST_MODIFIER_","LAST_MODIFYDATE_","CORP_CODE_"
"ID主键","所属表格模板ID","字段所属的父类型(query_field: 查询字段;where_field: 条件字段)","字段名称","页面显示名称","字段类型","字段序号","字段长度","字段精度","字段是否为选项值(0:否,1:是)","选项值来源","数据字典选项值","其他选项值","新增时系统自动填充类型","修改时覆盖系统自动填充值(0:否,1:是)","查询面板中显示(0:否,1:是)","使用的表单类型","默认值","是否必填项(0:否,1:是)","查询时匹配模式","列表中显示(0:否,1:是)","是否支持排序(0:否,1:是)","列对齐方式","列宽","编辑页面是否显示(0:否,1:是)","使用的表单类型","默认值","是否必填项(0:否,1:是)","数据来源(INPUT:手工录入,IMPORT:系统自动导入)","创建人","创建日期","最后修改人","最后修改日期","所属法人代码"
"VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","SMALLINT","SMALLINT","SMALLINT","SMALLINT","VARCHAR","VARCHAR","VARCHAR","VARCHAR","SMALLINT","SMALLINT","VARCHAR","VARCHAR","SMALLINT","VARCHAR","SMALLINT","SMALLINT","VARCHAR","SMALLINT","SMALLINT","VARCHAR","VARCHAR","SMALLINT","VARCHAR","VARCHAR","TIMESTAMP","VARCHAR","TIMESTAMP","VARCHAR"
1 LCDP_FORM_GRID_FIELD
2 ID_ GRID_ID_ PARENT_ FIELD_NAME_ FIELD_LABEL_ FIELD_TYPE_ SORT_NO_ FIELD_LENGTH_ FIELD_PRECISION_ FIELD_IS_SELECT_ OPTION_COME_FROM_ DICT_OPTION_VALUE_ OTHER_OPTION_VALUE_ ADD_SYS_VALUE_TYPE_ EDIT_OVERRIDE_ QUERY_SHOW_ QUERY_FORM_TYPE_ QUERY_DEFA_VALUE_ QUERY_IS_REQUIRED_ QUERY_OPERATOR_ TABLE_SHOW_ TABLE_SORT_ TABLE_COLUMN_ALIGN_ TABLE_COLUMN_WIDTH_ EDITOR_SHOW_ EDITOR_FORM_TYPE_ EDITOR_DEFA_VALUE_ EDITOR_IS_REQUIRED_ DATA_COME_FROM_ CREATOR_ CREATE_DATE_ LAST_MODIFIER_ LAST_MODIFYDATE_ CORP_CODE_
3 ID主键 所属表格模板ID 字段所属的父类型(query_field: 查询字段;where_field: 条件字段) 字段名称 页面显示名称 字段类型 字段序号 字段长度 字段精度 字段是否为选项值(0:否,1:是) 选项值来源 数据字典选项值 其他选项值 新增时系统自动填充类型 修改时覆盖系统自动填充值(0:否,1:是) 查询面板中显示(0:否,1:是) 使用的表单类型 默认值 是否必填项(0:否,1:是) 查询时匹配模式 列表中显示(0:否,1:是) 是否支持排序(0:否,1:是) 列对齐方式 列宽 编辑页面是否显示(0:否,1:是) 使用的表单类型 默认值 是否必填项(0:否,1:是) 数据来源(INPUT:手工录入,IMPORT:系统自动导入) 创建人 创建日期 最后修改人 最后修改日期 所属法人代码
4 VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR SMALLINT SMALLINT SMALLINT SMALLINT VARCHAR VARCHAR VARCHAR VARCHAR SMALLINT SMALLINT VARCHAR VARCHAR SMALLINT VARCHAR SMALLINT SMALLINT VARCHAR SMALLINT SMALLINT VARCHAR VARCHAR SMALLINT VARCHAR VARCHAR TIMESTAMP VARCHAR TIMESTAMP VARCHAR
5 java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.Integer java.lang.Integer java.lang.Integer java.lang.Integer java.lang.String java.lang.String java.lang.String java.lang.String java.lang.Integer java.lang.Integer java.lang.String java.lang.String java.lang.Integer java.lang.String java.lang.Integer java.lang.Integer java.lang.String java.lang.Integer java.lang.Integer java.lang.String java.lang.String java.lang.Integer java.lang.String java.lang.String java.sql.Timestamp java.lang.String java.sql.Timestamp java.lang.String
6 00c488cb-3ca4-4df6-9cb0-e06ff2d307ee 34083308-d1d3-49b0-b288-7199f9f08e03 id ID String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
7 01c2303e-8611-4297-97dd-f41eada96cf7 4617c1e4-eb4e-49e7-ae33-a39e8af345fb ADJ_ITEM_VALUE 评级调整等级 String 6 1 array [{label: '下调一级'\,value:'1'}\,{label: '下调二级'\,value:'2'}\,{label: '下调至违约级'\,value:'999'}] NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-20 15:06:52.0 admin 2024-07-20 15:06:52.0 _PRIMARY_
8 021015e0-fcdc-47b5-9461-194d312dc834 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL010 资产利润率 String 212 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
9 02a11b27-4797-4f04-8818-4f92d80c506b d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ056 偿债保障比率 String 20 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
10 02cc9816-7566-410f-ad1f-c644dad47d73 27f2d1b9-105c-4898-abe4-2cdb34eb5eac DATA_COME_FROM_ 数据来源(INPUT:手工录入\,IMPORT:系统自动导入) String 5 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
11 03352d8f-2eec-4328-84cc-999d0adbae20 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ011 应收账款增长率 String 160 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
12 0419d701-615b-46aa-9045-de94ad3893b6 ae1a6751-3422-4490-ac70-1ee4fdbae05c STOP_INT_FLAG 债务人相关债项是否停止计息 String 11 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 0 0 center 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
13 041e2e31-b830-4aed-8e69-9b14108cc63b 39d920e6-ce5d-4900-a83d-c5b9843eb927 ADJ_TYPE_CD 调整因子类型 String 2 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
14 04a7037d-3699-4238-85ee-985ddea548bd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL015 财务费用率 String 18 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
15 04c492b9-a5a2-4b05-b381-56e0f11f332e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ030 销售收入收现比率 String 139 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
16 05c92eb3-3306-43da-9082-9ba23718bdd8 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 PARAM00030008 财务费用 String 17 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
17 06cae7c0-4519-421c-8ad2-db6733373922 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ073 经营活动现金净流量与借款总额比率 String 57 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
18 07d209ca-4376-412c-af88-6cc7c6e6f036 27f2d1b9-105c-4898-abe4-2cdb34eb5eac PRODUCT_NAME 产品名称 String 3 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
19 0800ed9d-45af-4ba5-a68f-d2b0d7566848 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ019 有形资产债务率指标 String 185 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
20 0855155c-fe67-4f94-b969-40e384b7020e ae1a6751-3422-4490-ac70-1ee4fdbae05c CORP_CODE_ 所属法人代码 String 26 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
21 0a96c868-8338-4e4f-ae5f-bb2bf6ff7f34 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ014 固定资产投资扩张率 String 44 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
22 0c5ec1b0-0f83-470b-b2e9-f419c3feb03d 642f7c77-e924-46dd-be88-cbe6ed13c0b8 TOTAL_CRED_AMT_UP 授信总额上限 String 14 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
23 0cb26e1d-74e5-4989-8723-fe125a7ec757 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY027 所有者权益合计周转年数 String 110 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
24 0d389097-5524-42a5-9425-b74268ea9e27 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ006 负债权益比杠杆率(事业) String 7 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
25 0e89f8bc-b175-4462-986f-fa1382acba61 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ006 负债权益比(杠杆率) String 40 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
26 0f08adbf-3bac-4138-a480-3b95fc0eaafc 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ015 应付款增长率(事业) String 18 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
27 0f925953-5a89-4c99-be60-307249a2f2df d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL001 营业利润率 String 167 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
28 1066920d-ae11-4e47-b418-38bfe4645e7b ae1a6751-3422-4490-ac70-1ee4fdbae05c PRIN_OVD_90_DAYS_FLAG 贷款本金是否逾期90天以上 String 4 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 0 0 center 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
29 113492f6-c785-44a7-946f-d827421b05b8 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ025 权益负债比率增长率(事业) String 13 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
30 1151ea2d-10b3-45b4-833a-98da339af053 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY011 流动资产周转月数 String 86 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
31 1192cd2a-3b52-44b2-8e21-eb93ee6d8eca a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721121029369 财务费用占借款比 String 43 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
32 119f9d69-5ed4-4f0e-b4d1-4a891096820e 642f7c77-e924-46dd-be88-cbe6ed13c0b8 M12_CRED_OVD_FLAG 过去3年最近12个月信用卡是否逾期标识 String 25 1 array [{label: '是'\,value:'1'}\,{label: '否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
33 11c60b5c-cf0d-4f38-bca4-8b7b1a9f7037 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 PARAM00010062 所有者权益(或股东权益)合计 String 100 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
34 12ba097a-2c25-4f48-904d-4ad04a1f11e4 a28fb89a-2731-4689-a8ab-9d262f80e3ae LAST_MODIFIER_ 最后修改人 String 49 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
35 13a449fb-822a-4c09-b7e3-e4edb5a464e6 ae1a6751-3422-4490-ac70-1ee4fdbae05c OVERDRAW_LESS_BAL_90_DAYS_FLAG 重新核定的透支限额小于目前的余额且持续时间达90天 String 15 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
36 14735873-48ab-4905-a7ba-a78e71f463df 1a1518dd-c683-44f9-8b59-880e1119db4b CUST_NAME 客户名称 String 3 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
37 147fc030-46a0-4c48-9665-212764953cec 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 LAST_MODIFYDATE_ 最后修改日期 Date 11 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
38 1501735f-7ab8-484f-8713-cc5ea24ba16d 642f7c77-e924-46dd-be88-cbe6ed13c0b8 LIST_TYPE_CD 名单类型代码 String 6 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
39 15484d8f-7203-490a-b5de-5a0537cd950e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ029 现金流动负债比率 String 125 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
40 15c13402-4491-4b23-a960-35f2de2e02b3 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721207723943 实际控制人从业年限 String 44 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
41 165021e6-2e04-4766-8f5a-3e8373647b92 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ012 平均经营活动净现金流量与负债比率 String 87 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
42 1916325d-4f35-4870-9f30-a5b53b9cc3ec d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL033 应收款与销售成本比率 String 156 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
43 19322640-0a9a-45d5-b9a6-a69543fa9070 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120987036 净利润率 String 38 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
44 1a67ff39-7b93-4665-85d5-9d6559af2e72 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ014 流动负债比率 String 80 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
45 1b6834fd-cc38-4474-bb13-9bb78c0c3bd8 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL017 管理费用比例 String 51 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
46 1ba0600a-e9a3-4687-870b-f6610f0e04d5 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721121012507 主营业务毛利率 String 41 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
47 1bc031c4-144f-4ca2-8898-227b12f80ff0 27f2d1b9-105c-4898-abe4-2cdb34eb5eac ID 主键 String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
48 1bd968e5-18ea-4d6a-a9ce-4ba72a2f3eab d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT008 应收帐款周转速度 String 162 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
49 1d066340-0255-4057-b1a3-4fc637870be0 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 DB001 对外担保比总资产 String 35 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
50 1da016d6-81c8-46c5-8483-275caa2ef249 ae1a6751-3422-4490-ac70-1ee4fdbae05c DEFAULT_FLAG 是否违约 String 19 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
51 1e0b2ab4-d551-446d-a235-a2872109adc0 a28fb89a-2731-4689-a8ab-9d262f80e3ae CREATOR_ 创建人 String 47 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
52 1f16a018-b3bf-4372-a27c-51765a8d2e87 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ064 长期资产适合率指标2 String 196 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
53 1ffbc27f-5f82-41fd-938d-c5e2b4ab35fa d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ009 资产负债率指标 String 207 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
54 206aade5-b0d9-4432-89d1-e9bd4c0700af a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120856930 本期末所有者权益合计 String 23 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
55 209156e1-82a2-45c7-a90a-1138842b0cfe ae1a6751-3422-4490-ac70-1ee4fdbae05c BORRNEW_REPAYOLD_3_TIMES_FLAG 同一笔合同发生借新还旧3次及以上 String 17 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
56 218a54d2-cc17-4f08-95c5-1a02e4624ecb d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL024 总资产收益率(ROA) String 218 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
57 2352eb87-75be-4d99-8c50-c23816aedad1 1a1518dd-c683-44f9-8b59-880e1119db4b LAST_MODIFYDATE_ 最后修改日期 Date 9 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
58 2377cfce-4b93-44ee-b568-d481c4926bf3 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY020 流动负债付款月数 String 81 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
59 241fd868-2304-4324-9b8c-6aa6d91f0720 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ027 EBIT利息保障倍数增长率 String 12 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
60 24335952-4b95-4e7f-8924-645f73405c52 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ015 利息支出与经营活动现金净流量比率 String 76 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
61 248fcd00-63a7-4206-bdf6-853bb0d940fa d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY014 应付账款周转天数 String 153 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
62 24f75e67-8fe1-45dc-a069-3de720efe829 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY034 长期资本适合率 String 194 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
63 2584e2da-3d19-4940-9dcd-b4cb6d872806 a28fb89a-2731-4689-a8ab-9d262f80e3ae LAST_MODIFYDATE_ 最后修改日期 Date 50 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
64 26a047c7-6c87-4ecb-ab01-4ba534653d5c 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ039 应收账款与总资产比率(事业) String 21 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
65 283ba6d5-8c27-43d9-807a-b6df53dac009 ae1a6751-3422-4490-ac70-1ee4fdbae05c IS_VALID 是否有效 String 20 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
66 29d26fd8-2ac8-4d40-8c38-1546dfde3833 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721029029660 上期财报 String 12 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
67 29ebb79b-ebbc-4f24-9a36-b70d7f5bb134 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM006 盈余公积与未分配利润合计 String 172 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
68 2a01f808-cfb7-43fb-94a6-5b1a34dc7672 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ041 存货与总资产比率(事业) String 6 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
69 2aadd129-3e2c-439e-ab12-3e39a576ec38 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ013 预收账款增长率(事业) String 27 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
70 2b1edd89-a63a-479f-97d3-e84aa5a2d30c d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 DB002 对外担保比营业收入 String 34 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
71 2cadbce5-d302-43c5-8e6b-4ba310721276 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120922829 资本积累率 String 31 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
72 2cf7e616-bbb9-46ec-8748-fbd988ccb364 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CORP_CODE_ 所属法人代码 String 228 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
73 2d3ce49a-1d4f-4c35-a529-1406d5ad2d40 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120814236 本期末净利润 String 19 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
74 2de32957-eb2a-484c-a4b0-207df93bd8b2 39d920e6-ce5d-4900-a83d-c5b9843eb927 ADJ_NAME 调整因子名称 String 5 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
75 2e1bea53-6c12-46bc-8eff-89f7346a6e0c a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120848369 上期末所有者权益合计 String 22 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
76 2ec5f7f4-0239-43bf-84ea-edaf6c0fed8f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL043 应付账款与票据占成本比率 String 150 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
77 2ef14b16-37d3-42cd-9174-b4b99086a608 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 id ID String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
78 2f2a52e2-1eed-4fb3-b415-7a07d4b39684 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL023 投资收益率 String 115 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
79 30e98518-f195-48c9-9f16-462ebee9a031 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL014 长期资金报酬率 String 198 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
80 30fa26bf-3cec-49d3-b565-be976399472a 27f2d1b9-105c-4898-abe4-2cdb34eb5eac LAST_MODIFYDATE_ 最后修改日期 Date 9 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
81 31259c7d-cadc-4321-a7bd-0afb7298b968 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 LAST_MODIFIER_ 最后修改人 String 226 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
82 31f1b05c-c3bf-4e70-ba55-ed4f03c6db9d 642f7c77-e924-46dd-be88-cbe6ed13c0b8 L3_INCOME_AVG_DOWN 近三年营业收入平均值下限 String 18 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
83 320afa8e-787a-4dbc-8e95-fd22abc73b8f a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120796875 上上期末净利润 String 17 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
84 3219039c-d4b4-40e4-98e4-0ddcc8351b1c 642f7c77-e924-46dd-be88-cbe6ed13c0b8 CREATOR_ 创建人 String 28 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
85 3262cc34-8c1d-4cc0-837f-4c9d537f2307 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120948618 存货周转天数 String 34 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
86 32ac1b05-971c-44a8-aea4-550a4b8ea0f7 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL030 净利润与期初所有者权益合计比率 String 65 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
87 32b419e8-dc1d-40fd-a2ab-defeab05d447 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ065 长期资产适合率指标3 String 197 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
88 33295873-f5a9-40a5-905d-755dca196476 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL005 息税前利润率 String 117 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
89 343d78fc-6ce8-477a-b07e-9b6fe8f0fc07 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ009 现金流量适合比率 String 128 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
90 352a7ad8-feb5-43b9-ac47-fe5ab6651bde d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ038 流动资产比率 String 83 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
91 35d3d69c-9db1-44a1-bb3b-7651f04a59ea d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY001 营运资本周转率 String 176 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
92 36389f10-8cb2-47e2-96ea-277507094afc d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT010 销售收入收现比率(模型) String 140 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
93 3652c298-001e-47aa-8344-5b6906124710 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 CREATOR_ 创建人 String 8 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
94 3660ed06-7d35-4a3a-9135-fdb07a24de5d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY017 现金周转天数 String 132 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
95 36daf57a-ed9e-4ae7-9bb5-bd66a0d9fd0f 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ011 应收账款增长率(事业) String 22 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
96 373d29c9-ebbb-47c2-adce-390225b51116 aa677531-e183-4e8c-8063-e9904af1487e LAST_MODIFIER String 9 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
97 3744add8-71fa-447b-9598-f733ee13247a 642f7c77-e924-46dd-be88-cbe6ed13c0b8 SORT_NO 排序号 String 2 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
98 37e68c25-5381-4d18-ab49-ba19cbf6c891 642f7c77-e924-46dd-be88-cbe6ed13c0b8 MATCH_KEY 名单匹配关键字 String 7 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
99 3822e132-ca54-4b47-b4b8-a285c32ef549 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721028948356 上期财报(旧准则) String 8 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
100 3838f8dd-8207-41c1-aed8-4f02d7402db9 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ009 资产负债率(事业) String 29 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
101 38d167de-573c-489f-94fb-8b5e91430266 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 cust_type 客户类型 String 5 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
102 38f6dd94-8442-4423-a807-1a59c66f69e8 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ028 EBIT与负债比 String 13 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
103 3a096f91-5832-4537-9ace-910e970abb71 642f7c77-e924-46dd-be88-cbe6ed13c0b8 M12_CRED_BAL_DOWN 过去3年最近12个月信用卡余额下限 String 22 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
104 3a68590e-00f4-4456-a055-1ef55f3c1b77 ae1a6751-3422-4490-ac70-1ee4fdbae05c INTEREST_OUTTAB_FLAG 应计利息纳入表外核算 String 18 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
105 3aa93661-3d55-4e00-9611-f7fde6dca971 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM017 主营业务收入 String 200 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
106 3c3d8c68-cc37-4004-a81b-be08971625ca 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 CORP_CODE_ 所属法人代码 String 12 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
107 3c81a733-81dc-49c5-a5ea-6728cf8ff464 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ066 EBIT利息保障倍数 String 11 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
108 3cd3b394-ad5e-4f86-99ff-0074acba1b85 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL003 销售毛利率 String 136 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
109 3d0caff5-d4a7-438a-a268-221b95d70565 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY023 应付账款平均付款账期 String 149 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
110 3d0e7a2e-5220-45f2-90df-83e0ec17b0c4 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 COLLATERAL_TYPE_NAME 押品类型名称 String 3 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
111 3e4d7e43-1031-457d-8b7b-61bb8b8a1d9b 39d920e6-ce5d-4900-a83d-c5b9843eb927 ADJ_TYPE_NM 调整因子类型名称 String 3 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
112 3e845a3c-fb07-4fc4-8c73-713472cdc672 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ010 有形资产增长率(事业) String 26 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
113 3f2f486a-8df8-4de9-a42e-ffd33d249a0a a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120995362 总资产收益率(ROA) String 39 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
114 3f4edab1-07f8-4233-bf77-58dd0757e5c5 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY021 短期借款还款月数 String 30 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
115 3f99b0c7-2244-4949-97a1-ec35d467d950 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ053 流动负债结构比 String 82 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
116 3fca9705-0d6f-432d-8786-37d9d96bff0d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ027 保守速动比率 String 15 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
117 408ea6db-73d3-4cbe-98c9-1a395796430b d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL021 营业外收支比例 String 169 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
118 4105155b-69c5-4187-b9c0-988b943256e4 642f7c77-e924-46dd-be88-cbe6ed13c0b8 PROFESSIONAL_LOANS_FLG 专业贷款标识 String 16 1 array [{label: '是'\,value:'1'}\,{label: '否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
119 41121b7f-5cd6-4a59-a3ef-6089ca07d4bd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ031 非筹资性现金净流入与流动负债比率 String 36 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
120 41a49842-676b-479d-bd47-c92c8caa9c6f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ068 现金利息保障倍数 String 123 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
121 41b430b0-e6e0-479d-8fba-2bb60b4f877c d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM009 长期负债合计 String 189 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
122 42a86c7a-ea7f-4c34-91da-7c8365127d81 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL037 投资收益比例 String 114 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
123 42c1d466-17cc-4a76-bfd5-5212ba87a9f6 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL035 应付账款与销售成本比率 String 151 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
124 43df31c5-535b-4a3a-8584-f3f821c275da 642f7c77-e924-46dd-be88-cbe6ed13c0b8 INDUSTRY_TYPE 国标行业代码 String 21 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
125 45113235-0765-49ab-aa8d-bc9abf871839 642f7c77-e924-46dd-be88-cbe6ed13c0b8 M12_CRED_BAL_DESC 过去3年最近12个月信用卡余额描述 String 24 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
126 45691000-ca84-49ad-8033-a5b6d15afe40 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM007 有形净值 String 179 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
127 4577c3b1-12b8-4e76-9682-d63f969d6c43 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 DATA_COME_FROM_ 数据来源 String 223 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
128 4592ea53-3c5c-470d-8b14-183fb0b92b0b 34083308-d1d3-49b0-b288-7199f9f08e03 cust_no 客户编号 String 3 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
129 47b65d89-57c2-4e36-9d99-0242628a0895 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ016 投资活动现金充足率 String 113 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
130 4809f455-f845-4ba8-a2b6-d2076119b6c6 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY013 应收账款周转月数 String 164 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
131 496a5a0a-5702-492b-9955-02849116c93d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CREATOR_ 创建人 String 224 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
132 4a8d4efd-c858-44d7-b86b-c88f8799cda1 1a1518dd-c683-44f9-8b59-880e1119db4b CREATOR_ 创建人 String 6 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
133 4b1c2014-b928-4245-aa44-6aabce51aa94 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ044 权益乘数(事业) String 11 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
134 4b7fac1c-1d46-4f07-85d0-d69f17cfc20a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ052 付息债务结构比指标 String 38 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
135 4b98a227-4b64-4156-b544-b1375e22e063 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ035 经营性现金流与财务费用比率 String 59 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
136 4ba79f7d-764a-4741-bcc3-4f1e3d89187b 34083308-d1d3-49b0-b288-7199f9f08e03 LAST_MODIFIER_ 最后修改人 String 37 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
137 4bb99169-4796-4be4-b744-1b9e9da43a04 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT015 净利润 String 63 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
138 4bff538e-ef2b-495f-bf60-60fcb5f462dc d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL011 所有者权益合计报酬率 String 103 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
139 4c1f02e2-9da7-4c29-992d-5cfdcefd3bbe aa677531-e183-4e8c-8063-e9904af1487e UP_LIMIT 违约概率上限 String 11 50 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
140 4c855102-0379-4103-8440-a93452d632fb d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 PARAM00030017 一、营业收入 String 144 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
141 4d217ea5-a6ae-4eaf-bad9-73618384fc8c a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721029038907 本期财报 String 13 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
142 4dd4d879-663d-4782-9402-f2a19980cacd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY003 应收账款周转率 String 161 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
143 4dd9b91c-1325-4e1f-967d-a7afbdfc869e 27f2d1b9-105c-4898-abe4-2cdb34eb5eac LAST_MODIFIER_ 最后修改人 String 8 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
144 4e334da1-8f03-4a3f-bf29-1456e2d6b548 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ013 扣除预收账款后负债比率 String 72 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
145 50638744-b5cc-4d88-a0b5-04e3da83fce0 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120805405 上期末净利润 String 18 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
146 507eb082-d1be-4d58-abe8-870486f6f037 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ013 预收账款增长率 String 186 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
147 50e1d0c2-542f-4e8f-b012-6761516766f9 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 COLLATERAL_CODE 押品代码 String 4 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
148 50f1e999-563b-4a66-99fa-59a2783bb94d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM011 营运资本 String 173 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
149 517b4180-341f-4a06-b30d-418bc901852f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ021 现金比率指标 String 119 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
150 51e9e9bd-8090-41e4-9acb-088c1280c9d6 a28fb89a-2731-4689-a8ab-9d262f80e3ae cust_name 客户名称 String 5 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
151 51ec0527-36ad-4d46-863d-6e063635d4de d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ001 销售收入增长率 String 141 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
152 51fae13e-8586-4bcc-8229-738988a364c0 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM004 流动资产合计 String 84 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
153 528f69ba-842e-40fa-8433-0ce51d1741ed d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY006 现金周转率 String 131 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
154 534f4a18-c8a8-4bad-8eb0-6942819d125b d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY015 应收账款周转天数 String 163 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
155 535cf3dd-54eb-4968-b213-d14a8c460240 a28fb89a-2731-4689-a8ab-9d262f80e3ae id ID String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
156 53bec8d0-2acc-4c18-977d-c3b48c2e98bd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 LAST_MODIFYDATE_ 最后修改日期 Date 227 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
157 55096add-1992-4248-a58c-8bd6db50d245 aa677531-e183-4e8c-8063-e9904af1487e ORDER_NUM 序号 String 5 50 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
158 56a3712e-0c73-484c-a697-cc605f329783 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120957719 应收账款和存货的账期 String 35 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
159 56db9fdf-3a3e-4f0b-b228-9115feac43e6 642f7c77-e924-46dd-be88-cbe6ed13c0b8 M12_CRED_BAL_UP 过去3年最近12个月信用卡余额上限 String 23 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
160 5850b3d4-247b-46ae-abb7-fe15f74f6c82 39d920e6-ce5d-4900-a83d-c5b9843eb927 ADJ_RATIO 调整系数 String 6 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
161 587cbb32-7e53-4e83-a853-ad36a503ed4a 642f7c77-e924-46dd-be88-cbe6ed13c0b8 PROD_TYPE_NM 产品类型名称 String 11 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
162 59022283-84d4-41ce-b0df-56b3561b71ff d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ061 长期债务与营运资金比率 String 193 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
163 5911b271-89ea-4dcc-85a6-fb3d2ad6c52a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ035 权益负债比率指标 String 91 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
164 595e7706-0bad-4ae0-9a0b-658baf68bcf8 642f7c77-e924-46dd-be88-cbe6ed13c0b8 TOTAL_CRED_AMT_DOWN 授信总额下限 String 13 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
165 5a4e1288-0088-49d6-a31c-c2d9178c14f6 4617c1e4-eb4e-49e7-ae33-a39e8af345fb ADJ_ITEM_CODE 调整项编号 String 3 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-20 15:06:52.0 admin 2024-07-20 15:06:52.0 _PRIMARY_
166 5a71e346-e020-4a1a-a02d-6716d3859661 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL027 有形所有者权益合计收益率 String 183 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
167 5c28ef89-d91f-44f8-b928-bd3866100d75 a28fb89a-2731-4689-a8ab-9d262f80e3ae CORP_CODE_ 所属法人代码 String 51 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
168 5ccf2173-898b-49b7-a0e9-43e0305661e5 642f7c77-e924-46dd-be88-cbe6ed13c0b8 EXPOSURE_CD 风险暴露分类代码 String 3 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
169 5e5883ad-fa41-4c65-94be-f0e7ad824b3e a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120865469 上期末总资产 String 24 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
170 5ed5b64f-154e-4fa3-8e95-daf9857de3ba a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120675081 上上期财报 String 11 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
171 5ef9180d-34c9-46c0-a714-1966d746dcc4 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY028 营业周期 String 171 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
172 5f4de8ee-d453-4178-be96-4b7c1540d87d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ062 营运资金与资产比率 String 177 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
173 5f8d4fe8-c4ba-443d-826f-bc634b7a68bf 642f7c77-e924-46dd-be88-cbe6ed13c0b8 PROFESSIONAL_LOANS_TYPE 专业贷款类型 String 17 1 array [{label: '项目融资'\,value:'01'}\,{label: '物品融资'\,value:'02'}\,{label: '商品融资'\,value:'03'}\,{label: '产生收入的房地产'\,value:'04'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
174 5faab80a-5c00-4831-9c02-02200f7b7178 642f7c77-e924-46dd-be88-cbe6ed13c0b8 DATA_COME_FROM_ 数据来源 String 27 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
175 5fc874fc-9042-4ddf-962e-92f2a038d366 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ024 速动比率 String 94 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
176 6028ff40-5d82-4944-81b1-05a419d87963 642f7c77-e924-46dd-be88-cbe6ed13c0b8 L3_INCOME_AVG_DESC 近三年营业收入平均值 String 20 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
177 60ca90f1-5b61-49f6-b907-8e4b893cb8db d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT009 自由现金流与融资性债务比率 String 215 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
178 669c6140-5e60-44c2-abdb-d6c1e0a1044f 34083308-d1d3-49b0-b288-7199f9f08e03 SY_GM001 所有者权益合计(事业) String 16 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
179 67714204-69d2-4815-9ccb-37ec1f6a48d6 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ023 流动比率指标2 String 79 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
180 684e5093-eb35-4b1e-823c-c38d1fdf34e4 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY022 应付款项付款月数 String 147 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
181 69703fb3-054a-419d-8a7b-cf14206d7b88 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ025 速动比率指标2 String 96 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
182 6b37b11f-d09a-49e9-a4e0-89e01e02cc1c ae1a6751-3422-4490-ac70-1ee4fdbae05c LAST_MODIFIER_ 最后修改人 String 24 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
183 6c0fa622-2e2e-4519-bddf-9fc64b2ef568 642f7c77-e924-46dd-be88-cbe6ed13c0b8 LIST_MATCH_FLG 是否名单制匹配 String 5 1 array [{label: '是'\,value:'1'}\,{label: '否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
184 6d03826e-7685-4022-b504-688631013b5c d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL016 营业费用比例 String 166 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
185 6dd14cb0-9195-4dee-8df1-c88df3ccc093 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ009 所有者权益合计增长率(事业) String 17 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
186 6dda0ff2-4a1c-43d6-b58b-18e2ba076e60 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT001 净利润增长率(模型) String 68 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
187 6df68449-b95a-4c98-bf55-f3476cea6d5b d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ043 关联资金占用比率 String 49 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
188 6e670f99-2b0a-4e15-88ad-db9cf475da80 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM002 总资产 String 216 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
189 6e7d2342-b84c-44b4-9708-d122820c03cb 27f2d1b9-105c-4898-abe4-2cdb34eb5eac CORP_CODE_ 所属法人代码 String 10 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
190 6ee9050e-ccaf-4fe1-bb2f-169ac07f8f66 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ050 关联资金占用比率1 String 50 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
191 724b6410-9dea-44c1-b921-2a6a668d4daa d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM010 借款总额(计算方法与总银行借款相同) String 54 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
192 733902da-33f7-4b00-bebc-a7b1fcefce1e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ005 银行债务资本净值比 String 146 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
193 73775801-4aca-417d-8220-bcb602c34f65 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ057 资产累计收益比率 String 211 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
194 745a44b3-6aed-40ba-b0d5-fd73aa7faaaf 34083308-d1d3-49b0-b288-7199f9f08e03 CORP_CODE_ 所属法人代码 String 39 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
195 74932430-91df-4df9-8917-aeca9616d185 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ001 现金债务总额比 String 130 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
196 75da5f93-11d8-446a-bfa4-7ca6cc69fdc4 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 DB003 对外担保比净资产 String 33 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
197 75e04af8-11c9-424e-9850-d4caec090ad1 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 COLLATERAL_NAME 押品名称 String 5 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
198 75fb83b5-df86-4ee3-bd61-60e6c962770d aa677531-e183-4e8c-8063-e9904af1487e PD 违约概率 String 3 50 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
199 761696ce-aee8-41a3-992a-59876fb5db3a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ031 应收账款负债率 String 157 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
200 7643e492-32c8-48cc-bcec-b74b629a7591 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120823495 上期末负债合计 String 20 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
201 76e8c94e-76d6-4616-b3b8-a7b453df4f30 ae1a6751-3422-4490-ac70-1ee4fdbae05c INT_OVD_60_DAYS_FLAG 贷款利息是否逾期60天以上 String 7 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
202 776a05d0-b927-4cad-80de-4007f12b88db d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ007 销售现金比率 String 143 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
203 779da6b6-5c48-4ee4-9f49-915e7491a419 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY026 所有者权益合计周转月数 String 111 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
204 77a890c8-60e1-4241-a7ac-ca6abfba6d85 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ007 营运资本增长率 String 174 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
205 77f605cb-e5a8-46ec-ab84-2eaa252e49ce 27f2d1b9-105c-4898-abe4-2cdb34eb5eac PRODUCT_NO 产品编号 String 2 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
206 78437f6e-cc0e-4a7c-9c6d-9ece7877a59c 34083308-d1d3-49b0-b288-7199f9f08e03 SY_GM002 总资产(事业) String 32 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
207 794db92d-485a-4469-b596-84d11df9a2e8 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY004 应付账款周转率2 String 152 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
208 7a3b244b-9c1e-43ab-b116-5ad08d806858 a28fb89a-2731-4689-a8ab-9d262f80e3ae cust_id 客户ID String 3 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
209 7b1578d4-0058-4873-81f9-9a53f698c9fa a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120767548 上上期末主营业务收入 String 14 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
210 7b5d720f-491c-4a7d-8246-1653fc2da1ba d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ033 借款速动比率 String 52 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
211 7c0d701e-51dd-4322-8536-2eb9445e7b5f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CREATE_DATE_ 创建日期 Date 225 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
212 7cff76c5-e6f0-443f-8f89-08fd7b3bcb9b ae1a6751-3422-4490-ac70-1ee4fdbae05c FIVE_CLASS_LAST_3_FLAG 贷款五级分类是否后三类 String 10 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
213 7e816309-57e4-4f05-ad26-061876f097ce d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ034 筹资性现金流与所有者权益合计比率 String 22 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
214 7f1134f0-ace6-4ead-998e-1a747dcafb66 1a1518dd-c683-44f9-8b59-880e1119db4b LAST_MODIFIER_ 最后修改人 String 8 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
215 7fcdc843-f0e7-46ed-a015-03f1190dde49 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ006 现金短期负债比 String 121 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
216 80730704-46f7-46da-aa09-91e95c9c7d5d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY010 固定资产周转率 String 47 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
217 81373f14-0762-480a-b888-de924d116b81 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL036 销售收入存货比 String 138 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
218 81b44d5e-abe4-44f9-8ade-7777bcd3a2af d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY012 应收款项周转月数 String 155 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
219 81e150aa-cd9c-44cb-82f4-b4311cc594ea d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY029 预收账款占比 String 187 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
220 8277a4ca-e925-412e-a21f-a9b5c412b03f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ006 利润总额增长率 String 75 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
221 83026517-34db-4a06-95c6-89afd171418d a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120940634 应收账款周转天数 String 33 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
222 83b10ba7-9ba3-417b-9222-564341b87ce0 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ017 有形净值债务比(事业) String 25 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
223 84d98941-b147-4663-b040-138095d9c694 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL029 净利润与总负债比率 String 66 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
224 84f16434-4e4e-4c28-9176-c56ac622dfad d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ015 现金比 String 118 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
225 85662008-030e-45b9-8b06-6a40d79d2b93 39d920e6-ce5d-4900-a83d-c5b9843eb927 CREATOR_ 创建人 String 8 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
226 86d7b978-444e-44a2-91eb-2d16f7d2c140 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ030 存货流动负债比 String 23 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
227 8837ccbf-fb94-46ea-820c-ba94cd1253db d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ029 收入质量比率 String 93 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
228 88b09817-a74a-4174-8cc4-bb6e80a015d2 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ015 应付款增长率 String 148 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
229 88b0d226-a78e-4b38-8646-a3490c6386e3 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY018 现金付费天数 String 122 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
230 88f219e6-878d-4536-a1d7-b3aaca143412 aa677531-e183-4e8c-8063-e9904af1487e SCALE_TYPE String 4 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
231 892ba41a-1c2f-43d8-8e6c-bc943b76529d aa677531-e183-4e8c-8063-e9904af1487e SCALE_LEVEL 评级等级 String 2 50 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
232 89485b90-bd2c-4b8f-8031-7a9007d727dd 642f7c77-e924-46dd-be88-cbe6ed13c0b8 LAST_MODIFIER_ 创建人 String 30 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
233 89839900-2c07-4e49-bdeb-f86ac9c892b1 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ003 现金流动负债比率2 String 126 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
234 8aa3e4eb-3df4-49ac-8ff7-60ddc140a0f3 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT014 整体现金流状况 String 199 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
235 8afd3fb3-ed7d-4edb-89f9-0592c3025a9f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ002 净负债比率 String 61 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
236 8c69ef9f-8d18-42cd-8632-68a1aa2fd46e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL025 总资产收益率(ROA)2 String 219 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
237 8c97fd0b-c2fc-4c8d-abbe-57008d4176c7 4617c1e4-eb4e-49e7-ae33-a39e8af345fb ADJ_ITEM_DES 调整项描述 String 5 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-20 15:06:52.0 admin 2024-07-20 15:06:52.0 _PRIMARY_
238 8ccbc4f7-9bd6-4e8b-acd3-5e2fa2c723cd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM001 所有者权益合计 String 102 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
239 8d21c575-1f8b-429b-9845-40b1203ed493 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ003 总资产增长率(事业) String 33 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
240 8d6b4cd2-194e-4dd4-a34c-3ae8507cf58d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL034 存货与销售成本比率 String 24 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
241 8d96cb84-9a30-4563-97af-b6774043d8c3 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT013 净资产收益率 String 71 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
242 8ed64bb3-ad32-4bab-83a3-a9d4cb0c9a0e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY016 存货周转月数 String 28 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
243 8f8c7637-659a-4798-9443-78c6bcb1049e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT012 总资产周转速度 String 222 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
244 91210ee0-a1c5-4d14-9d06-ec8b5d14fb85 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 LAST_MODIFIER_ 最后修改人 String 10 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
245 91bcd34f-46b3-4773-bbac-9ef1acf75581 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY007 速动资产周转率 String 99 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
246 91d1e3e4-5746-4b85-bf88-d9f204a94f3a 1a1518dd-c683-44f9-8b59-880e1119db4b REMARKS 特殊客户说明 String 4 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
247 91d22f2f-aa79-4129-b6f8-1082b811e842 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ032 投资性现金流与所有者权益合计比率 String 116 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
248 925c662d-29cc-41db-9943-cbea29d2296c a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120778041 上期末主营业务收入 String 15 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
249 9430a627-8150-43b7-97ca-40058155f71a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ044 权益乘数 String 89 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
250 94911bf9-3fa3-4a6a-9cb3-f8ccdda27d85 27f2d1b9-105c-4898-abe4-2cdb34eb5eac CREATE_DATE_ 创建日期 Date 7 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
251 94fbadc2-d758-43fa-97c2-0b97f6e8a11b 642f7c77-e924-46dd-be88-cbe6ed13c0b8 CREATE_DATE_ 创建时间 Date 29 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
252 95c319b2-9010-4769-9fba-94c9941bb22a 39d920e6-ce5d-4900-a83d-c5b9843eb927 LAST_MODIFYDATE_ 最后修改日期 Date 11 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
253 989d9481-5393-4659-8518-f0646ecfc237 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ054 银行负债结构 String 145 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
254 98c9327c-280a-4015-81e2-5390f2b3ec72 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ002 现金流动负债比 String 124 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
255 994a8550-2b4f-4de6-9280-b8756ee0d7a8 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM015 CFF String 8 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
256 99bf5066-8771-444a-9f3d-a4c231efa102 aa677531-e183-4e8c-8063-e9904af1487e CREATOR String 7 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
257 9a18a0f2-3038-44e5-a97a-f589a5b2d357 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ003 刚性负债杠杆比率 String 41 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
258 9a1dfcf4-12ec-4d25-bc87-47630c7f41c8 ae1a6751-3422-4490-ac70-1ee4fdbae05c SUM_OVD_1000_FLAG 拖欠本金和利息之和大于等于1000元 String 14 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
259 9a3b0787-5af6-4744-9a0d-8e2137a6d9c4 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 ID 主键 String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
260 9abb2029-fa30-4fa7-a742-288c430c5c08 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY019 负债付款月数 String 39 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
261 9ad1f1b8-b987-49ff-ae35-351f1da7d4c4 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL041 (未分配利润+盈余公积)/年末总资产 String 6 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
262 9b75c4f2-5294-4502-8a1c-cd41b52fee6c d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL020 固定支出偿付倍数 String 42 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
263 9bf106df-b930-434f-9a5b-28b56d138afd 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ042 所有者权益比率(事业) String 15 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
264 9c594536-0e2b-4005-acc7-0cb82c8e57b5 642f7c77-e924-46dd-be88-cbe6ed13c0b8 PROD_TYPE_CD 产品类型代码 String 10 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
265 9ce3f6ac-4aaf-4963-b2ed-441101cf038d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL042 利润总额与流动负债比率 String 74 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
266 9d1b218b-f1e0-4f18-a47a-4908c43cf642 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ020 有形净值与债务比 String 180 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
267 9e3a002c-2958-4661-b1e4-82ac91cfa5da ae1a6751-3422-4490-ac70-1ee4fdbae05c CREATE_DATE_ 创建日期 Date 23 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
268 9e7ab7e7-3893-4b01-b969-7f7cc7f6157e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ002 营业外收支增长率 String 170 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
269 9ef95cc6-c2f5-4a3c-b1e9-bf9ad457fcde d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM016 CF String 7 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
270 9fd03639-b537-4f43-8081-9c86908934ca 39d920e6-ce5d-4900-a83d-c5b9843eb927 CREATE_DATE_ 创建日期 Date 9 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
271 a0471fe2-6adb-4b8b-86d3-8d3671ce8bc8 ae1a6751-3422-4490-ac70-1ee4fdbae05c GREATER_THAN_BATCHDT_FLAG 贷款起始日期加90天是否大于等于跑批日期 String 9 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 0 0 center 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
272 a0768226-8441-4e75-a2a2-e26178067b8d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL018 营业成本费用率 String 165 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
273 a0e5d4f1-a196-43c2-bcb8-f4e228e06543 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120882525 主营业务成本 String 26 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
274 a107813b-5d5f-43ea-bab3-99dfb18b703d 642f7c77-e924-46dd-be88-cbe6ed13c0b8 LAST_MODIFYDATE_ 创建时间 Date 31 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
275 a11d96c9-d47d-4a89-a951-5320ad35f0f5 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM018 利润总额 String 73 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
276 a1217032-cdbe-42b0-84bf-3e9b554ba21e 1a1518dd-c683-44f9-8b59-880e1119db4b CREATE_DATE_ 创建日期 Date 7 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
277 a183c254-4cb5-4575-9076-fc1a58b7d655 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT017 销售收入 String 137 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
278 a2bcaca9-07e2-4bb4-a662-7e5215ac365a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ022 流动比率指标 String 78 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
279 a2cceaa1-227b-4dd1-b79f-53d434156f83 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL012 资本回报率 String 204 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
280 a2f5f8f8-4f8a-4bc9-8c7e-cd91a572ee4c 642f7c77-e924-46dd-be88-cbe6ed13c0b8 CORP_SIZE 企业规模 String 12 1 array [{label: '大型'\,value:'1'}\,{label: '中型'\,value:'2'}\,{label: '小型'\,value:'3'}\,{label: '微型'\,value:'4'}\,{label: '其他'\,value:'9'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
281 a3c8e6b7-2fae-40c6-9fd5-96fc01fe3203 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721028990567 通过客户代码获取财报 String 10 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
282 a3d6d22c-d7c9-4da2-a9a1-254959706ebf 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ043 关联资金占用比率(事业) String 8 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
283 a49eed0a-cd04-48d8-82b9-64245f26cd12 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL002 营业利润与营运资金比率 String 168 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
284 a50934e5-ace5-4b44-8b90-27ebdc2d6dc1 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 CREATE_DATE_ 创建日期 Date 9 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
285 a5531e3f-8a18-4640-97c6-29e2d2d7d891 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721121003463 应收账款周转率 String 40 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
286 a553cae2-bd88-4a24-a50c-9309b5ce2873 34083308-d1d3-49b0-b288-7199f9f08e03 SY_QT005 收支结余率(事业) String 14 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
287 a5563b29-dab3-4132-b2f2-703e8100a92d a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120655950 上上期企业财报(旧准则) String 7 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
288 a562925b-c561-496f-8db8-ad527e920855 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY032 经营收益营运指数 String 58 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
289 a64f8be7-9683-4643-bbc8-e553e353286e a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120968659 资产负债率 String 36 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
290 a6873277-112d-4f62-9fec-557101031554 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ047 固定资产与所有者权益合计比率 String 45 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
291 a69c8218-f701-4d1a-9df7-d26a58416545 a28fb89a-2731-4689-a8ab-9d262f80e3ae cust_type 客户类型 String 6 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
292 a7fcce72-2efb-45d0-92b8-5053bf32e37f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ042 所有者权益比率指标 String 101 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
293 a82128b4-011c-431a-abd1-ecebe2d4cacc d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ017 有形净值债务比 String 182 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
294 a8fed87f-61fe-420c-a948-a60a229e8886 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT016 净资产 String 70 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
295 a90d3dff-fa94-49e5-997a-39c430652085 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL009 总资产报酬率 String 217 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
296 a9a46a17-6997-461f-b1c5-312d80a82973 34083308-d1d3-49b0-b288-7199f9f08e03 SY_GM007 有形净值(事业) String 23 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
297 aa4c5594-89b9-44f9-996c-f6fc46a0cf17 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ004 现金到期债务比 String 120 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
298 aa904688-0800-4927-96cf-c9675f8de0ce a28fb89a-2731-4689-a8ab-9d262f80e3ae DATA_COME_FROM_ 数据来源 String 46 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
299 abb2881b-9821-4224-9d69-3c5186921f7a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY024 资产周转月数 String 213 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
300 ac52e04a-f015-4664-9082-b32d71506b14 ae1a6751-3422-4490-ac70-1ee4fdbae05c CANCEL_LOAN_FLAG 是否为已核销贷款 String 13 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
301 ac72d63f-f6f4-4f23-84b3-0888a6efcc1a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ026 速动比率指标3 String 97 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
302 ad3044d2-8be7-4722-96f0-b469d9ffba79 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ008 全部资产现金回收率 String 88 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
303 adfe9a26-778c-4867-be6c-85d09ca618e1 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721121020628 平均存货周转率 String 42 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
304 ae388c65-b6c4-4e72-8ff0-7eecdf5a60b5 ae1a6751-3422-4490-ac70-1ee4fdbae05c DATA_COME_FROM_ 数据来源(INPUT:手工录入\,IMPORT:系统自动导入) String 21 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
305 aed00007-c4c9-43fc-a560-3f135edd0228 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM014 CFI String 9 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
306 aef7b59f-c830-42bc-ab09-4b0687da92c5 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ011 资产负债率指标3(银行负债资产比) String 209 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
307 af2077ab-1430-4e3d-b808-201fd5c7ceae 1a1518dd-c683-44f9-8b59-880e1119db4b ID 主键ID String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
308 af5992ba-bbbd-46c3-ab15-d7899aa5b089 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ059 短债比率 String 32 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
309 afc3e067-94fb-4675-9e10-0b464c7ff7fa d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM003 资本总额 String 206 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
310 b05c3b23-52f3-4d70-8dc0-c4b6c6e6dd63 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721219096029 主营业务周转率 String 45 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
311 b1c41243-9f8a-4d33-bf19-b03e8da37b6b a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120931425 净资产收益率(ROE) String 32 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
312 b373f41f-b76a-4c04-bcf3-e2c178849595 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL019 三项费用比例 String 92 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
313 b407b10a-c0b2-4429-9a32-5126044ca584 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ017 资本化支出现金充足率 String 203 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
314 b6065083-6275-42a1-be68-6fc9003b62f0 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ009 所有者权益合计增长率 String 109 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
315 b63313bf-803f-4ec0-8818-298d64662ffd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 cust_no 客户编号 String 3 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
316 b89d6815-24fa-4e5e-9446-a1cc18255175 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120833598 本期末负债合计 String 21 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
317 b933003f-60bf-4c24-bd00-eea9b5ec2033 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ036 现金资产比率 String 133 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
318 b9684fcf-e332-4101-970f-c70a25e0414b 39d920e6-ce5d-4900-a83d-c5b9843eb927 ID 主键 String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
319 b96b9e14-b60d-486c-9e4a-64b4b907cbf1 aa677531-e183-4e8c-8063-e9904af1487e LAST_MODIFY_DATE String 10 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
320 ba2118ab-13c8-42fc-b4c3-20a041af4544 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY008 总资产周转率 String 221 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
321 baf060be-29ff-4e0e-82f5-8e2710b71033 1a1518dd-c683-44f9-8b59-880e1119db4b CORP_CODE_ 所属法人代码 String 10 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
322 bb1b6429-2824-4147-8d3e-881ebc2afcd6 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM013 CFO String 10 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
323 bb5b3804-16b7-4a62-b04d-0c809fc787a8 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 DATA_COME_FROM_ 数据来源(INPUT:手工录入\,IMPORT:系统自动导入) String 7 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
324 bd35c2ee-707f-462b-821f-49d2fa91cd14 ae1a6751-3422-4490-ac70-1ee4fdbae05c ADVANCE_CASH_FLAG 是否垫款 String 8 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 0 0 center 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
325 bda1647f-8cc1-4a5e-bedc-7fd1597c84d8 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY025 固定资产周转月数 String 48 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
326 bda5759c-bcbe-494a-8483-11bd1b24aeae d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ048 固定资产与长期资金来源比率 String 46 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
327 bda96e0e-ce20-4c69-85b6-81c43b531739 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL045 非经营性收入与营业务收入比 String 37 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
328 bdb1afd5-685a-4adf-bff2-3e38d8e10e5d a28fb89a-2731-4689-a8ab-9d262f80e3ae data_dt 数据日期 String 2 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
329 be577abc-5880-4739-9aed-9aa410adf72d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY002 存货周转率 String 27 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
330 beb4f5e0-84db-43cb-b10a-6558be1aa0a6 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 cust_name 客户名称 String 4 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
331 c2443af4-73ae-4576-b1c6-e314eea7a984 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ027 EBIT与长期负债(非流动负债)比 String 14 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
332 c3104ddc-42e4-412b-8ab0-7d5c2d485a83 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 data_dt 数据日期 String 2 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
333 c31d839a-f409-4ec1-8b56-f95422a235a3 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ033 经营性现金流与所有者权益合计比率 String 60 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
334 c34ccc02-bb1b-41f9-a1c8-cd23e798a3fa d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL040 单位资产留存收益 String 29 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
335 c3c427d7-0607-467c-9922-a382a280ec53 ae1a6751-3422-4490-ac70-1ee4fdbae05c OUT_TAB_INT_FLAG 贷款表外欠息余额是否大于0 String 12 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 0 0 center 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
336 c3e09763-d36d-4e2c-8896-261adf5dfa05 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ074 自由现金流量对借款总额比率 String 214 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
337 c5eed7f6-ed28-4195-9ebb-8bbd340b1ebe 4617c1e4-eb4e-49e7-ae33-a39e8af345fb ADJ_ITEM_TYPE 调整项类型 String 2 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-20 15:06:52.0 admin 2024-07-20 15:06:52.0 _PRIMARY_
338 c61ef597-a0a5-47e5-af2c-310da2865b5e ae1a6751-3422-4490-ac70-1ee4fdbae05c INT_OVD_90_DAYS_FLAG 贷款利息是否逾期90天以上 String 5 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 0 0 center 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
339 c64f5b70-b839-41da-83a9-822e3008b0cc a28fb89a-2731-4689-a8ab-9d262f80e3ae cust_no 客户编号 String 4 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
340 c6a8498d-12f7-4363-b3e6-35256afcf198 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ037 速动资产比率 String 98 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
341 c747eac0-fa4b-40fc-8716-6345b61c4212 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ058 资本公积与实收资本比率 String 201 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
342 c74c9628-ec11-4c90-b4b2-01562f7bab83 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ046 所有者权益合计对流动负债及所有者权益合计比率 String 106 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
343 c75237b7-1b86-4086-b4ea-ef27424573f9 642f7c77-e924-46dd-be88-cbe6ed13c0b8 EXPOSURE_NM 风险暴露分类名称 String 4 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
344 c7cf64d3-0f0d-4f94-baab-f6119f97d3df a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120890858 上期末应收账款 String 27 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
345 c828fd0c-f0af-45c7-8e7a-5ecc2ebb5191 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY033 营运资本占比 String 175 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
346 c9585921-1eb6-4644-b71e-65d6e2865fc5 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ010 资产负债率指标2 String 208 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
347 c9baa55d-24a5-4238-a92c-f00e679e6452 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL004 销售净利润率 String 134 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
348 cae9cb5c-9163-45d1-b38f-558064f11dfc 34083308-d1d3-49b0-b288-7199f9f08e03 cust_type 客户类型 String 5 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
349 caec86dd-878c-44dc-95e6-5c537d1bb440 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 COLLATERAL_TYPE_CODE 押品类型代码 String 2 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
350 cb158e4d-58dc-4f57-b8fb-3f37c301f4fd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ005 经营活动现金净流量短期借款偿付保障倍数 String 56 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
351 cb46b171-430b-4812-b069-4da07089eefd 34083308-d1d3-49b0-b288-7199f9f08e03 CREATOR_ 创建人 String 35 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
352 cc0ec887-b197-4330-a27c-ceef33cf0aa0 39d920e6-ce5d-4900-a83d-c5b9843eb927 ADJ_CODE 调整因子代码 String 4 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
353 cc1caa18-1ece-4b60-98d3-b73f350390ca d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ045 资本固定化比率 String 202 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
354 cd9395ca-0ef6-49fa-b500-b03865234ea5 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ028 保守速动比率2 String 16 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
355 cd95b929-a111-4f20-bc11-553b7d6e504a 27f2d1b9-105c-4898-abe4-2cdb34eb5eac THURDLE_RATE 基准回收率 String 4 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
356 ce73c29e-a03d-412b-9c93-685c5145b885 ae1a6751-3422-4490-ac70-1ee4fdbae05c DEFAULT_REASON 违约原因 String 3 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
357 ce77d017-a594-4f35-b3ae-b717eea342e9 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ023 速动比率增长率 String 95 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
358 cee6559c-ad7a-43a1-88a7-d84641b20172 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ051 短期投资与流动资产合计之比 String 31 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
359 cf649ec8-74d4-4d46-980c-d16b2a937720 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ013 经营活动净现金流量与净利润比率 String 55 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
360 d062dbb1-05bf-4811-b4c4-ff051edd754e 34083308-d1d3-49b0-b288-7199f9f08e03 SY_QT002 总收入增长率(事业) String 31 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
361 d072a1e0-c804-45a8-a114-350bfde2409f 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ031 应收账款负债率(事业) String 20 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
362 d097fec6-cc63-4d78-a155-4bfcbd067ddd a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120787855 本期末主营业务收入 String 16 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
363 d0be724a-089d-45bb-a4be-cf2ace29cc28 ae1a6751-3422-4490-ac70-1ee4fdbae05c CREATOR_ 创建人 String 22 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
364 d21a3308-b661-418e-a196-0e188e2f6f35 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120976928 主营业务收入增长率 String 37 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
365 d22744a3-a481-4b30-91e2-e725141f3a25 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ013 扣除预收账款后负债比率(事业) String 10 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
366 d32e5b3d-8313-4ed9-8b0e-27bd23abc488 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY009 所有者权益周转率 String 112 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
367 d36f8f14-c5b6-498b-a249-7ab75ce52a52 8f1ed29f-34ca-42cb-b0a0-c6c805b55504 REC_RATE 基准回收率 String 6 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:18:07.0 admin 2024-07-15 14:18:07.0 _PRIMARY_
368 d4613f2b-49af-4255-8794-770e88a88fa7 34083308-d1d3-49b0-b288-7199f9f08e03 CREATE_DATE_ 创建日期 Date 36 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
369 d4999bfa-2811-4f4d-8a5c-99b37f90b9bf d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ025 权益负债比率增长率 String 90 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
370 d4f42137-89c8-4082-baf5-8e771e025905 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY005 流动资产周转率 String 85 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
371 d4ff88c2-a4da-4ee4-92c5-6e42e9ce05f8 aa677531-e183-4e8c-8063-e9904af1487e DOWN_LIMIT 违约概率下限 String 12 50 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
372 d5cb6f07-afe9-4da4-8ea9-694d32098a6a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM008 净债务 String 69 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
373 d6472142-f00a-4b92-9bc7-f688449e7043 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ012 应收款项增长率 String 154 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
374 d7786b0a-faa7-4671-a75a-d81b3eef85bc d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ041 存货与总资产比率 String 25 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
375 d80e8111-e220-49bc-8c63-7941344128b9 ae1a6751-3422-4490-ac70-1ee4fdbae05c ID 主键ID String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
376 d9754fc2-80eb-4057-a33d-1e5ca9805d71 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ060 财务费用占借款比率 String 19 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
377 d9b0903f-7393-44a2-af4a-9ab0494417a6 642f7c77-e924-46dd-be88-cbe6ed13c0b8 CUST_TYPE 客户类型 String 9 1 array [{label: '个人'\,value:'INDIV'}\,{label: '一般公司'\,value:'CORP'}\,{label: '银行'\,value:'BANK'}\,{label: '非银金融机构'\,value:'NON_BANK'}\,{label: '多边开发银行'\,value:'MDB'}\,{label: '其他'\,value:'OTH'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
378 dacad060-de13-404f-abcd-4773bdcd86c8 642f7c77-e924-46dd-be88-cbe6ed13c0b8 ASSET_MNG_PROD_FLAG 资产管理产品标识 String 8 1 array [{label: '是'\,value:'1'}\,{label: '否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
379 db204e38-a313-4851-b029-7faf9a1494b8 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ014 现金流量充足率 String 127 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
380 dc5b3d3a-8264-43bc-aeac-05b1b05fd6e6 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ008 长期负债权益比率指标 String 190 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
381 dc6b194b-a3a5-4a14-99c2-5d959ef181c1 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ024 流动比率增长率 String 77 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
382 dd6391d1-2509-4639-aefe-928faa7cb4c7 642f7c77-e924-46dd-be88-cbe6ed13c0b8 L3_INCOME_AVG_UP 近三年营业收入平均值上限 String 19 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
383 dddce5c1-2d9b-4d09-99dc-2f4c1111e690 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ026 所有者权益合计对固定资产比率增长率 String 105 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
384 de04c565-c3ee-49f7-898c-b4d0e53c491e a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120899234 本期末应收账款 String 28 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
385 de634789-d941-48f8-bd01-08bd95b11d25 642f7c77-e924-46dd-be88-cbe6ed13c0b8 CORP_CODE_ 法人代码 String 32 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
386 dec268cb-60b6-4bea-a372-86bf559b32a2 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ020 有形净值与债务比率(事业) String 24 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
387 dfabbdc7-84e9-4ca2-b9e4-3619ebe37f11 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL032 净利润对固定资产及存货比率 String 64 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
388 dff728f7-be58-4151-88d5-902d551e0089 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721028963088 本期财报(旧准则) String 9 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
389 e0166b1f-f404-4fae-860e-741e0a9ed4f1 aa677531-e183-4e8c-8063-e9904af1487e ID_ String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
390 e05ef26a-bc47-4c78-ae7a-36fdeb8a06f9 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ018 有形净值与长期负债比 String 181 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
391 e09f5dda-f2bb-4fef-acd8-a504a1e578b0 34083308-d1d3-49b0-b288-7199f9f08e03 DATA_COME_FROM_ 数据来源 String 34 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
392 e0fe792d-8d6a-44a6-8ad1-f7e3100794d8 34083308-d1d3-49b0-b288-7199f9f08e03 cust_name 客户名称 String 4 0 NONE 0 1 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
393 e1cf630f-cee0-4c8a-9dac-8125835cd96d d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ010 有形资产增长率 String 184 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
394 e209f5de-a935-49eb-96f1-b3a1f14e7e3b 39d920e6-ce5d-4900-a83d-c5b9843eb927 DATA_COME_FROM_ 数据来源(INPUT:手工录入\,IMPORT:系统自动导入) String 7 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
395 e27180aa-a5f7-43fc-b8a1-6ff057be1022 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ008 存货增长率 String 26 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
396 e2779cfc-371f-4740-afe9-d7d9b25d2ba7 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL039 长期负债(非流动负债)与收入比率 String 192 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
397 e279b16f-9f00-4cc2-8198-9cdf26d5ec9f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ007 所有者权益合计与年末贷款余额比率 String 108 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
398 e2b91a6b-fe6e-4614-b06d-417f4d68c929 34083308-d1d3-49b0-b288-7199f9f08e03 data_dt 数据日期 String 2 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
399 e3043807-3dfd-4c1f-952e-decdd673047b d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL028 资本收益率 String 205 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
400 e353c833-ce85-4395-aa37-445859b84ffa a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120907086 负债利润倍数 String 29 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
401 e39f4fc4-40fb-4f9e-b960-3abdbb08cb6a d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ005 净利润增长率 String 67 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
402 e45125ac-2eb5-4a91-a9ff-2399d7a8c6cd d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ039 应收账款与总资产比率 String 159 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
403 e570ca16-6dda-478e-be42-2313ec5816b6 34083308-d1d3-49b0-b288-7199f9f08e03 SY_CZ035 权益负债比率(事业) String 12 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
404 e571e16c-e4f2-45c9-bb99-b50f452d49b3 aa677531-e183-4e8c-8063-e9904af1487e ADMISSION_SUGGEST 审批建议 String 6 50 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
405 e73d533d-305a-4322-be49-ba5385873220 27f2d1b9-105c-4898-abe4-2cdb34eb5eac CREATOR_ 创建人 String 6 0 CURR_USER 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:13:35.0 admin 2024-07-15 14:13:35.0 _PRIMARY_
406 e78f6d03-bfd2-49ae-834c-da524631cc6f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ003 总资产增长率 String 220 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
407 e8d4f6e1-4812-41f7-b588-6038f481474f 4617c1e4-eb4e-49e7-ae33-a39e8af345fb ADJ_ITEM_NAME 调整项名称 String 4 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-20 15:06:52.0 admin 2024-07-20 15:06:52.0 _PRIMARY_
408 e90cda4c-4665-4ad3-a153-12d4233a4d4c d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 XJ010 现金再投资比率 String 129 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
409 e98a86f4-1771-4725-a13c-3f7cb06246cb 34083308-d1d3-49b0-b288-7199f9f08e03 LAST_MODIFYDATE_ 最后修改日期 Date 38 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
410 e9b39a1e-86ce-4394-b21c-99b18298ee92 34083308-d1d3-49b0-b288-7199f9f08e03 SY_QT003 增长稳定性(事业) String 28 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
411 eac8c6a4-639e-4229-b54c-ee44e4d809a4 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ001 借款与总资本比率 String 53 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
412 eb38f0a9-003c-46e0-9904-6bdc018b25da a28fb89a-2731-4689-a8ab-9d262f80e3ae CREATE_DATE_ 创建日期 Date 48 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
413 eb525f56-d3b1-4220-be0c-5bfcc510af99 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120874072 本期末总资产 String 25 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
414 eb72e870-bbf4-4d86-b12f-b4fe78f51993 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY031 营运资金债务比 String 178 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
415 ec385b8f-e7a0-4923-85c5-40c4e0376ca2 4617c1e4-eb4e-49e7-ae33-a39e8af345fb ID 主键 String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-20 15:06:52.0 admin 2024-07-20 15:06:52.0 _PRIMARY_
416 ed3bee49-2cca-4249-b215-85bb17a81e16 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL006 成本费用利润率 String 21 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
417 ed5030a0-81a3-48f9-9a27-30a1cf7151c1 ae1a6751-3422-4490-ac70-1ee4fdbae05c PRIN_OVD_60_DAYS_FLAG 贷款本金是否逾期60天以上 String 6 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
418 edc70547-a51f-4fc4-bd7a-6f90c08fd227 ae1a6751-3422-4490-ac70-1ee4fdbae05c LAST_MODIFYDATE_ 最后修改日期 Date 25 0 CURR_DATE 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
419 eed7afad-eda0-4c56-82bf-57df4689cefa d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ004 净负债率 String 62 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
420 f0231142-2c13-44e1-b720-5318af8eaa9c 1a1518dd-c683-44f9-8b59-880e1119db4b CUST_NO 客户编号 String 2 0 NONE 0 1 text 0 1 0 1 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
421 f0489faa-0411-495e-bbb9-425162ae3851 ae1a6751-3422-4490-ac70-1ee4fdbae05c SORT_NO 排序号 String 2 0 NONE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
422 f08cfe48-dcce-402b-bca0-c99ea403bf93 39d920e6-ce5d-4900-a83d-c5b9843eb927 LAST_MODIFIER_ 最后修改人 String 10 0 CURR_USER 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
423 f13c91b2-d44e-4f44-9dfe-5e9f9725dba3 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 QT007 销售收入增长率(模型) String 142 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
424 f19f7321-c622-4381-a4ae-ce505c1a0b81 ae1a6751-3422-4490-ac70-1ee4fdbae05c ROLLOVER_3_TIMES_FLAG 同一笔合同发生展期3次及以上 String 16 1 array [{label:'是'\,value:'1'}\,{label:'否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:08:14.0 admin 2024-07-15 14:08:14.0 _PRIMARY_
425 f2a16f65-9d25-44b1-9f02-c8859402b413 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YY030 长期负债与营运资金比率 String 191 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
426 f2a4f44b-40ba-476a-a868-34fad8f00f6f d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ049 所有者权益合计对固定资产比率 String 104 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
427 f3f3bd78-b31b-4fd6-87a3-befff07345b0 34083308-d1d3-49b0-b288-7199f9f08e03 SY_QT004 经费自给率(事业) String 9 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
428 f41e2cce-dacd-4d2b-be6e-20ccf0498308 1a1518dd-c683-44f9-8b59-880e1119db4b DATA_COME_FROM_ 数据来源(INPUT:手工录入\,IMPORT:系统自动导入) String 5 0 DCF_INPUT 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-22 20:35:33.0 admin 2024-07-22 20:35:33.0 _PRIMARY_
429 f46d9bcd-fcb9-4180-a02f-08f4df958928 a28fb89a-2731-4689-a8ab-9d262f80e3ae I1721120915102 货币资金负债比 String 30 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-18 20:07:27.0 admin 2024-07-18 20:07:27.0 _PRIMARY_
430 f4b3ea1e-ad63-4639-9cf0-b2a799f82ad4 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ063 长期资产适合率指标 String 195 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
431 f57acadc-601e-43b9-8681-1a8347306283 642f7c77-e924-46dd-be88-cbe6ed13c0b8 IS_VALID 是否有效 String 26 1 array [{label: '是'\,value:'1'}\,{label: '否'\,value:'0'}] NONE 0 0 text 0 1 0 center 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
432 f5b9f1ae-d1e1-4cd5-b22a-2f0945752142 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ012 资产负债率指标4 String 210 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
433 f5db3103-76f4-498d-a581-09ee7362a2c5 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 FZ022 销售净利润率增长率 String 135 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
434 f67e9a0b-dd5b-462b-8d29-4df3e3e31f9e d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 YL026 所有者权益合计收益率(ROE) String 107 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
435 f6a33948-3e7a-4a80-b4fb-7aba0253a32c d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 GM005 固定资产合计 String 43 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
436 f708a910-20c9-4e6d-9d8d-eaa925f37100 34083308-d1d3-49b0-b288-7199f9f08e03 SY_QT018 总收入(事业) String 30 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
437 f762ffc7-215b-4a3f-9033-2db0e83627ac aa677531-e183-4e8c-8063-e9904af1487e CREATE_DATE Date 8 0 CURR_DATE 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:10:37.0 admin 2024-07-15 14:10:37.0 _PRIMARY_
438 f97af3c7-8be5-44b2-a6c8-faf6dfde2b62 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ032 应收账款流动负债率 String 158 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
439 f9d32de0-7ebe-45af-9a96-20c6307ca51d 642f7c77-e924-46dd-be88-cbe6ed13c0b8 TOTAL_CRED_AMT_DESC 授信总额描述 String 15 0 NONE 0 0 text 0 1 0 1 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_
440 fa0c28dd-8f7a-49e5-bf12-3a12a86d7c54 39d920e6-ce5d-4900-a83d-c5b9843eb927 CORP_CODE_ 所属法人代码 String 12 0 CURR_CORP 1 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:22:37.0 admin 2024-07-15 14:22:37.0 _PRIMARY_
441 fb5b197a-7123-440f-8b4b-98e191730639 d7ce8d8b-512b-4a47-bf34-d1d3beed5d67 CZ016 长期负债比率 String 188 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:07:37.0 admin 2024-07-03 12:07:37.0 _PRIMARY_
442 fe74ebf3-b864-433c-8185-4ca9021525c2 34083308-d1d3-49b0-b288-7199f9f08e03 SY_FZ012 应收款项增长率(事业) String 19 0 NONE 0 0 text 0 1 0 0 text 0 INPUT admin 2024-07-03 12:39:45.0 admin 2024-07-03 12:39:45.0 _PRIMARY_
443 ff9eda2f-99ef-4632-a487-7c0228668924 642f7c77-e924-46dd-be88-cbe6ed13c0b8 ID 主键 String 1 0 UUID 0 0 text 0 0 0 0 text 0 INPUT admin 2024-07-15 14:21:38.0 admin 2024-07-15 14:21:38.0 _PRIMARY_

2
app.irbs/src/main/resources/liquibase/data/irbs/shrcb/NS_IRS_CFG_MAIN_SCALE_VERSION.csv

@ -3,4 +3,4 @@
"ID主键","版本代码","版本名称","版本状态(RELEASE-发布,DRAFT-草稿,HISTORY-历史)","版本序号","审核状态(AWAIT_SUBMIT:待提交,APPROVALING:审批中,PASS:通过,NEGATIVED:否决)","流程ID","当前处理人","数据来源(INPUT:手工录入,IMPORT:系统自动导入)","创建人","创建日期","最后修改人","最后修改日期","所属法人代码"
"VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","VARCHAR","TIMESTAMP","VARCHAR","TIMESTAMP","VARCHAR"
"java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.sql.Timestamp","java.lang.String","java.sql.Timestamp","java.lang.String"
"1","SHRCB_MANSCALE_VERSION","上农内评POC项目主标尺","DRAFT","1","AWAIT_SUBMIT","","","INPUT",,,"admin","2024-07-22 16:36:59.0","_PRIMARY_"
"1","SHRCB_MANSCALE_VERSION","上农内评POC项目主标尺","RELEASE","1","AWAIT_SUBMIT","","","INPUT",,,"admin","2024-07-22 16:36:59.0","_PRIMARY_"
1 NS_IRS_CFG_MAIN_SCALE_VERSION
3 ID主键 版本代码 版本名称 版本状态(RELEASE-发布,DRAFT-草稿,HISTORY-历史) 版本序号 审核状态(AWAIT_SUBMIT:待提交,APPROVALING:审批中,PASS:通过,NEGATIVED:否决) 流程ID 当前处理人 数据来源(INPUT:手工录入,IMPORT:系统自动导入) 创建人 创建日期 最后修改人 最后修改日期 所属法人代码
4 VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR VARCHAR TIMESTAMP VARCHAR TIMESTAMP VARCHAR
5 java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.sql.Timestamp java.lang.String java.sql.Timestamp java.lang.String
6 1 SHRCB_MANSCALE_VERSION 上农内评POC项目主标尺 DRAFT RELEASE 1 AWAIT_SUBMIT INPUT admin 2024-07-22 16:36:59.0 _PRIMARY_

413
build-version.gradle

@ -1,201 +1,218 @@
/***********************************************************************
*
**********************************************************************/
ext['PlatformDependencyVersions'] =[
"commons-io:commons-io" : "${commons_io_version}",
"org.ow2.asm:asm" : "${asm_version}",
"org.checkerframework:checker-qual" : "${checker_version}",
"com.google.guava:guava" : "${guava_version}",
"com.nimbusds:nimbus-jose-jwt" : "9.22",
"org.codehaus.groovy:groovy" : "3.0.19",
"org.codehaus.groovy:groovy-jsr223" : "3.0.19",
"org.codehaus.groovy:groovy-datetime" : "3.0.19",
"org.codehaus.groovy:groovy-dateutil" : "3.0.19",
"org.codehaus.groovy:groovy-json" : "3.0.19",
"org.codehaus.groovy:groovy-sql" : "3.0.19",
"org.codehaus.groovy:groovy-xml" : "3.0.19",
];
/***********************************************************************
* springboot
**********************************************************************/
subprojects {
// ext['activemq.version'] =
// ext['antlr2.version'] =
// ext['appengine-sdk.version'] =
// ext['artemis.version'] =
// ext['aspectj.version'] =
// ext['assertj.version'] =
// ext['atomikos.version'] =
// ext['awaitility.version'] =
// ext['bitronix.version'] =
// ext['build-helper-maven-plugin.version'] =
// ext['byte-buddy.version'] =
// ext['caffeine.version'] =
// ext['cassandra-driver.version'] =
// ext['classmate.version'] =
// ext['commons-codec.version'] =
// ext['commons-dbcp2.version'] =
// ext['commons-lang3.version'] =
// ext['commons-pool.version'] =
// ext['commons-pool2.version'] =
// ext['couchbase-client.version'] =
// ext['db2-jdbc.version'] =
// ext['dependency-management-plugin.version'] =
// ext['derby.version'] =
// ext['dropwizard-metrics.version'] =
// ext['ehcache.version'] =
// ext['ehcache3.version'] =
// ext['elasticsearch.version'] =
// ext['embedded-mongo.version'] =
// ext['flyway.version'] =
// ext['freemarker.version'] =
// ext['git-commit-id-plugin.version'] =
// ext['glassfish-el.version'] =
// ext['glassfish-jaxb.version'] =
// ext['groovy.version'] =
// ext['gson.version'] =
// ext['h2.version'] =
// ext['hamcrest.version'] =
// ext['hazelcast.version'] =
// ext['hazelcast-hibernate5.version'] =
// ext['hibernate.version'] =
// ext['hibernate-validator.version'] =
// ext['hikaricp.version'] =
// ext['hsqldb.version'] =
// ext['htmlunit.version'] =
// ext['httpasyncclient.version'] =
// ext['httpclient.version'] =
// ext['httpcore.version'] =
// ext['infinispan.version'] =
// ext['influxdb-java.version'] =
// ext['jackson-bom.version'] =
// ext['jakarta-activation.version'] =
// ext['jakarta-annotation.version'] =
// ext['jakarta-jms.version'] =
// ext['jakarta-json.version'] =
// ext['jakarta-json-bind.version'] =
// ext['jakarta-mail.version'] =
// ext['jakarta-persistence.version'] =
// ext['jakarta-servlet.version'] =
// ext['jakarta-servlet-jsp-jstl.version'] =
// ext['jakarta-transaction.version'] =
// ext['jakarta-validation.version'] =
// ext['jakarta-websocket.version'] =
// ext['jakarta-ws-rs.version'] =
// ext['jakarta-xml-bind.version'] =
// ext['jakarta-xml-soap.version'] =
// ext['jakarta-xml-ws.version'] =
// ext['janino.version'] =
// ext['javax-activation.version'] =
// ext['javax-annotation.version'] =
// ext['javax-cache.version'] =
// ext['javax-jaxb.version'] =
// ext['javax-jaxws.version'] =
// ext['javax-jms.version'] =
// ext['javax-json.version'] =
// ext['javax-jsonb.version'] =
// ext['javax-mail.version'] =
// ext['javax-money.version'] =
// ext['javax-persistence.version'] =
// ext['javax-transaction.version'] =
// ext['javax-validation.version'] =
// ext['javax-websocket.version'] =
// ext['jaxen.version'] =
// ext['jaybird.version'] =
// ext['jboss-logging.version'] =
// ext['jboss-transaction-spi.version'] =
// ext['jdom2.version'] =
// ext['jedis.version'] =
// ext['jersey.version'] =
// ext['jetty.version'] =
// ext['jetty-el.version'] =
// ext['jetty-jsp.version'] =
// ext['jetty-reactive-httpclient.version'] =
// ext['jmustache.version'] =
// ext['johnzon.version'] =
// ext['jolokia.version'] =
// ext['jooq.version'] =
// ext['json-path.version'] =
// ext['json-smart.version'] =
// ext['jsonassert.version'] =
// ext['jstl.version'] =
// ext['jtds.version'] =
// ext['junit.version'] =
// ext['junit-jupiter.version'] =
// ext['kafka.version'] =
// ext['kotlin.version'] =
// ext['kotlin-coroutines.version'] =
// ext['lettuce.version'] =
// ext['liquibase.version'] =
// ext['log4j2.version'] =
// ext['logback.version'] =
// ext['lombok.version'] =
// ext['mariadb.version'] =
// ext['maven-antrun-plugin.version'] =
// ext['maven-assembly-plugin.version'] =
// ext['maven-clean-plugin.version'] =
// ext['maven-compiler-plugin.version'] =
// ext['maven-dependency-plugin.version'] =
// ext['maven-deploy-plugin.version'] =
// ext['maven-enforcer-plugin.version'] =
// ext['maven-failsafe-plugin.version'] =
// ext['maven-help-plugin.version'] =
// ext['maven-install-plugin.version'] =
// ext['maven-invoker-plugin.version'] =
// ext['maven-jar-plugin.version'] =
// ext['maven-javadoc-plugin.version'] =
// ext['maven-resources-plugin.version'] =
// ext['maven-shade-plugin.version'] =
// ext['maven-source-plugin.version'] =
// ext['maven-surefire-plugin.version'] =
// ext['maven-war-plugin.version'] =
// ext['micrometer.version'] =
// ext['mimepull.version'] =
// ext['mockito.version'] =
// ext['mongodb.version'] =
// ext['mssql-jdbc.version'] =
// ext['mysql.version'] =
// ext['nekohtml.version'] =
// ext['neo4j-java-driver.version'] =
// ext['netty.version'] =
// ext['netty-tcnative.version'] =
// ext['nimbus-jose-jwt.version'] =
// ext['oauth2-oidc-sdk.version'] =
// ext['ojdbc.version'] =
// ext['okhttp3.version'] =
// ext['oracle-database.version'] =
// ext['pooled-jms.version'] =
// ext['postgresql.version'] =
// ext['prometheus-pushgateway.version'] =
// ext['quartz.version'] =
// ext['querydsl.version'] =
// ext['r2dbc-bom.version'] =
// ext['rabbit-amqp-client.version'] =
// ext['reactive-streams.version'] =
// ext['reactor-bom.version'] =
// ext['rest-assured.version'] =
// ext['rsocket.version'] =
// ext['rxjava.version'] =
// ext['rxjava-adapter.version'] =
// ext['rxjava2.version'] =
// ext['saaj-impl.version'] =
// ext['selenium.version'] =
// ext['selenium-htmlunit.version'] =
// ext['sendgrid.version'] =
// ext['servlet-api.version'] =
// ext['slf4j.version'] =
// ext['snakeyaml.version'] =
// ext['solr.version'] =
// ext['spring-amqp.version'] =
// ext['spring-batch.version'] =
// ext['spring-data-bom.version'] =
// ext['spring-framework.version'] =
// ext['spring-hateoas.version'] =
// ext['spring-integration.version'] =
// ext['spring-kafka.version'] =
// ext['spring-ldap.version'] =
// ext['spring-restdocs.version'] =
// ext['spring-retry.version'] =
// ext['spring-security.version'] =
// ext['spring-session-bom.version'] =
// ext['spring-ws.version'] =
// ext['sqlite-jdbc.version'] =
// ext['sun-mail.version'] =
// ext['thymeleaf.version'] =
// ext['thymeleaf-extras-data-attribute.version'] =
// ext['thymeleaf-extras-java8time.version'] =
// ext['thymeleaf-extras-springsecurity.version'] =
// ext['thymeleaf-layout-dialect.version'] =
// ext['tomcat.version'] =
// ext['unboundid-ldapsdk.version'] =
// ext['undertow.version'] =
// ext['versions-maven-plugin.version'] =
// ext['webjars-hal-browser.version'] =
// ext['webjars-locator-core.version'] =
// ext['wsdl4j.version'] =
// ext['xml-maven-plugin.version'] =
// ext['xmlunit2.version'] =
}
// ext['groovy.version'] ='3.0.17'
// ext['activemq.version'] =
// ext['antlr2.version'] =
// ext['appengine-sdk.version'] =
// ext['artemis.version'] =
// ext['aspectj.version'] =
// ext['assertj.version'] =
// ext['atomikos.version'] =
// ext['awaitility.version'] =
// ext['bitronix.version'] =
// ext['build-helper-maven-plugin.version'] =
// ext['byte-buddy.version'] =
// ext['caffeine.version'] =
// ext['cassandra-driver.version'] =
// ext['classmate.version'] =
// ext['commons-codec.version'] =
// ext['commons-dbcp2.version'] =
// ext['commons-lang3.version'] =
// ext['commons-pool.version'] =
// ext['commons-pool2.version'] =
// ext['couchbase-client.version'] =
// ext['db2-jdbc.version'] =
// ext['dependency-management-plugin.version'] =
// ext['derby.version'] =
// ext['dropwizard-metrics.version'] =
// ext['ehcache.version'] =
// ext['ehcache3.version'] =
// ext['elasticsearch.version'] =
// ext['embedded-mongo.version'] =
// ext['flyway.version'] =
// ext['freemarker.version'] =
// ext['git-commit-id-plugin.version'] =
// ext['glassfish-el.version'] =
// ext['glassfish-jaxb.version'] =
// ext['groovy.version'] =
// ext['gson.version'] =
// ext['h2.version'] =
// ext['hamcrest.version'] =
// ext['hazelcast.version'] =
// ext['hazelcast-hibernate5.version'] =
// ext['hibernate.version'] =
// ext['hibernate-validator.version'] =
// ext['hikaricp.version'] =
// ext['hsqldb.version'] =
// ext['htmlunit.version'] =
// ext['httpasyncclient.version'] =
// ext['httpclient.version'] =
// ext['httpcore.version'] =
// ext['infinispan.version'] =
// ext['influxdb-java.version'] =
// ext['jackson-bom.version'] =
// ext['jakarta-activation.version'] =
// ext['jakarta-annotation.version'] =
// ext['jakarta-jms.version'] =
// ext['jakarta-json.version'] =
// ext['jakarta-json-bind.version'] =
// ext['jakarta-mail.version'] =
// ext['jakarta-persistence.version'] =
// ext['jakarta-servlet.version'] =
// ext['jakarta-servlet-jsp-jstl.version'] =
// ext['jakarta-transaction.version'] =
// ext['jakarta-validation.version'] =
// ext['jakarta-websocket.version'] =
// ext['jakarta-ws-rs.version'] =
// ext['jakarta-xml-bind.version'] =
// ext['jakarta-xml-soap.version'] =
// ext['jakarta-xml-ws.version'] =
// ext['janino.version'] =
// ext['javax-activation.version'] =
// ext['javax-annotation.version'] =
// ext['javax-cache.version'] =
// ext['javax-jaxb.version'] =
// ext['javax-jaxws.version'] =
// ext['javax-jms.version'] =
// ext['javax-json.version'] =
// ext['javax-jsonb.version'] =
// ext['javax-mail.version'] =
// ext['javax-money.version'] =
// ext['javax-persistence.version'] =
// ext['javax-transaction.version'] =
// ext['javax-validation.version'] =
// ext['javax-websocket.version'] =
// ext['jaxen.version'] =
// ext['jaybird.version'] =
// ext['jboss-logging.version'] =
// ext['jboss-transaction-spi.version'] =
// ext['jdom2.version'] =
// ext['jedis.version'] =
// ext['jersey.version'] =
// ext['jetty.version'] =
// ext['jetty-el.version'] =
// ext['jetty-jsp.version'] =
// ext['jetty-reactive-httpclient.version'] =
// ext['jmustache.version'] =
// ext['johnzon.version'] =
// ext['jolokia.version'] =
// ext['jooq.version'] =
// ext['json-path.version'] =
// ext['json-smart.version'] =
// ext['jsonassert.version'] =
// ext['jstl.version'] =
// ext['jtds.version'] =
// ext['junit.version'] =
// ext['junit-jupiter.version'] =
// ext['kafka.version'] =
// ext['kotlin.version'] =
// ext['kotlin-coroutines.version'] =
// ext['lettuce.version'] =
// ext['liquibase.version'] =
// ext['log4j2.version'] =
// ext['logback.version'] =
// ext['lombok.version'] =
// ext['mariadb.version'] =
// ext['maven-antrun-plugin.version'] =
// ext['maven-assembly-plugin.version'] =
// ext['maven-clean-plugin.version'] =
// ext['maven-compiler-plugin.version'] =
// ext['maven-dependency-plugin.version'] =
// ext['maven-deploy-plugin.version'] =
// ext['maven-enforcer-plugin.version'] =
// ext['maven-failsafe-plugin.version'] =
// ext['maven-help-plugin.version'] =
// ext['maven-install-plugin.version'] =
// ext['maven-invoker-plugin.version'] =
// ext['maven-jar-plugin.version'] =
// ext['maven-javadoc-plugin.version'] =
// ext['maven-resources-plugin.version'] =
// ext['maven-shade-plugin.version'] =
// ext['maven-source-plugin.version'] =
// ext['maven-surefire-plugin.version'] =
// ext['maven-war-plugin.version'] =
// ext['micrometer.version'] =
// ext['mimepull.version'] =
// ext['mockito.version'] =
// ext['mongodb.version'] =
// ext['mssql-jdbc.version'] =
// ext['mysql.version'] =
// ext['nekohtml.version'] =
// ext['neo4j-java-driver.version'] =
// ext['netty.version'] =
// ext['netty-tcnative.version'] =
// ext['nimbus-jose-jwt.version'] =
// ext['oauth2-oidc-sdk.version'] =
// ext['ojdbc.version'] =
// ext['okhttp3.version'] =
// ext['oracle-database.version'] ='12.2.0.1'
// ext['pooled-jms.version'] =
// ext['postgresql.version'] =
// ext['prometheus-pushgateway.version'] =
// ext['quartz.version'] =
// ext['querydsl.version'] =
// ext['r2dbc-bom.version'] =
// ext['rabbit-amqp-client.version'] =
// ext['reactive-streams.version'] =
// ext['reactor-bom.version'] =
// ext['rest-assured.version'] =
// ext['rsocket.version'] =
// ext['rxjava.version'] =
// ext['rxjava-adapter.version'] =
// ext['rxjava2.version'] =
// ext['saaj-impl.version'] =
// ext['selenium.version'] =
// ext['selenium-htmlunit.version'] =
// ext['sendgrid.version'] =
// ext['servlet-api.version'] =
// ext['slf4j.version'] =
// ext['snakeyaml.version'] =
// ext['solr.version'] =
// ext['spring-amqp.version'] =
// ext['spring-batch.version'] =
// ext['spring-data-bom.version'] =
// ext['spring-framework.version'] =
// ext['spring-hateoas.version'] =
// ext['spring-integration.version'] =
// ext['spring-kafka.version'] =
// ext['spring-ldap.version'] =
// ext['spring-restdocs.version'] =
// ext['spring-retry.version'] =
// ext['spring-security.version'] =
// ext['spring-session-bom.version'] =
// ext['spring-ws.version'] =
// ext['sqlite-jdbc.version'] =
// ext['sun-mail.version'] =
// ext['thymeleaf.version'] =
// ext['thymeleaf-extras-data-attribute.version'] =
// ext['thymeleaf-extras-java8time.version'] =
// ext['thymeleaf-extras-springsecurity.version'] =
// ext['thymeleaf-layout-dialect.version'] =
// ext['tomcat.version'] =
// ext['unboundid-ldapsdk.version'] =
// ext['undertow.version'] =
// ext['versions-maven-plugin.version'] =
// ext['webjars-hal-browser.version'] =
// ext['webjars-locator-core.version'] =
// ext['wsdl4j.version'] =
// ext['xml-maven-plugin.version'] =
// ext['xmlunit2.version'] =

22
gradle.properties

@ -36,9 +36,9 @@ application_version=1.0.1
# platform
###########################################################rwa_version
platform_group=io.sc
platform_version=8.1.44
platform_plugin_version=8.1.44
platform_core_frontend_version=8.1.287
platform_version=8.2.7
platform_plugin_version=8.2.7
platform_core_frontend_version=8.2.32
###########################################################
# product dependencies version
@ -50,15 +50,19 @@ rwa_version=1.0.2
# dependencies version
###########################################################
asciidoctor_version=3.3.2
asm_version=9.7.1
checker_version=3.43.0
commons_fileupload_version=1.4
commons_io_version=2.11.0
commons_io_version=2.16.1
commons_text_version=1.12.0
cxf_version=3.2.7
dm_hibernate_version=8.1.2.192
enjoy_version=5.2.2
flowable_version=6.8.0
guava_version=31.1-jre
ipaddress_version=5.4.0
jackson_version=2.13.5
javassist_version=3.21.0-GA
jasypt_version=2.1.2
jboss_logging_version=3.3.2.Final
jcommander_version=1.82
@ -70,19 +74,21 @@ jxls_poi_version=1.0.15
jxls_version=2.4.6
mybatis_version=3.5.10
opencsv_version=5.7.1
oshi_version=6.4.2
oshi_version=6.6.1
p6spy_version=3.9.1
pinyin4j_version=2.5.1
poi_ooxml_version=3.17
poi_version=5.2.5
schemacrawler_version=16.19.11
#schemacrawler_version=14.21.02
shadow_gradle_plugin_version=8.3.1
spring_boot_version=2.7.18
spring_cloud_alibaba_version=2021.0.4.0
spring_cloud_context_version=3.1.4
spring_cloud_version=2021.0.8
spring_security_oauth2_authorization_server_version=0.4.5
spring_statemachine_version=3.2.1
truelicense_version=4.0.3
webjars_locator_weblogic_version=0.10
weka_version=3.8.6
zip4j_version=2.11.5
###########################################################

2
irbs.cust.rating/build.gradle

@ -3,7 +3,7 @@ dependencies {
"io.sc:io.sc.platform.mvc:${platform_version}",
"io.sc:io.sc.engine.rule.client.spring:${platform_version}",
"io.sc:io.sc.platform.flowable:${platform_version}",
"io.sc:io.sc.platform.page.config:${rwa_version}",
"io.sc:io.sc.platform.lcdp:${platform_version}",
project(":irbs.defaultManager"),
project(":irbs.financialTemplate"),

20
irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/CustRatingWorkFlowInitializer.java

@ -3,10 +3,10 @@ package irbs.cust.rating.initializer;
import io.sc.platform.core.Environment;
import io.sc.platform.core.initializer.ApplicationInitializer;
import io.sc.platform.core.initializer.ApplicationInitializerExecuteException;
import io.sc.platform.core.util.FileUtil;
import io.sc.platform.flowable.enums.ProcessStatus;
import io.sc.platform.flowable.jpa.entity.ProcessEntity;
import io.sc.platform.flowable.service.ProcessEntityService;
import io.sc.platform.util.FileUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
@ -21,6 +21,10 @@ public class CustRatingWorkFlowInitializer implements ApplicationInitializer{
private ApplicationContext applicationContext;
private ProcessEntityService processEntityService;
private static final String KEY = "COMPANY_CUSTOMER_RATING";
private static final String I18N_KEY = "WORK_FLOW.COMPANY_CUSTOMER_RATING";
private static final String BPMN_PATH = "classpath:/workflow/irbs/cust/rating/CustRating.bpmn";
@Override
public void init(ApplicationContext applicationContext) {
this.processEntityService =applicationContext.getBean(ProcessEntityService.class);
@ -37,7 +41,7 @@ public class CustRatingWorkFlowInitializer implements ApplicationInitializer{
if(isInitialized!=null) {
return isInitialized;
}
List<ProcessEntity> entities =processEntityService.getRepository().findByKey("COMPANY_CUSTOMER_RATING");
List<ProcessEntity> entities =processEntityService.getRepository().findByKey(KEY);
if(entities==null || entities.isEmpty()){
isInitialized =false;
}else {
@ -50,13 +54,13 @@ public class CustRatingWorkFlowInitializer implements ApplicationInitializer{
public void execute() throws ApplicationInitializerExecuteException {
try {
ProcessEntity entity = new ProcessEntity();
entity.setCategory("COMPANY_CUSTOMER_RATING");
entity.setKey("COMPANY_CUSTOMER_RATING");
entity.setName(applicationContext.getMessage("WORK_FLOW.COMPANY_CUSTOMER_RATING", null, Locale.getDefault()));
entity.setCategory(KEY);
entity.setKey(KEY);
entity.setName(applicationContext.getMessage(I18N_KEY, null, Locale.getDefault()));
entity.setStatus(ProcessStatus.RELEASE);
entity.setVersion(1);
entity.setCanClaimTask(false);
entity.setXml(getRuleEngineWorkflowXmlContent());
entity.setXml(getWorkflowXmlContent());
entity = processEntityService.add(entity);
processEntityService.deploy(entity.getId());
}catch (Exception e){
@ -65,7 +69,7 @@ public class CustRatingWorkFlowInitializer implements ApplicationInitializer{
}
}
private String getRuleEngineWorkflowXmlContent() throws IOException {
return FileUtil.readString("classpath:/workflow/irbs/cust/rating/CustRating.bpmn", Environment.DEFAULT_CHARSET_NAME);
private String getWorkflowXmlContent() throws IOException {
return FileUtil.readString(BPMN_PATH, Environment.DEFAULT_CHARSET_NAME);
}
}

75
irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/DefaultWorkFlowInitializer.java

@ -0,0 +1,75 @@
package irbs.cust.rating.initializer;
import io.sc.platform.core.Environment;
import io.sc.platform.core.initializer.ApplicationInitializer;
import io.sc.platform.core.initializer.ApplicationInitializerExecuteException;
import io.sc.platform.flowable.enums.ProcessStatus;
import io.sc.platform.flowable.jpa.entity.ProcessEntity;
import io.sc.platform.flowable.service.ProcessEntityService;
import io.sc.platform.util.FileUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import java.io.IOException;
import java.util.List;
import java.util.Locale;
public class DefaultWorkFlowInitializer implements ApplicationInitializer{
private static final Logger log =LoggerFactory.getLogger(DefaultWorkFlowInitializer.class);
private Boolean isInitialized =null;
private ApplicationContext applicationContext;
private ProcessEntityService processEntityService;
private static final String KEY = "DEFAULT_CUSTOMER_F";
private static final String I18N_KEY = "WORK_FLOW.DEFAULT_CUSTOMER_F";
private static final String BPMN_PATH = "classpath:/workflow/irbs/cust/rating/DEFAULT_CUSTOMER_F.bpmn";
@Override
public void init(ApplicationContext applicationContext) {
this.processEntityService =applicationContext.getBean(ProcessEntityService.class);
this.applicationContext =applicationContext;
}
@Override
public int getOrder() {
return 1100;
}
@Override
public synchronized boolean isInitialized() {
if(isInitialized!=null) {
return isInitialized;
}
List<ProcessEntity> entities =processEntityService.getRepository().findByKey(KEY);
if(entities==null || entities.isEmpty()){
isInitialized =false;
}else {
isInitialized = true;
}
return isInitialized;
}
@Override
public void execute() throws ApplicationInitializerExecuteException {
try {
ProcessEntity entity = new ProcessEntity();
entity.setCategory(KEY);
entity.setKey(KEY);
entity.setName(applicationContext.getMessage(I18N_KEY, null, Locale.getDefault()));
entity.setStatus(ProcessStatus.RELEASE);
entity.setVersion(1);
entity.setCanClaimTask(false);
entity.setXml(getWorkflowXmlContent());
entity = processEntityService.add(entity);
processEntityService.deploy(entity.getId());
}catch (Exception e){
log.error("",e);
throw new ApplicationInitializerExecuteException(e);
}
}
private String getWorkflowXmlContent() throws IOException {
return FileUtil.readString(BPMN_PATH, Environment.DEFAULT_CHARSET_NAME);
}
}

75
irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/RebirthWorkFlowInitializer.java

@ -0,0 +1,75 @@
package irbs.cust.rating.initializer;
import io.sc.platform.core.Environment;
import io.sc.platform.core.initializer.ApplicationInitializer;
import io.sc.platform.core.initializer.ApplicationInitializerExecuteException;
import io.sc.platform.flowable.enums.ProcessStatus;
import io.sc.platform.flowable.jpa.entity.ProcessEntity;
import io.sc.platform.flowable.service.ProcessEntityService;
import io.sc.platform.util.FileUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import java.io.IOException;
import java.util.List;
import java.util.Locale;
public class RebirthWorkFlowInitializer implements ApplicationInitializer{
private static final Logger log =LoggerFactory.getLogger(RebirthWorkFlowInitializer.class);
private Boolean isInitialized =null;
private ApplicationContext applicationContext;
private ProcessEntityService processEntityService;
private static final String KEY = "REBIRTH_CUSTOMER_F";
private static final String I18N_KEY = "WORK_FLOW.REBIRTH_CUSTOMER_F";
private static final String BPMN_PATH = "classpath:/workflow/irbs/cust/rating/REBIRTH_CUSTOMER_F.bpmn";
@Override
public void init(ApplicationContext applicationContext) {
this.processEntityService =applicationContext.getBean(ProcessEntityService.class);
this.applicationContext =applicationContext;
}
@Override
public int getOrder() {
return 1100;
}
@Override
public synchronized boolean isInitialized() {
if(isInitialized!=null) {
return isInitialized;
}
List<ProcessEntity> entities =processEntityService.getRepository().findByKey(KEY);
if(entities==null || entities.isEmpty()){
isInitialized =false;
}else {
isInitialized = true;
}
return isInitialized;
}
@Override
public void execute() throws ApplicationInitializerExecuteException {
try {
ProcessEntity entity = new ProcessEntity();
entity.setCategory(KEY);
entity.setKey(KEY);
entity.setName(applicationContext.getMessage(I18N_KEY, null, Locale.getDefault()));
entity.setStatus(ProcessStatus.RELEASE);
entity.setVersion(1);
entity.setCanClaimTask(false);
entity.setXml(getWorkflowXmlContent());
entity = processEntityService.add(entity);
processEntityService.deploy(entity.getId());
}catch (Exception e){
log.error("",e);
throw new ApplicationInitializerExecuteException(e);
}
}
private String getWorkflowXmlContent() throws IOException {
return FileUtil.readString(BPMN_PATH, Environment.DEFAULT_CHARSET_NAME);
}
}

75
irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/RiskExposureWorkFlowInitializer.java

@ -0,0 +1,75 @@
package irbs.cust.rating.initializer;
import io.sc.platform.core.Environment;
import io.sc.platform.core.initializer.ApplicationInitializer;
import io.sc.platform.core.initializer.ApplicationInitializerExecuteException;
import io.sc.platform.flowable.enums.ProcessStatus;
import io.sc.platform.flowable.jpa.entity.ProcessEntity;
import io.sc.platform.flowable.service.ProcessEntityService;
import io.sc.platform.util.FileUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import java.io.IOException;
import java.util.List;
import java.util.Locale;
public class RiskExposureWorkFlowInitializer implements ApplicationInitializer{
private static final Logger log =LoggerFactory.getLogger(RiskExposureWorkFlowInitializer.class);
private Boolean isInitialized =null;
private ApplicationContext applicationContext;
private ProcessEntityService processEntityService;
private static final String KEY = "RISK_EXPOSURE_FLOW";
private static final String I18N_KEY = "WORK_FLOW.RISK_EXPOSURE_FLOW";
private static final String BPMN_PATH = "classpath:/workflow/irbs/cust/rating/RISK_EXPOSURE_FLOW.bpmn";
@Override
public void init(ApplicationContext applicationContext) {
this.processEntityService =applicationContext.getBean(ProcessEntityService.class);
this.applicationContext =applicationContext;
}
@Override
public int getOrder() {
return 1100;
}
@Override
public synchronized boolean isInitialized() {
if(isInitialized!=null) {
return isInitialized;
}
List<ProcessEntity> entities =processEntityService.getRepository().findByKey(KEY);
if(entities==null || entities.isEmpty()){
isInitialized =false;
}else {
isInitialized = true;
}
return isInitialized;
}
@Override
public void execute() throws ApplicationInitializerExecuteException {
try {
ProcessEntity entity = new ProcessEntity();
entity.setCategory(KEY);
entity.setKey(KEY);
entity.setName(applicationContext.getMessage(I18N_KEY, null, Locale.getDefault()));
entity.setStatus(ProcessStatus.RELEASE);
entity.setVersion(1);
entity.setCanClaimTask(false);
entity.setXml(getWorkflowXmlContent());
entity = processEntityService.add(entity);
processEntityService.deploy(entity.getId());
}catch (Exception e){
log.error("",e);
throw new ApplicationInitializerExecuteException(e);
}
}
private String getWorkflowXmlContent() throws IOException {
return FileUtil.readString(BPMN_PATH, Environment.DEFAULT_CHARSET_NAME);
}
}

75
irbs.cust.rating/src/main/java/irbs/cust/rating/initializer/SampleWorkFlowInitializer.java

@ -0,0 +1,75 @@
package irbs.cust.rating.initializer;
import io.sc.platform.core.Environment;
import io.sc.platform.core.initializer.ApplicationInitializer;
import io.sc.platform.core.initializer.ApplicationInitializerExecuteException;
import io.sc.platform.flowable.enums.ProcessStatus;
import io.sc.platform.flowable.jpa.entity.ProcessEntity;
import io.sc.platform.flowable.service.ProcessEntityService;
import io.sc.platform.util.FileUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import java.io.IOException;
import java.util.List;
import java.util.Locale;
public class SampleWorkFlowInitializer implements ApplicationInitializer{
private static final Logger log =LoggerFactory.getLogger(SampleWorkFlowInitializer.class);
private Boolean isInitialized =null;
private ApplicationContext applicationContext;
private ProcessEntityService processEntityService;
private static final String KEY = "SAMPLE";
private static final String I18N_KEY = "WORK_FLOW.SAMPLE";
private static final String BPMN_PATH = "classpath:/workflow/irbs/cust/rating/SAMPLE.bpmn";
@Override
public void init(ApplicationContext applicationContext) {
this.processEntityService =applicationContext.getBean(ProcessEntityService.class);
this.applicationContext =applicationContext;
}
@Override
public int getOrder() {
return 1100;
}
@Override
public synchronized boolean isInitialized() {
if(isInitialized!=null) {
return isInitialized;
}
List<ProcessEntity> entities =processEntityService.getRepository().findByKey(KEY);
if(entities==null || entities.isEmpty()){
isInitialized =false;
}else {
isInitialized = true;
}
return isInitialized;
}
@Override
public void execute() throws ApplicationInitializerExecuteException {
try {
ProcessEntity entity = new ProcessEntity();
entity.setCategory(KEY);
entity.setKey(KEY);
entity.setName(applicationContext.getMessage(I18N_KEY, null, Locale.getDefault()));
entity.setStatus(ProcessStatus.RELEASE);
entity.setVersion(1);
entity.setCanClaimTask(false);
entity.setXml(getWorkflowXmlContent());
entity = processEntityService.add(entity);
processEntityService.deploy(entity.getId());
}catch (Exception e){
log.error("",e);
throw new ApplicationInitializerExecuteException(e);
}
}
private String getWorkflowXmlContent() throws IOException {
return FileUtil.readString(BPMN_PATH, Environment.DEFAULT_CHARSET_NAME);
}
}

7
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/CompanyRatingServiceImpl.java

@ -1,13 +1,13 @@
package irbs.cust.rating.service.impl;
import io.sc.engine.rule.core.po.resource.ModelResource;
import io.sc.platform.core.util.StringUtil;
import io.sc.platform.flowable.support.ProcessTaskWrapper;
import io.sc.platform.mvc.service.SystemParameterService;
import io.sc.platform.orm.service.impl.DaoServiceImpl;
import io.sc.platform.orm.service.support.QueryParameter;
import io.sc.platform.orm.util.EntityVoUtil;
import io.sc.platform.security.util.SecurityUtil;
import io.sc.platform.util.StringUtil;
import irbs.cust.rating.constant.ProcessConstant;
import irbs.cust.rating.constant.RatingConstant;
import irbs.cust.rating.enums.*;
@ -617,6 +617,11 @@ public class CompanyRatingServiceImpl extends DaoServiceImpl<CompanyRating, Stri
@Override
public CompanyRating stepRatingReport(String ratingId) throws Exception {
CompanyRating rating = this.findById(ratingId);
// 找taskId
ProcessTaskWrapper ptw = busiProcessService.findTaskByProcInstId(rating.getProcessInstanceId());
if (ptw!=null && null!=ptw.getId()) {
rating.setTaskId(ptw.getId());
}
return rating;
}

4
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/FinanceReportIndexServiceImpl.java

@ -1,6 +1,8 @@
package irbs.cust.rating.service.impl;
import io.sc.engine.rule.client.spring.service.ExecutorFactoryService;
import io.sc.engine.rule.core.ParameterResult;
import io.sc.engine.rule.core.ResourceResult;
import io.sc.platform.mvc.service.SystemParameterService;
import irbs.cust.rating.jpa.entity.FinanceReport;
import irbs.cust.rating.jpa.entity.FinanceReportDetail;
@ -16,8 +18,6 @@ import org.springframework.stereotype.Service;
import io.sc.engine.rule.client.Executor;
import io.sc.engine.rule.client.ExecutorBuilder;
import io.sc.engine.rule.client.enums.ExecutorMode;
import io.sc.engine.rule.core.code.impl.support.ParameterResult;
import io.sc.engine.rule.core.code.impl.support.ResourceResult;
import java.math.BigDecimal;
import java.util.ArrayList;

2
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/HomeServiceImpl.java

@ -43,7 +43,7 @@ public class HomeServiceImpl implements HomeService {
sql += ",CASE WHEN HT.ASSIGNEE_ = :assignee AND HT.END_TIME_ IS NOT NULL AND hp.end_time_ is not null and hp.end_act_id_ is not null THEN HT.PROC_INST_ID_ ELSE NULL END AS end_task ";
sql += "FROM ACT_HI_TASKINST HT ";
sql += "LEFT JOIN ACT_RU_TASK T ON T.PROC_INST_ID_ = HT.PROC_INST_ID_ ";
sql += "LEFT JOIN ACT_HI_PROCINST hp ON hp.proc_inst_id_ = HT.proc_inst_id_) ";
sql += "LEFT JOIN ACT_HI_PROCINST hp ON hp.proc_inst_id_ = HT.proc_inst_id_) a ";
Map<String, Object> params = new HashMap<>();
params.put("assignee", SecurityUtil.getLoginName());
List<HomeTotalWrapper> res = namedParameterJdbcTemplate.query(sql, params, HomeTotalWrapperRowMapper);

18
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/ModelLibServiceImpl.java

@ -3,8 +3,12 @@ package irbs.cust.rating.service.impl;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.sc.engine.rule.client.enums.LoaderMode;
import io.sc.engine.rule.client.spring.service.ExecutorFactoryService;
import io.sc.engine.rule.core.ParameterResult;
import io.sc.engine.rule.core.ResourceResult;
import io.sc.engine.rule.core.code.ExecuteUnit;
import io.sc.engine.rule.core.code.ExecuteUnit4Resource;
import io.sc.engine.rule.core.enums.ParameterType;
import io.sc.platform.core.util.StringUtil;
import io.sc.engine.rule.server.resource.service.support.ResourceWrapper;
import io.sc.platform.mvc.service.SystemParameterService;
import irbs.cust.rating.jpa.entity.RatingCompanyCustomer;
import irbs.cust.rating.service.FinanceReportService;
@ -16,10 +20,6 @@ import org.springframework.stereotype.Service;
import io.sc.engine.rule.client.Executor;
import io.sc.engine.rule.client.ExecutorBuilder;
import io.sc.engine.rule.client.enums.ExecutorMode;
import io.sc.engine.rule.core.code.impl.support.ParameterResult;
import io.sc.engine.rule.core.code.impl.support.ResourceResult;
import io.sc.engine.rule.core.code.impl.support.ResourceWrapper;
import io.sc.engine.rule.core.code.impl.support.ResourceWrapper4Resource;
import io.sc.engine.rule.core.po.resource.ModelResource;
import java.util.HashMap;
@ -92,7 +92,7 @@ public class ModelLibServiceImpl implements ModelLibService {
result = executor.executeByCode(callModelCode,null, params);
}
} catch (Exception e) {
System.out.println(e);
e.printStackTrace();
throw new RuntimeException("调用评级模型出错,模型编码为:" + callModelCode + ",请确认模型是否部署正确。");
}
@ -121,10 +121,10 @@ public class ModelLibServiceImpl implements ModelLibService {
// String modelResourceUrl = systemParameterService.getParameter("parameter.irbs.engine.remote.config.re.url");
// Executor executor = new ExecutorBuilder().executor(ExecutorMode.REMOTE).url(modelResourceUrl).build();
Executor executor = executorFactoryService.getExecutor();
ResourceWrapper resourceWrapper = executor.getLoader().getResourceByCode(modelCode, null);
ExecuteUnit resourceWrapper = executor.getLoader().load(modelCode, null);
if(resourceWrapper != null) {
if(resourceWrapper instanceof ResourceWrapper4Resource) {
ResourceWrapper4Resource resourceWrapper4Resource =(ResourceWrapper4Resource)resourceWrapper;
if(resourceWrapper instanceof ExecuteUnit4Resource) {
ExecuteUnit4Resource resourceWrapper4Resource =(ExecuteUnit4Resource)resourceWrapper;
io.sc.engine.rule.core.po.resource.Resource resource = resourceWrapper4Resource.getResource();
if(resource instanceof ModelResource) {
return (ModelResource)resource;

2
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/RatingCompanyCustomerServiceImpl.java

@ -1,7 +1,7 @@
package irbs.cust.rating.service.impl;
import io.sc.platform.core.util.StringUtil;
import io.sc.platform.orm.service.impl.DaoServiceImpl;
import io.sc.platform.util.StringUtil;
import irbs.cust.rating.enums.RatingProcessStatus;
import irbs.cust.rating.enums.RatingStepType;
import irbs.cust.rating.jpa.entity.CompanyRating;

8
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/RatingIndexServiceImpl.java

@ -1,13 +1,15 @@
package irbs.cust.rating.service.impl;
import io.sc.engine.rule.client.spring.service.ExecutorFactoryService;
import io.sc.engine.rule.core.ParameterResult;
import io.sc.engine.rule.core.ResourceResult;
import io.sc.engine.rule.core.po.model.parameter.IndicatorParameter;
import io.sc.platform.core.util.StringUtil;
import io.sc.platform.jdbc.sql.condition.Condition;
import io.sc.platform.lcdp.form.service.JdbcTemplateService;
import io.sc.platform.mvc.service.SystemParameterService;
import io.sc.platform.orm.service.impl.DaoServiceImpl;
import io.sc.platform.orm.service.support.QueryParameter;
import io.sc.platform.page.config.service.JdbcTemplateService;
import io.sc.platform.util.StringUtil;
import irbs.cust.rating.constant.RatingConstant;
import irbs.cust.rating.enums.ModelParamCode;
import irbs.cust.rating.enums.ModelReturnCode;
@ -24,8 +26,6 @@ import org.springframework.stereotype.Service;
import io.sc.engine.rule.client.Executor;
import io.sc.engine.rule.client.ExecutorBuilder;
import io.sc.engine.rule.client.enums.ExecutorMode;
import io.sc.engine.rule.core.code.impl.support.ParameterResult;
import io.sc.engine.rule.core.code.impl.support.ResourceResult;
import io.sc.engine.rule.core.enums.ParameterType;
import io.sc.engine.rule.core.po.model.Model;
import io.sc.engine.rule.core.po.model.Parameter;

2
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/RatingReportShowScoreRoleServiceImpl.java

@ -1,10 +1,10 @@
package irbs.cust.rating.service.impl;
import io.sc.platform.jdbc.sql.condition.Condition;
import io.sc.platform.lcdp.form.service.JdbcTemplateService;
import io.sc.platform.mvc.service.SystemParameterService;
import io.sc.platform.orm.service.impl.DaoServiceImpl;
import io.sc.platform.orm.service.support.QueryParameter;
import io.sc.platform.page.config.service.JdbcTemplateService;
import io.sc.platform.security.util.SecurityUtil;
import io.sc.platform.system.role.jpa.entity.RoleEntity;
import io.sc.platform.system.role.service.RoleService;

2
irbs.cust.rating/src/main/java/irbs/cust/rating/service/impl/TaskOperationServiceImpl.java

@ -1,8 +1,8 @@
package irbs.cust.rating.service.impl;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.sc.platform.lcdp.form.service.JdbcTemplateService;
import io.sc.platform.orm.service.support.QueryParameter;
import io.sc.platform.page.config.service.JdbcTemplateService;
import io.sc.platform.security.util.SecurityUtil;
import irbs.cust.rating.constant.TaskVariable;
import irbs.cust.rating.jpa.support.WaitTaskWrapper;

2
irbs.cust.rating/src/main/java/irbs/cust/rating/util/DateUtil.java

@ -1,6 +1,6 @@
package irbs.cust.rating.util;
import io.sc.platform.core.util.StringUtil;
import io.sc.platform.util.StringUtil;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

145
irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/CustRating.bpmn

@ -40,42 +40,68 @@
<endEvent id="endevent1" name="End"/>
<sequenceFlow id="flow1" sourceRef="startevent1" targetRef="A1"/>
<endEvent id="endevent2" name="结束"/>
<sequenceFlow id="flow2" name="提交" sourceRef="A1" targetRef="A2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow12" name="退回发起人" sourceRef="A3" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
<exclusiveGateway id="sid-83ADF4A5-C1E9-4E22-803D-EA37AF111A7E"/>
<exclusiveGateway id="sid-D9D7B214-D130-4070-AF80-22029ECF805C"/>
<sequenceFlow id="flow6" name="提交" sourceRef="A4" targetRef="A5">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow8" name="退回发起人" sourceRef="A2" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
<sequenceFlow id="sid-48C11432-6FBB-4657-A7B0-5AA0F9C3D900" name="通过" sourceRef="A5" targetRef="endevent2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==999}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow9" name="退回发起人" sourceRef="A4" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
<sequenceFlow id="sid-C0A72034-8C59-4DCB-B2E0-1AC84315A8BA" name="否决" sourceRef="A5" targetRef="endevent2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow10" name="否决" sourceRef="A3" targetRef="endevent1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow4" name="通过" sourceRef="A3" targetRef="endevent1">
<sequenceFlow id="flow3" name="提交" sourceRef="A2" targetRef="A3">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow3" name="提交" sourceRef="A2" targetRef="A3">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
<sequenceFlow id="sid-B3FC7586-27CA-4E99-8DAD-3067CA07A622" name="提交" sourceRef="A1" targetRef="sid-D9D7B214-D130-4070-AF80-22029ECF805C">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==0}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow6" name="提交" sourceRef="A4" targetRef="A5">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
<sequenceFlow id="flow4" name="通过" sourceRef="A3" targetRef="sid-83ADF4A5-C1E9-4E22-803D-EA37AF111A7E">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==3}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-C0A72034-8C59-4DCB-B2E0-1AC84315A8BA" name="否决" sourceRef="A5" targetRef="endevent2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
<sequenceFlow id="sid-1C2CBC6E-3411-4960-91B7-45C6626B7F8A" name="提交" sourceRef="sid-D9D7B214-D130-4070-AF80-22029ECF805C" targetRef="A3">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${submit==-2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-48C11432-6FBB-4657-A7B0-5AA0F9C3D900" name="通过" sourceRef="A5" targetRef="endevent2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==1}]]></conditionExpression>
<sequenceFlow id="flow2" name="提交" sourceRef="sid-D9D7B214-D130-4070-AF80-22029ECF805C" targetRef="A2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${submit==-1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow13" name="退回发起人" sourceRef="A5" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
<sequenceFlow id="sid-684015C0-A8F4-4915-936A-151CCDB48987" sourceRef="sid-D9D7B214-D130-4070-AF80-22029ECF805C" targetRef="A4">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${submit==-3}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow5" name="提交" sourceRef="A3" targetRef="A4">
<sequenceFlow id="flow5" name="提交" sourceRef="sid-83ADF4A5-C1E9-4E22-803D-EA37AF111A7E" targetRef="A4">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${submit==1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-25FB5262-5015-43AA-B2E8-C90103256178" sourceRef="sid-83ADF4A5-C1E9-4E22-803D-EA37AF111A7E" targetRef="endevent1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${submit==999}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow8" name="退回发起人" sourceRef="A2" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow12" name="退回发起人(修改数据)" sourceRef="A3" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow9" name="退回发起人(修改数据)" sourceRef="A4" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-3}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-A02815ED-F9C4-4EBB-A7A0-EAABDB96103A" name="退回发起人(重新审批)" sourceRef="A3" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-DE99FB25-CD16-41D8-977F-0EDEC2048406" name="退回发起人(重新审批)" sourceRef="A4" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-21CB8859-DD90-4C2F-9B85-E8E27215DF09" sourceRef="sid-D9D7B214-D130-4070-AF80-22029ECF805C" targetRef="A5">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${submit==-4}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-D11A93AB-07CB-44FD-B93C-CCABFA68F654" name="退回发起人(重新审批)" sourceRef="A5" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow13" name="退回发起人(修改数据)" sourceRef="A5" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-4}]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_COMPANY_CUSTOMER_RATING">
<bpmndi:BPMNPlane bpmnElement="COMPANY_CUSTOMER_RATING" id="BPMNPlane_COMPANY_CUSTOMER_RATING">
@ -103,37 +129,76 @@
<bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2">
<omgdc:Bounds height="28.0" width="28.0" x="915.0" y="341.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-83ADF4A5-C1E9-4E22-803D-EA37AF111A7E" id="BPMNShape_sid-83ADF4A5-C1E9-4E22-803D-EA37AF111A7E">
<omgdc:Bounds height="40.0" width="40.0" x="615.0" y="240.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-D9D7B214-D130-4070-AF80-22029ECF805C" id="BPMNShape_sid-D9D7B214-D130-4070-AF80-22029ECF805C">
<omgdc:Bounds height="40.0" width="40.0" x="240.0" y="225.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="772.5" y="394.95000000000005"/>
<omgdi:waypoint x="772.5" y="485.0"/>
<omgdi:waypoint x="157.5" y="485.0"/>
<omgdi:waypoint x="157.5" y="224.0484406626969"/>
<omgdi:waypoint x="157.0" y="485.0"/>
<omgdi:waypoint x="157.43353307957577" y="224.0484406626969"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-DE99FB25-CD16-41D8-977F-0EDEC2048406" id="BPMNEdge_sid-DE99FB25-CD16-41D8-977F-0EDEC2048406" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="499.9999999999999" y="348.6363636363636"/>
<omgdi:waypoint x="222.5" y="315.0"/>
<omgdi:waypoint x="177.33742602568068" y="224.0484406626969"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-B3FC7586-27CA-4E99-8DAD-3067CA07A622" id="BPMNEdge_sid-B3FC7586-27CA-4E99-8DAD-3067CA07A622" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="20.0" flowable:targetDockerY="20.0">
<omgdi:waypoint x="209.9499999999999" y="215.2622141967607"/>
<omgdi:waypoint x="247.44305601515615" y="237.5457799075728"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-1C2CBC6E-3411-4960-91B7-45C6626B7F8A" id="BPMNEdge_sid-1C2CBC6E-3411-4960-91B7-45C6626B7F8A" flowable:sourceDockerX="20.0" flowable:sourceDockerY="20.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="257.9591836734694" y="227.03539823008845"/>
<omgdi:waypoint x="245.0" y="113.0"/>
<omgdi:waypoint x="495.0" y="94.0"/>
<omgdi:waypoint x="526.9723661909916" y="144.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-684015C0-A8F4-4915-936A-151CCDB48987" id="BPMNEdge_sid-684015C0-A8F4-4915-936A-151CCDB48987" flowable:sourceDockerX="20.0" flowable:sourceDockerY="20.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="274.4967026825633" y="250.45217391304354"/>
<omgdi:waypoint x="499.9999999999999" y="335.2564102564102"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-48C11432-6FBB-4657-A7B0-5AA0F9C3D900" id="BPMNEdge_sid-48C11432-6FBB-4657-A7B0-5AA0F9C3D900" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="824.9499999999999" y="355.0"/>
<omgdi:waypoint x="864.5" y="355.0"/>
<omgdi:waypoint x="851.5" y="355.0"/>
<omgdi:waypoint x="915.0" y="355.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-25FB5262-5015-43AA-B2E8-C90103256178" id="BPMNEdge_sid-25FB5262-5015-43AA-B2E8-C90103256178" flowable:sourceDockerX="20.0" flowable:sourceDockerY="20.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="644.8484632616668" y="249.87314612698432"/>
<omgdi:waypoint x="699.22686536105" y="194.08691210490898"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A02815ED-F9C4-4EBB-A7A0-EAABDB96103A" id="BPMNEdge_sid-A02815ED-F9C4-4EBB-A7A0-EAABDB96103A" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="552.5" y="144.09844066269687"/>
<omgdi:waypoint x="552.5" y="16.0"/>
<omgdi:waypoint x="157.5" y="16.0"/>
<omgdi:waypoint x="157.5" y="144.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1" flowable:sourceDockerX="15.0" flowable:sourceDockerY="15.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="61.97187420581508" y="184.09844066269687"/>
<omgdi:waypoint x="105.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="209.9499999999619" y="184.09844066269687"/>
<omgdi:waypoint x="300.0" y="184.09844066269687"/>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2" flowable:sourceDockerX="20.0" flowable:sourceDockerY="20.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="272.0297017055892" y="237.05985133392406"/>
<omgdi:waypoint x="299.99999999999994" y="218.63127079503792"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-21CB8859-DD90-4C2F-9B85-E8E27215DF09" id="BPMNEdge_sid-21CB8859-DD90-4C2F-9B85-E8E27215DF09" flowable:sourceDockerX="20.0" flowable:sourceDockerY="20.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="260.0" y="264.9450643245917"/>
<omgdi:waypoint x="260.0" y="447.0"/>
<omgdi:waypoint x="550.0" y="447.0"/>
<omgdi:waypoint x="719.9999999999999" y="376.687191011236"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="404.95000000000005" y="184.09844066269687"/>
<omgdi:waypoint x="500.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="604.94999999995" y="184.09844066269687"/>
<omgdi:waypoint x="695.0" y="184.09844066269687"/>
<bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="20.0" flowable:targetDockerY="20.0">
<omgdi:waypoint x="595.9207345941911" y="224.0484406626969"/>
<omgdi:waypoint x="624.5816171844783" y="250.41656412287247"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="14.0">
<omgdi:waypoint x="552.5" y="224.0484406626969"/>
<omgdi:waypoint x="552.5" y="315.0"/>
<bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5" flowable:sourceDockerX="20.0" flowable:sourceDockerY="20.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="625.7042253521126" y="270.6774647887324"/>
<omgdi:waypoint x="587.1934210526316" y="315.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="604.95" y="355.0"/>
@ -145,10 +210,16 @@
<omgdi:waypoint x="929.0" y="275.0"/>
<omgdi:waypoint x="929.0" y="341.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-D11A93AB-07CB-44FD-B93C-CCABFA68F654" id="BPMNEdge_sid-D11A93AB-07CB-44FD-B93C-CCABFA68F654" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="732.1551724137931" y="394.95000000000005"/>
<omgdi:waypoint x="655.5" y="471.0"/>
<omgdi:waypoint x="214.5" y="471.0"/>
<omgdi:waypoint x="165.43704295389628" y="224.0484406626969"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="603.5071973955154" y="144.09844066269687"/>
<omgdi:waypoint x="642.0" y="114.0"/>
<omgdi:waypoint x="699.326689310983" y="173.97684030512815"/>
<omgdi:waypoint x="604.95" y="147.71824461089594"/>
<omgdi:waypoint x="645.0" y="120.0"/>
<omgdi:waypoint x="699.1081154618752" y="174.19130988236307"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="352.30934506477934" y="224.0484406626969"/>

101
irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/DEFAULT_CUSTOMER_F.bpmn

@ -0,0 +1,101 @@
<?xml version='1.0' encoding='UTF-8'?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" exporter="Flowable Open Source Modeler" exporterVersion="6.8.0">
<process id="DEFAULT_CUSTOMER_F" name="分支行违约认定流程" isExecutable="true">
<dataObject id="assignment-strategy" name="任务分配策略" itemSubjectRef="xsd:string">
<extensionElements>
<flowable:value>{"A2":"frAssigneeQueryService"}</flowable:value>
</extensionElements>
</dataObject>
<startEvent id="startevent1" name="开始" flowable:formFieldValidation="true"/>
<userTask id="A1" name="客户经理" flowable:assignee="${assignee}" flowable:formFieldValidation="true" flowable:skipExpression="${execution.getVariable('skipFirst')==true}">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<userTask id="A2" name="一级支行违约认定审查岗" flowable:assignee="${assignee}" flowable:candidateGroups="y_defa_approve" flowable:formFieldValidation="true">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:group-info-name-y_defa_approve xmlns:modeler="http://flowable.org/modeler"><![CDATA[一级支行违约认定审查岗]]></modeler:group-info-name-y_defa_approve>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<userTask id="A3" name="一级支行违约认定审批岗" flowable:assignee="${assignee}" flowable:candidateGroups="y_defa_approve2" flowable:formFieldValidation="true">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:group-info-name-y_defa_approve2 xmlns:modeler="http://flowable.org/modeler"><![CDATA[一级支行违约认定审批岗]]></modeler:group-info-name-y_defa_approve2>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<sequenceFlow id="flow1" sourceRef="startevent1" targetRef="A1"/>
<endEvent id="endevent1" name="同意"/>
<endEvent id="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2" name="否决"/>
<sequenceFlow id="sid-DBFDB8F4-F4CC-42B4-969E-27DE6C9AD478" name="退回" sourceRef="A2" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" name="否决" sourceRef="A3" targetRef="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" name="通过" sourceRef="A3" targetRef="endevent1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-96F21917-301D-4D2B-941D-6F6D41699550" name="提交" sourceRef="A2" targetRef="A3">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow2" name="提交" sourceRef="A1" targetRef="A2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_DEFAULT_CUSTOMER_F">
<bpmndi:BPMNPlane bpmnElement="DEFAULT_CUSTOMER_F" id="BPMNPlane_DEFAULT_CUSTOMER_F">
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
<omgdc:Bounds height="30.0" width="30.0" x="32.02187570282153" y="169.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A1" id="BPMNShape_A1">
<omgdc:Bounds height="80.0" width="105.0" x="105.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A2" id="BPMNShape_A2">
<omgdc:Bounds height="80.0" width="105.0" x="300.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A3" id="BPMNShape_A3">
<omgdc:Bounds height="80.0" width="105.0" x="495.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
<omgdc:Bounds height="28.0" width="28.0" x="720.0" y="170.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2" id="BPMNShape_sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2">
<omgdc:Bounds height="28.0" width="28.0" x="720.0" y="300.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1" flowable:sourceDockerX="15.0" flowable:sourceDockerY="15.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="61.97187420581508" y="184.09844066269687"/>
<omgdi:waypoint x="105.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="209.9499999999619" y="184.09844066269687"/>
<omgdi:waypoint x="300.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" id="BPMNEdge_sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="547.2097308073669" y="224.0484406626969"/>
<omgdi:waypoint x="547.0" y="253.0"/>
<omgdi:waypoint x="734.0" y="253.0"/>
<omgdi:waypoint x="734.0" y="300.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-96F21917-301D-4D2B-941D-6F6D41699550" id="BPMNEdge_sid-96F21917-301D-4D2B-941D-6F6D41699550" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="404.95000000000005" y="184.09844066269687"/>
<omgdi:waypoint x="494.9999999999545" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-DBFDB8F4-F4CC-42B4-969E-27DE6C9AD478" id="BPMNEdge_sid-DBFDB8F4-F4CC-42B4-969E-27DE6C9AD478" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="352.3331964979393" y="224.0484406626969"/>
<omgdi:waypoint x="352.0" y="304.0"/>
<omgdi:waypoint x="157.0" y="304.0"/>
<omgdi:waypoint x="157.3331964979393" y="224.0484406626969"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" id="BPMNEdge_sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="599.95" y="184.09844066269687"/>
<omgdi:waypoint x="720.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>

100
irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/REBIRTH_CUSTOMER_F.bpmn

@ -0,0 +1,100 @@
<?xml version='1.0' encoding='UTF-8'?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" exporter="Flowable Open Source Modeler" exporterVersion="6.8.0">
<process id="REBIRTH_CUSTOMER_F" name="分支行违约重生流程" isExecutable="true">
<dataObject id="assignment-strategy" name="任务分配策略" itemSubjectRef="xsd:string">
<extensionElements>
<flowable:value>{"A2":"frAssigneeQueryService"}</flowable:value>
</extensionElements>
</dataObject>
<startEvent id="startevent1" name="开始" flowable:formFieldValidation="true"/>
<userTask id="A1" name="客户经理" flowable:assignee="${assignee}" flowable:formFieldValidation="true" flowable:skipExpression="${execution.getVariable('skipFirst')==true}">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<userTask id="A2" name="一级支行违约重生审查岗" flowable:assignee="${assignee}" flowable:candidateGroups="y_rebirth_approve" flowable:formFieldValidation="true">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:group-info-name-y_rebirth_approve xmlns:modeler="http://flowable.org/modeler"><![CDATA[一级支行违约重生审查岗]]></modeler:group-info-name-y_rebirth_approve>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<userTask id="A3" name="一级支行违约重生审批岗" flowable:assignee="${assignee}" flowable:candidateGroups="y_rebirth_approve2" flowable:formFieldValidation="true">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:group-info-name-y_rebirth_approve2 xmlns:modeler="http://flowable.org/modeler"><![CDATA[一级支行违约重生审批岗]]></modeler:group-info-name-y_rebirth_approve2>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<sequenceFlow id="flow1" sourceRef="startevent1" targetRef="A1"/>
<endEvent id="endevent1" name="同意"/>
<endEvent id="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2" name="否决"/>
<sequenceFlow id="flow2" name="提交" sourceRef="A1" targetRef="A2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-96F21917-301D-4D2B-941D-6F6D41699550" name="提交" sourceRef="A2" targetRef="A3">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" name="通过" sourceRef="A3" targetRef="endevent1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" name="否决" sourceRef="A3" targetRef="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-472D8758-83F7-44A1-A551-266AEBBF189A" name="否决" sourceRef="A2" targetRef="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_REBIRTH_CUSTOMER_F">
<bpmndi:BPMNPlane bpmnElement="REBIRTH_CUSTOMER_F" id="BPMNPlane_REBIRTH_CUSTOMER_F">
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
<omgdc:Bounds height="30.0" width="30.0" x="32.02187570282153" y="169.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A1" id="BPMNShape_A1">
<omgdc:Bounds height="80.0" width="105.0" x="105.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A2" id="BPMNShape_A2">
<omgdc:Bounds height="80.0" width="105.0" x="300.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A3" id="BPMNShape_A3">
<omgdc:Bounds height="80.0" width="105.0" x="495.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
<omgdc:Bounds height="28.0" width="28.0" x="720.0" y="170.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2" id="BPMNShape_sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2">
<omgdc:Bounds height="28.0" width="28.0" x="720.0" y="300.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="sid-472D8758-83F7-44A1-A551-266AEBBF189A" id="BPMNEdge_sid-472D8758-83F7-44A1-A551-266AEBBF189A" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="352.34603726004497" y="224.0484406626969"/>
<omgdi:waypoint x="352.0" y="314.0"/>
<omgdi:waypoint x="720.0" y="314.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1" flowable:sourceDockerX="15.0" flowable:sourceDockerY="15.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="61.97187420581508" y="184.09844066269687"/>
<omgdi:waypoint x="105.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="209.9499999999619" y="184.09844066269687"/>
<omgdi:waypoint x="300.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" id="BPMNEdge_sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="547.2097308073669" y="224.0484406626969"/>
<omgdi:waypoint x="547.0" y="253.0"/>
<omgdi:waypoint x="734.0" y="253.0"/>
<omgdi:waypoint x="734.0" y="300.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-96F21917-301D-4D2B-941D-6F6D41699550" id="BPMNEdge_sid-96F21917-301D-4D2B-941D-6F6D41699550" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="404.95000000000005" y="184.09844066269687"/>
<omgdi:waypoint x="494.9999999999545" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" id="BPMNEdge_sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="599.95" y="184.09844066269687"/>
<omgdi:waypoint x="720.0" y="184.09844066269687"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>

101
irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/RISK_EXPOSURE_FLOW.bpmn

@ -0,0 +1,101 @@
<?xml version='1.0' encoding='UTF-8'?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" exporter="Flowable Open Source Modeler" exporterVersion="6.8.0">
<process id="RISK_EXPOSURE_FLOW" name="风险暴露流程分类" isExecutable="true">
<dataObject id="assignment-strategy" name="任务分配策略" itemSubjectRef="xsd:string">
<extensionElements>
<flowable:value>{"A2":"frAssigneeQueryService"}</flowable:value>
</extensionElements>
</dataObject>
<startEvent id="startevent1" name="开始" flowable:formFieldValidation="true"/>
<userTask id="A1" name="客户经理" flowable:assignee="${assignee}" flowable:formFieldValidation="true" flowable:skipExpression="${execution.getVariable('skipFirst')==true}">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<userTask id="A2" name="一级支行违约认定审查岗" flowable:assignee="${assignee}" flowable:candidateGroups="y_defa_approve" flowable:formFieldValidation="true">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:group-info-name-y_defa_approve xmlns:modeler="http://flowable.org/modeler"><![CDATA[一级支行违约认定审查岗]]></modeler:group-info-name-y_defa_approve>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<userTask id="A3" name="一级支行违约认定审批岗" flowable:assignee="${assignee}" flowable:candidateGroups="y_defa_approve2" flowable:formFieldValidation="true">
<documentation>${desc}</documentation>
<extensionElements>
<modeler:group-info-name-y_defa_approve2 xmlns:modeler="http://flowable.org/modeler"><![CDATA[一级支行违约认定审批岗]]></modeler:group-info-name-y_defa_approve2>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<sequenceFlow id="flow1" sourceRef="startevent1" targetRef="A1"/>
<endEvent id="endevent1" name="同意"/>
<endEvent id="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2" name="否决"/>
<sequenceFlow id="sid-DBFDB8F4-F4CC-42B4-969E-27DE6C9AD478" name="退回" sourceRef="A2" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" name="否决" sourceRef="A3" targetRef="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" name="通过" sourceRef="A3" targetRef="endevent1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-96F21917-301D-4D2B-941D-6F6D41699550" name="提交" sourceRef="A2" targetRef="A3">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow2" name="提交" sourceRef="A1" targetRef="A2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_RISK_EXPOSURE_FLOW">
<bpmndi:BPMNPlane bpmnElement="RISK_EXPOSURE_FLOW" id="BPMNPlane_RISK_EXPOSURE_FLOW">
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
<omgdc:Bounds height="30.0" width="30.0" x="32.02187570282153" y="169.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A1" id="BPMNShape_A1">
<omgdc:Bounds height="80.0" width="105.0" x="105.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A2" id="BPMNShape_A2">
<omgdc:Bounds height="80.0" width="105.0" x="300.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A3" id="BPMNShape_A3">
<omgdc:Bounds height="80.0" width="105.0" x="495.0" y="144.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
<omgdc:Bounds height="28.0" width="28.0" x="720.0" y="170.09844066269687"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2" id="BPMNShape_sid-CD21ADC0-A42C-4BAF-B796-B18E9B997AA2">
<omgdc:Bounds height="28.0" width="28.0" x="720.0" y="300.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1" flowable:sourceDockerX="15.0" flowable:sourceDockerY="15.0" flowable:targetDockerX="52.0" flowable:targetDockerY="40.0">
<omgdi:waypoint x="61.0" y="184.0"/>
<omgdi:waypoint x="105.0" y="184.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2" flowable:sourceDockerX="52.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.0" flowable:targetDockerY="40.0">
<omgdi:waypoint x="209.0" y="184.0"/>
<omgdi:waypoint x="300.0" y="184.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" id="BPMNEdge_sid-B1F31A14-650E-4E6F-AC5F-E59C642FB699" flowable:sourceDockerX="52.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="547.0" y="224.0"/>
<omgdi:waypoint x="547.0" y="253.0"/>
<omgdi:waypoint x="734.0" y="253.0"/>
<omgdi:waypoint x="734.0" y="300.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-96F21917-301D-4D2B-941D-6F6D41699550" id="BPMNEdge_sid-96F21917-301D-4D2B-941D-6F6D41699550" flowable:sourceDockerX="52.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.0" flowable:targetDockerY="40.0">
<omgdi:waypoint x="404.0" y="184.0"/>
<omgdi:waypoint x="494.0" y="184.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-DBFDB8F4-F4CC-42B4-969E-27DE6C9AD478" id="BPMNEdge_sid-DBFDB8F4-F4CC-42B4-969E-27DE6C9AD478" flowable:sourceDockerX="52.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.0" flowable:targetDockerY="40.0">
<omgdi:waypoint x="352.0" y="224.0"/>
<omgdi:waypoint x="352.0" y="304.0"/>
<omgdi:waypoint x="157.0" y="304.0"/>
<omgdi:waypoint x="157.0" y="224.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" id="BPMNEdge_sid-BAB02F50-F776-4C87-9EA2-E158E566EDF5" flowable:sourceDockerX="52.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="599.0" y="184.0"/>
<omgdi:waypoint x="720.0" y="184.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>

79
irbs.cust.rating/src/main/resources/workflow/irbs/cust/rating/SAMPLE.bpmn

@ -0,0 +1,79 @@
<?xml version='1.0' encoding='UTF-8'?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" exporter="Flowable Open Source Modeler" exporterVersion="6.8.0">
<process id="SAMPLE" name="示例流程" isExecutable="true">
<extensionElements>
<flowable:executionListener event="end" delegateExpression="${ruleEngineResourceDeployComplementListener}"/>
</extensionElements>
<startEvent id="startevent1" name="Start" flowable:formFieldValidation="true"/>
<endEvent id="endevent1" name="通过"/>
<userTask id="A2" name="审批" flowable:assignee="${assignee}" flowable:candidateGroups="admin" flowable:formFieldValidation="true">
<extensionElements>
<modeler:group-info-name-admin xmlns:modeler="http://flowable.org/modeler"><![CDATA[系统管理员]]></modeler:group-info-name-admin>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<sequenceFlow id="flow1" sourceRef="startevent1" targetRef="A1"/>
<userTask id="A1" name="提交" flowable:assignee="${assignee}" flowable:candidateGroups="admin" flowable:formFieldValidation="true" flowable:skipExpression="${execution.getVariable('skipFirst')==true}">
<extensionElements>
<modeler:group-info-name-admin xmlns:modeler="http://flowable.org/modeler"><![CDATA[系统管理员]]></modeler:group-info-name-admin>
<modeler:activiti-idm-candidate-group xmlns:modeler="http://flowable.org/modeler"><![CDATA[true]]></modeler:activiti-idm-candidate-group>
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
</extensionElements>
</userTask>
<endEvent id="sid-A71F005E-5443-454A-AEA3-B39EB898CF2C" name="拒绝"/>
<sequenceFlow id="sid-DFC55ACA-3CA7-4F71-963C-659BDD7EF379" name="否决" sourceRef="A2" targetRef="sid-A71F005E-5443-454A-AEA3-B39EB898CF2C">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==2}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-7727ADC3-E654-4ADD-894A-6D6AF2130C3E" name="同意" sourceRef="A2" targetRef="endevent1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==1}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="flow2" name="提交" sourceRef="A1" targetRef="A2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==6}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="sid-E0E2165C-BE27-4B8F-9B06-7834E561A053" name="退回" sourceRef="A2" targetRef="A1">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${goback==-1}]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_SAMPLE">
<bpmndi:BPMNPlane bpmnElement="SAMPLE" id="BPMNPlane_SAMPLE">
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
<omgdc:Bounds height="30.0" width="30.0" x="99.51093785141074" y="100.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
<omgdc:Bounds height="28.0" width="28.0" x="495.0" y="101.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A2" id="BPMNShape_A2">
<omgdc:Bounds height="80.0" width="105.0" x="345.0" y="75.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="A1" id="BPMNShape_A1">
<omgdc:Bounds height="80.0" width="105.0" x="172.4890621485892" y="75.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-A71F005E-5443-454A-AEA3-B39EB898CF2C" id="BPMNShape_sid-A71F005E-5443-454A-AEA3-B39EB898CF2C">
<omgdc:Bounds height="28.0" width="28.0" x="494.9999963119626" y="209.99999843537807"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="sid-E0E2165C-BE27-4B8F-9B06-7834E561A053" id="BPMNEdge_sid-E0E2165C-BE27-4B8F-9B06-7834E561A053" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="397.2260273972603" y="75.0"/>
<omgdi:waypoint x="397.0" y="42.0"/>
<omgdi:waypoint x="224.0" y="42.0"/>
<omgdi:waypoint x="224.44711028634853" y="75.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1" flowable:sourceDockerX="15.0" flowable:sourceDockerY="15.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="129.46093635440428" y="115.0"/>
<omgdi:waypoint x="172.48906214857433" y="115.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="52.5" flowable:targetDockerY="40.0">
<omgdi:waypoint x="277.4390621485892" y="115.0"/>
<omgdi:waypoint x="344.99999999998187" y="115.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-7727ADC3-E654-4ADD-894A-6D6AF2130C3E" id="BPMNEdge_sid-7727ADC3-E654-4ADD-894A-6D6AF2130C3E" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="449.95000000000005" y="115.0"/>
<omgdi:waypoint x="495.0" y="115.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-DFC55ACA-3CA7-4F71-963C-659BDD7EF379" id="BPMNEdge_sid-DFC55ACA-3CA7-4F71-963C-659BDD7EF379" flowable:sourceDockerX="52.5" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
<omgdi:waypoint x="438.3658635176757" y="154.95"/>
<omgdi:waypoint x="498.98839166271546" y="214.21336792683616"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>

2
irbs.defaultManager/build.gradle

@ -2,7 +2,7 @@ dependencies {
api(
"io.sc:io.sc.platform.mvc:${platform_version}",
"io.sc:io.sc.platform.flowable:${platform_version}",
"io.sc:io.sc.platform.page.config:${rwa_version}",
"io.sc:io.sc.platform.scheduler.core:${platform_version}",
"io.sc:io.sc.platform.lcdp:${platform_version}"
)
}

2
irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultAutoBatchServiceImpl.java

@ -1,6 +1,5 @@
package irbs.defaultManager.service.impl;
import io.sc.platform.core.util.StringUtil;
import io.sc.platform.jdbc.DatabaseType;
import io.sc.platform.orm.service.support.OperatorType;
import io.sc.platform.orm.service.support.QueryParameter;
@ -8,6 +7,7 @@ import io.sc.platform.orm.service.support.criteria.Criteria;
import io.sc.platform.orm.service.support.criteria.impl.Equals;
import io.sc.platform.scheduler.core.JobHandler;
import io.sc.platform.scheduler.core.vo.Task;
import io.sc.platform.util.StringUtil;
import irbs.defaultManager.enums.*;
import irbs.defaultManager.jpa.entity.DefaultAutoDebt;
import irbs.defaultManager.jpa.entity.DefaultAutoRule;

26
irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultAutoRuleServiceImpl.java

@ -1,32 +1,12 @@
package irbs.defaultManager.service.impl;
import io.sc.platform.flowable.controller.support.ProcessProperties;
import io.sc.platform.flowable.service.ProcessQueryService;
import io.sc.platform.flowable.support.ProcessTaskWrapper;
import io.sc.platform.orm.service.impl.DaoServiceImpl;
import io.sc.platform.orm.service.support.QueryParameter;
import io.sc.platform.orm.util.EntityVoUtil;
import io.sc.platform.page.config.service.JdbcTemplateService;
import io.sc.platform.security.util.SecurityUtil;
import irbs.defaultManager.constant.DefaultConstant;
import irbs.defaultManager.enums.DefaultCustomerLogOperate;
import irbs.defaultManager.enums.DefaultEventItemStatus;
import irbs.defaultManager.enums.DefaultProcessStatus;
import irbs.defaultManager.jpa.entity.*;
import irbs.defaultManager.jpa.repository.*;
import irbs.defaultManager.jpa.vo.DefaultCognizanceVo;
import irbs.defaultManager.jpa.entity.DefaultAutoRule;
import irbs.defaultManager.jpa.repository.DefaultAutoRuleRepository;
import irbs.defaultManager.service.DefaultAutoRuleService;
import irbs.defaultManager.service.DefaultCognizanceService;
import irbs.defaultManager.service.DefaultStatusService;
import org.flowable.engine.ProcessEngine;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;
import org.springframework.stereotype.Service;
import java.util.*;
import java.util.stream.Collectors;
import java.util.List;
@Service("defaultAutoRuleService")
public class DefaultAutoRuleServiceImpl extends DaoServiceImpl<DefaultAutoRule, String, DefaultAutoRuleRepository> implements DefaultAutoRuleService {

2
irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultCognizanceServiceImpl.java

@ -3,10 +3,10 @@ package irbs.defaultManager.service.impl;
import io.sc.platform.flowable.controller.support.ProcessProperties;
import io.sc.platform.flowable.service.ProcessQueryService;
import io.sc.platform.flowable.support.ProcessTaskWrapper;
import io.sc.platform.lcdp.form.service.JdbcTemplateService;
import io.sc.platform.orm.service.impl.DaoServiceImpl;
import io.sc.platform.orm.service.support.QueryParameter;
import io.sc.platform.orm.util.EntityVoUtil;
import io.sc.platform.page.config.service.JdbcTemplateService;
import io.sc.platform.security.util.SecurityUtil;
import irbs.defaultManager.constant.DefaultConstant;
import irbs.defaultManager.enums.DefaultCustomerLogOperate;

2
irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/DefaultRebirthServiceImpl.java

@ -4,10 +4,10 @@ import io.sc.platform.flowable.controller.support.ProcessProperties;
import io.sc.platform.flowable.service.ProcessQueryService;
import io.sc.platform.flowable.support.ProcessTaskWrapper;
import io.sc.platform.jdbc.sql.condition.Condition;
import io.sc.platform.lcdp.form.service.JdbcTemplateService;
import io.sc.platform.orm.service.impl.DaoServiceImpl;
import io.sc.platform.orm.service.support.QueryParameter;
import io.sc.platform.orm.util.EntityVoUtil;
import io.sc.platform.page.config.service.JdbcTemplateService;
import io.sc.platform.security.util.SecurityUtil;
import irbs.defaultManager.constant.DefaultConstant;
import irbs.defaultManager.enums.DefaultCustomerLogOperate;

2
irbs.defaultManager/src/main/java/irbs/defaultManager/service/impl/RebirthAutoBatchServiceImpl.java

@ -1,6 +1,5 @@
package irbs.defaultManager.service.impl;
import io.sc.platform.core.util.StringUtil;
import io.sc.platform.mvc.service.SystemParameterService;
import io.sc.platform.orm.service.support.OperatorType;
import io.sc.platform.orm.service.support.QueryParameter;
@ -8,6 +7,7 @@ import io.sc.platform.orm.service.support.criteria.Criteria;
import io.sc.platform.orm.service.support.criteria.impl.Equals;
import io.sc.platform.scheduler.core.JobHandler;
import io.sc.platform.scheduler.core.vo.Task;
import io.sc.platform.util.StringUtil;
import irbs.defaultManager.enums.*;
import irbs.defaultManager.jpa.entity.DefaultAutoDebt;
import irbs.defaultManager.jpa.entity.DefaultAutoRule;

8
irbs.defaultManager/src/main/java/irbs/defaultManager/utils/DateUtil.java

@ -14,7 +14,7 @@ public class DateUtil {
if(dtStr != null){
dtStr = dtStr.replaceAll("[-./年月日]","");
try {
return io.sc.platform.core.util.DateUtil.parseDate(dtStr, "yyyyMMdd");
return io.sc.platform.util.DateUtil.parseDate(dtStr, "yyyyMMdd");
} catch (ParseException e) {
e.printStackTrace();
}
@ -29,7 +29,7 @@ public class DateUtil {
dtStr = dtStr.substring(0,4) + "-" + dtStr.substring(4,6) + "-" + dtStr.substring(6);
}
try {
return io.sc.platform.core.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd");
return io.sc.platform.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd");
} catch (ParseException e) {
e.printStackTrace();
}
@ -44,7 +44,7 @@ public class DateUtil {
dtStr = dtStr.substring(0,4) + "-" + dtStr.substring(4,6) + "-" + dtStr.substring(6);
}
try {
return io.sc.platform.core.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd HH:mm:ss");
return io.sc.platform.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd HH:mm:ss");
} catch (ParseException e) {
e.printStackTrace();
}
@ -54,7 +54,7 @@ public class DateUtil {
public static String toString(Date dt, String format){
if(dt != null){
return io.sc.platform.core.util.DateUtil.formatDate(dt, format);
return io.sc.platform.util.DateUtil.formatDate(dt, format);
}
return null;
}

3
irbs.defaultManager/src/main/java/irbs/defaultManager/utils/RptSqlFormat.java

@ -1,6 +1,7 @@
package irbs.defaultManager.utils;
import io.sc.platform.core.util.StringUtil;
import io.sc.platform.util.StringUtil;
import java.util.Map;

17
irbs.feature/src/main/java/irbs/feature/service/impl/CustFeatureCalcBatchServiceImpl.java

@ -4,15 +4,12 @@ import io.sc.engine.rule.client.Executor;
import io.sc.engine.rule.client.runtime.impl.groovy.GroovyScriptEngineService;
import io.sc.engine.rule.client.runtime.impl.groovy.GroovyScriptEngineServiceImpl;
import io.sc.engine.rule.client.spring.service.ExecutorFactoryService;
import io.sc.engine.rule.core.ParameterResult;
import io.sc.engine.rule.core.ResourceResult;
import io.sc.engine.rule.core.code.ExecuteUnit;
import io.sc.engine.rule.core.code.SourceCode;
import io.sc.engine.rule.core.code.impl.GroovySourceCodeGenerator;
import io.sc.engine.rule.core.code.impl.support.ParameterResult;
import io.sc.engine.rule.core.code.impl.support.ResourceResult;
import io.sc.engine.rule.core.code.impl.support.ResourceWrapper;
import io.sc.engine.rule.core.po.dictionary.UserDefinedJavaClassDictionary;
import io.sc.engine.rule.server.dictionary.entity.UserDefinedJavaClassDictionaryEntity;
import io.sc.engine.rule.core.code.generator.GroovySourceCodeGenerator;
import io.sc.engine.rule.server.dictionary.entity.UserDefinedJavaClassFieldEntity;
import io.sc.engine.rule.server.dictionary.repository.UserDefinedJavaClassFieldRepository;
import io.sc.engine.rule.server.dictionary.service.UserDefinedJavaClassFieldService;
import io.sc.platform.jdbc.DatabaseType;
import io.sc.platform.orm.service.support.OperatorType;
@ -73,8 +70,8 @@ public class CustFeatureCalcBatchServiceImpl implements CustFeatureCalcBatchServ
DatabaseType type = DatabaseType.fromMetaData(dataSource);
String dbType = type.getProductName();
Executor executor =executorFactoryService.getExecutor();
ResourceWrapper resourceWrapper =executor.getLoader().getResourceByCode(SHRCB_LIB_CODE,null);
SourceCode groovySourceCode =new GroovySourceCodeGenerator().generateSourceCodeByCode(SHRCB_LIB_CODE,null,resourceWrapper);
ExecuteUnit resourceWrapper =executor.getLoader().load(SHRCB_LIB_CODE,null);
SourceCode groovySourceCode =new GroovySourceCodeGenerator().generate(SHRCB_LIB_CODE,null,resourceWrapper);
int i = 1;
BatchSqlUpdate bsu = null;
for(Map<String, Object> map : list){
@ -513,7 +510,7 @@ public class CustFeatureCalcBatchServiceImpl implements CustFeatureCalcBatchServ
}
}
Executor executor = executorFactoryService.getExecutor();
ResourceResult result = executor.executeByCode("QYCW_ZB",null,kiMap);
ResourceResult result = executor.executeByCode("QYCW_ZB", null, kiMap);
if(result != null && !CollectionUtils.isEmpty(result.getData())) {
List<ParameterResult> results = result.getData();
List<CustFeatureRet> res = new ArrayList<>();

8
irbs.feature/src/main/java/irbs/feature/utils/DateUtil.java

@ -10,7 +10,7 @@ public class DateUtil {
if(dtStr != null){
dtStr = dtStr.replaceAll("[-./年月日]","");
try {
return io.sc.platform.core.util.DateUtil.parseDate(dtStr, "yyyyMMdd");
return io.sc.platform.util.DateUtil.parseDate(dtStr, "yyyyMMdd");
} catch (ParseException e) {
e.printStackTrace();
}
@ -25,7 +25,7 @@ public class DateUtil {
dtStr = dtStr.substring(0,4) + "-" + dtStr.substring(4,6) + "-" + dtStr.substring(6);
}
try {
return io.sc.platform.core.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd");
return io.sc.platform.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd");
} catch (ParseException e) {
e.printStackTrace();
}
@ -40,7 +40,7 @@ public class DateUtil {
dtStr = dtStr.substring(0,4) + "-" + dtStr.substring(4,6) + "-" + dtStr.substring(6);
}
try {
return io.sc.platform.core.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd HH:mm:ss");
return io.sc.platform.util.DateUtil.parseDate(dtStr, "yyyy-MM-dd HH:mm:ss");
} catch (ParseException e) {
e.printStackTrace();
}
@ -50,7 +50,7 @@ public class DateUtil {
public static String toString(Date dt, String format){
if(dt != null){
return io.sc.platform.core.util.DateUtil.formatDate(dt, format);
return io.sc.platform.util.DateUtil.formatDate(dt, format);
}
return null;
}

142
irbs.frontend/package.json

@ -7,11 +7,11 @@
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm -rf ./node_modules && rm -rf pnpm-lock.yaml",
"clean": "platform clean dist ./node_modules ./pnpm-lock.yaml ./package-lock.json",
"dev": "nodemon",
"serve": "node ./util-components-generator.cjs && cross-env NODE_ENV=development webpack serve --config webpack.env.serve.cjs",
"build": "node ./util-components-generator.cjs && cross-env NODE_ENV=development webpack --config webpack.env.build.cjs",
"prod": "node ./util-components-generator.cjs && cross-env NODE_ENV=production webpack --config webpack.env.prod.cjs",
"prod": "node ./util-components-generator.cjs && cross-env NODE_ENV=production webpack --config webpack.env.prod.cjs",
"sync": "platform sync"
},
"engines": {
@ -23,95 +23,103 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/plugin-transform-class-properties": "7.24.7",
"@babel/plugin-transform-object-rest-spread": "7.24.7",
"@quasar/app-webpack": "3.13.2",
"@babel/core": "7.26.0",
"@babel/plugin-transform-class-properties": "7.25.9",
"@babel/plugin-transform-object-rest-spread": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@quasar/app-webpack": "4.0.0-rc.4",
"@quasar/cli": "2.4.1",
"@types/mockjs": "1.0.10",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vue/compiler-sfc": "3.4.31",
"@types/node": "22.10.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vue/babel-plugin-jsx": "1.2.5",
"@vue/compiler-sfc": "3.5.13",
"@vuepress/bundler-webpack": "2.0.0-rc.15",
"@vuepress/theme-default": "2.0.0-rc.49",
"@webpack-cli/serve": "2.0.5",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"eslint": "8.56.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.27.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.31.0",
"eslint-webpack-plugin": "4.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"json5": "2.2.3",
"mini-css-extract-plugin": "2.9.0",
"nodemon": "3.1.4",
"postcss": "8.4.39",
"mini-css-extract-plugin": "2.9.2",
"nodemon": "3.1.7",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"postcss-preset-env": "9.6.0",
"prettier": "3.3.2",
"sass": "1.77.6",
"sass-loader": "14.2.1",
"typescript": "5.5.3",
"postcss-preset-env": "10.1.1",
"prettier": "3.4.1",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"tailwindcss": "3.4.15",
"typescript": "5.5.4",
"vue-loader": "17.4.2",
"webpack": "5.92.1",
"vuepress": "2.0.0-rc.15",
"webpack": "5.96.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "6.0.1",
"@vue/babel-plugin-jsx": "1.2.2"
"webpack-dev-server": "5.1.0",
"webpack-merge": "6.0.1"
},
"dependencies": {
"@quasar/extras": "1.16.12",
"@vueuse/core": "10.11.0",
"axios": "1.7.2",
"dayjs": "1.11.11",
"echarts": "5.5.1",
"exceljs": "4.4.0",
"file-saver": "2.0.5",
"luckyexcel": "1.0.1",
"mockjs": "1.1.0",
"pinia": "2.1.7",
"platform-core": "8.1.287",
"quasar": "2.15.4",
"tailwindcss": "3.4.4",
"vue": "3.4.31",
"vue-dompurify-html": "5.1.0",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0",
"lodash": "4.17.21",
"@codemirror/autocomplete": "6.17.0",
"@codemirror/commands": "6.6.0",
"@codemirror/autocomplete": "6.18.3",
"@codemirror/commands": "6.7.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-sql": "6.7.0",
"@codemirror/lang-sql": "6.8.0",
"@codemirror/lang-xml": "6.1.0",
"@codemirror/language": "6.10.2",
"@codemirror/search": "6.5.6",
"@codemirror/language": "6.10.4",
"@codemirror/search": "6.5.8",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.28.4",
"@codemirror/view": "6.35.0",
"@maxgraph/core": "0.13.1",
"@quasar/extras": "1.16.13",
"@univerjs/core": "0.5.0",
"@univerjs/design": "0.5.0",
"@univerjs/docs": "0.5.0",
"@univerjs/docs-ui": "0.5.0",
"@univerjs/engine-formula": "0.5.0",
"@univerjs/engine-render": "0.5.0",
"@univerjs/facade": "0.5.0",
"@univerjs/sheets": "0.5.0",
"@univerjs/sheets-formula": "0.5.0",
"@univerjs/sheets-ui": "0.5.0",
"@univerjs/thread-comment": "0.5.0",
"@univerjs/ui": "0.5.0",
"@vueuse/core": "11.3.0",
"axios": "1.7.8",
"codemirror": "6.0.1",
"dayjs": "1.11.13",
"echarts": "5.5.1",
"exceljs": "4.4.0",
"file-saver": "2.0.5",
"lodash": "4.17.21",
"luckyexcel": "1.0.1",
"mockjs": "1.1.0",
"node-sql-parser": "5.3.4",
"pinia": "2.2.6",
"platform-core": "8.2.32",
"quasar": "2.17.4",
"sort-array": "5.0.0",
"svg-path-commander": "2.1.5",
"tailwindcss": "3.4.4",
"vue": "3.5.13",
"vue-codemirror6": "1.2.0",
"@maxgraph/core": "0.12.0",
"@univerjs/core": "0.2.0",
"@univerjs/design": "0.2.0",
"@univerjs/docs": "0.2.0",
"@univerjs/docs-ui": "0.2.0",
"@univerjs/engine-formula": "0.2.0",
"@univerjs/engine-render": "0.2.0",
"@univerjs/facade": "0.2.0",
"@univerjs/sheets": "0.2.0",
"@univerjs/sheets-formula": "0.2.0",
"@univerjs/sheets-ui": "0.2.0",
"@univerjs/ui": "0.2.0",
"vue-dompurify-html": "5.2.0",
"vue-i18n": "10.0.4",
"vue-router": "4.5.0",
"xml-formatter": "3.6.3"
}
}
}

1
irbs.frontend/src/i18n/messages.json

@ -60,6 +60,7 @@
"menu.irbs.report.rptModelMonitorStable": "ModelMonitorStable",
"menu.irbs.report.rptModelMonitorBinomialCheck": "ModelMonitorBinomialCheck",
"menu.irbs.config.headApprConf": "HeadApprConf",
"menu.irbs.config.defaultAutoRule": "DefaultAutoRule",
"menu.irbs.config.riskExposureRule": "RiskExposureRule",
"menu.irbs.config.debtRatingProdRecRate": "ProductRecRate",

1
irbs.frontend/src/i18n/messages_tw_CN.json

@ -56,6 +56,7 @@
"menu.irbs.report.rptModelMonitorStable": "模型稳定性监控报表",
"menu.irbs.report.rptModelMonitorBinomialCheck": "模型审慎性监控报表",
"menu.irbs.config.headApprConf": "总行审批客户配置",
"menu.irbs.config.defaultAutoRule": "自动违约认定规则",
"menu.irbs.config.riskExposureRule": "风险暴露分类规则",
"menu.irbs.config.debtRatingProdRecRate": "产品基准回收率",

1
irbs.frontend/src/i18n/messages_zh_CN.json

@ -56,6 +56,7 @@
"menu.irbs.report.rptModelMonitorStable": "模型稳定性监控报表",
"menu.irbs.report.rptModelMonitorBinomialCheck": "模型审慎性监控报表",
"menu.irbs.config.headApprConf": "总行审批客户配置",
"menu.irbs.config.defaultAutoRule": "自动违约认定规则",
"menu.irbs.config.riskExposureRule": "风险暴露分类规则",
"menu.irbs.config.debtRatingProdRecRate": "产品基准回收率",

5
irbs.frontend/src/menus/menus.json

@ -65,6 +65,9 @@
/*/*/
{"type":"ROUTE", "order":700, "parentId":"menu.irbs.query", "id":"menu.irbs.query.shrcbCorpCustFeature", "titleI18nKey":"menu.irbs.query.shrcbCorpCustFeature", "icon":"bi-file-earmark-ruled-fill", "routeName":"route.sys.comm.page", "routeQuery": {"id": "1a50a840-0e62-41b5-b952-9bd77a3775c2"}},
{"type":"GROUP", "order":700, "parentId":"menu.irbs", "id":"menu.irbs.config", "titleI18nKey":"menu.irbs.config", "icon":"display_settings"},
/*/*/
/*/*/
{"type":"ROUTE", "order":1, "parentId":"menu.irbs.config", "id":"menu.irbs.config.headApprConf", "titleI18nKey":"menu.irbs.config.headApprConf", "icon":"eva-image-2", "routeName":"route.irbs.config.headApprConf" },
/*/*/
{"type":"ROUTE", "order":100, "parentId":"menu.irbs.config", "id":"menu.irbs.config.ratingAdjustment", "titleI18nKey":"menu.irbs.config.ratingAdjustment", "icon":"eva-map", "routeName":"route.sys.comm.page", "routeQuery": {"id": "9a803997-ee15-47cc-bed2-872ec92be17e"}},
/*/*/
@ -83,7 +86,7 @@
{"type":"ROUTE", "order":600, "parentId":"menu.irbs.config", "id":"menu.irbs.config.debtRatingAdjRate", "titleI18nKey":"menu.irbs.config.debtRatingAdjRate", "icon":"eva-file-text", "routeName":"route.sys.comm.page", "routeQuery": {"id": "d2b29ad7-5f84-4c94-bdca-bb6dac4434fa"}},
/*/-*/
{"type":"ROUTE", "order":700, "parentId":"menu.irbs.config", "id":"menu.irbs.config.pledgeRecRate", "titleI18nKey":"menu.irbs.config.pledgeRecRate", "icon":"eva-grid-outline", "routeName":"route.sys.comm.page", "routeQuery": {"id": "16ecfd08-371c-4d05-9e3a-9ab77b1fd748"}},
{"type":"ROUTE", "order":800, "parentId":"menu.irbs.config", "id":"menu.irbs.config.mainScale", "titleI18nKey":"menu.irbs.config.mainScale", "icon":"sym_o_account_balance_wallet", "routeName":"route.irbs.config.mainScale"},
{"type":"ROUTE", "order":800, "parentId":"menu.irbs.config", "id":"menu.irbs.config.mainScale", "titleI18nKey":"menu.irbs.config.mainScale", "icon":"signal_cellular_null", "routeName":"route.irbs.config.mainScale"},
/*/*/
{"type":"ROUTE", "order":900, "parentId":"menu.irbs.config", "id":"menu.irbs.config.financialMapping", "titleI18nKey":"menu.irbs.config.financialMapping", "icon":"bi-reception-3", "routeName":"route.irbs.config.financialMapping"},
{"type":"GROUP", "order":800, "parentId":"menu.irbs", "id":"menu.irbs.report", "titleI18nKey":"menu.irbs.report", "icon":"find_in_page"},

12
irbs.frontend/src/routes/routes.json

@ -455,6 +455,18 @@
},
"children": []
},
{
"name": "route.irbs.config.headApprConf",
"path": "irbs/config/headApprConf",
"parent": "/",
"priority": -1,
"component": "irbs.config.headApprConf",
"componentPath": "@/views/config/HeadApprConf.vue",
"redirect": null,
"meta": {
"permissions": ["/example/**/*"]
},
},
{
"name": "route.irbs.config.financialMapping",
"path": "irbs/config/financialMapping",

24
irbs.frontend/src/views/config/FinancialMapping.vue

@ -20,12 +20,12 @@
form: {
colsNum: 2,
fields: [
{ name: 'fromModelNo', label: '财报模板', type: 'select', options: fromModelNoOptions, colSpan: 'full' },
{ name: 'fromModelRuleType', label: '会计准则', type: 'select', options: fromModelRuleTypeOptions, colSpan: 'full' },
{ name: 'toRowSubject', label: '目标科目编码', type: 'text' },
{ name: 'toRowName', label: '目标科目名称', type: 'text' },
{ name: 'fromRowSubject', label: '原科目编码', type: 'text' },
{ name: 'fromRowName', label: '原科目名称', type: 'text' },
{ name: 'fromModelNo', label: '财报模板', type: 'w-select', options: fromModelNoOptions, colSpan: 'full' },
{ name: 'fromModelRuleType', label: '会计准则', type: 'w-select', options: fromModelRuleTypeOptions, colSpan: 'full' },
{ name: 'toRowSubject', label: '目标科目编码', type: 'w-text' },
{ name: 'toRowName', label: '目标科目名称', type: 'w-text' },
{ name: 'fromRowSubject', label: '原科目编码', type: 'w-text' },
{ name: 'fromRowName', label: '原科目名称', type: 'w-text' },
],
},
}"
@ -76,21 +76,21 @@ const financialMappingGrid = {
{
label: '财报模板',
name: 'fromModelNo',
type: 'select',
type: 'w-select',
options: fromModelNoOptions,
defaultValue: '1',
},
{
label: '会计准则',
name: 'fromModelRuleType',
type: 'select',
type: 'w-select',
options: fromModelRuleTypeOptions,
defaultValue: 'NEW',
},
{ label: '原科目编码', name: 'fromRowSubject', type: 'text' },
{ label: '原科目名称', name: 'fromRowName', type: 'text' },
{ label: '目标科目编码', name: 'toRowSubject', type: 'text' },
{ label: '目标科目名称', name: 'toRowName', type: 'text' },
{ label: '原科目编码', name: 'fromRowSubject', type: 'w-text' },
{ label: '原科目名称', name: 'fromRowName', type: 'w-text' },
{ label: '目标科目编码', name: 'toRowSubject', type: 'w-text' },
{ label: '目标科目名称', name: 'toRowName', type: 'w-text' },
],
columns: [
{ name: 'fromModelNo', label: '财报模板', format: fromModelNoFormat, width: 80 },

67
irbs.frontend/src/views/config/HeadApprConf.vue

@ -0,0 +1,67 @@
<template>
<w-form
:cols-num="2"
:fields="[
{
name: 'indu',
colSpan: 'full',
label: '客户所属行业',
multiple: true,
useChips: true,
type: 'w-select',
options: [
{ label: '生物化学农药及微生物农药制造', value: 'C2632' },
{ value: 'N7724', label: '危险废物治理' },
],
},
{
name: 'size',
label: '客户规模',
colSpan: 'full',
multiple: true,
useChips: true,
type: 'w-select',
options: [
{ label: '微型', value: '1' },
{ value: '2', label: '小型' },
{ value: '3', label: '中型' },
{ value: '4', label: '大型' },
],
},
{
name: 'type',
label: '企业类型',
colSpan: 'full',
multiple: true,
useChips: true,
type: 'w-select',
options: [
{ label: '微型', value: '1' },
{ value: '2', label: '小型' },
{ value: '3', label: '中型' },
{ value: '4', label: '大型' },
],
},
{
name: 'type',
label: '注册所在地',
colSpan: 'full',
multiple: true,
useChips: true,
type: 'w-select',
options: [
{ label: '微型', value: '1' },
{ value: '2', label: '小型' },
{ value: '3', label: '中型' },
{ value: '4', label: '大型' },
],
},
]"
></w-form>
</template>
<script setup lang="ts">
import { reactive, ref } from 'vue';
import { useQuasar } from 'quasar';
import { Environment, EnumTools, DictionaryTools, Options, Formater, axios, NotifyManager } from 'platform-core';
</script>

16
irbs.frontend/src/views/config/MainScale.vue

@ -19,11 +19,11 @@
form: {
colsNum: 2,
fields: [
{ name: 'level', label: '标尺等级', type: 'text' },
{ name: 'pd', label: '违约概率', type: 'number', precision: 4 },
{ name: 'admissionSuggest', label: '审批建议', type: 'text' },
{ name: 'down', label: 'PD下限', type: 'number', precision: 4 },
{ name: 'up', label: 'PD上限', type: 'number', precision: 4 },
{ name: 'level', label: '标尺等级', type: 'w-text' },
{ name: 'pd', label: '违约概率', type: 'w-number', precision: 4 },
{ name: 'admissionSuggest', label: '审批建议', type: 'w-text' },
{ name: 'down', label: 'PD下限', type: 'w-number', precision: 4 },
{ name: 'up', label: 'PD上限', type: 'w-number', precision: 4 },
],
},
}"
@ -109,9 +109,9 @@ const dialogHide = () => {
emit('refresh');
};
const dataSubmit = (data, callback_) => {
data['versionId'] = state.data['id'];
callback_(data);
const dataSubmit = (args) => {
args.data['versionId'] = state.data['id'];
args.callback_(args.data);
};
const showLoading = (msg: string = '正在获取数据,请稍等...') => {

16
irbs.frontend/src/views/config/MainScaleVersion.vue

@ -21,9 +21,9 @@
form: {
colsNum: 2,
fields: [
{ name: 'code', label: '版本代码', type: 'text' },
{ name: 'name', label: '版本名称', type: 'text' },
{ name: 'version', label: '版本号', type: 'text' },
{ name: 'code', label: '版本代码', type: 'w-text' },
{ name: 'name', label: '版本名称', type: 'w-text' },
{ name: 'version', label: '版本号', type: 'w-text' },
],
},
}"
@ -192,11 +192,11 @@ const mainScaleVersionGrid = {
},
],
queryFormFields: [
{ label: '版本代码', name: 'code' },
{ label: '版本名称', name: 'name' },
{ label: '版本状态', name: 'status', type: 'select', options: statusOptions },
{ label: '版本号', name: 'version' },
{ label: '审核状态', name: 'apprvStatus', type: 'select', options: apprvStatusOptions },
{ label: '版本代码', name: 'code', type: 'w-text' },
{ label: '版本名称', name: 'name', type: 'w-text' },
{ label: '版本状态', name: 'status', type: 'w-select', options: statusOptions },
{ label: '版本号', name: 'version', type: 'w-text' },
{ label: '审核状态', name: 'apprvStatus', type: 'w-select', options: apprvStatusOptions },
],
columns: [
{ name: 'code', label: '版本代码' },

16
irbs.frontend/src/views/config/MainScaleVersionEditor.vue

@ -20,9 +20,9 @@
form: {
colsNum: 2,
fields: [
{ name: 'code', label: '版本代码', type: 'text' },
{ name: 'name', label: '版本名称', type: 'text' },
{ name: 'version', label: '版本号', type: 'text' },
{ name: 'code', label: '版本代码', type: 'w-text' },
{ name: 'name', label: '版本名称', type: 'w-text' },
{ name: 'version', label: '版本号', type: 'w-text' },
],
},
}"
@ -175,11 +175,11 @@ const mainScaleVersionGrid = {
},
],
queryFormFields: [
{ label: '版本代码', name: 'code' },
{ label: '版本名称', name: 'name' },
{ label: '版本状态', name: 'status', type: 'select', options: statusOptions },
{ label: '版本号', name: 'version' },
{ label: '审核状态', name: 'apprvStatus', type: 'select', options: apprvStatusOptions },
{ label: '版本代码', name: 'code', type: 'w-text' },
{ label: '版本名称', name: 'name', type: 'w-text' },
{ label: '版本状态', name: 'status', type: 'w-select', options: statusOptions },
{ label: '版本号', name: 'version', type: 'w-text' },
{ label: '审核状态', name: 'apprvStatus', type: 'w-select', options: apprvStatusOptions },
],
columns: [
{ name: 'code', label: '版本代码' },

3
irbs.frontend/src/views/config/MainScaleVersionFlowDialog.vue

@ -1,7 +1,7 @@
<template>
<w-dialog ref="dialogRef" :title="state.dialogTitle" width="80%" height="80%" @hide="dialogHide" @maximized="maximized">
<div class="pt-[10px]" style="height: 200px">
<w-form ref="opinionFormRef" :cols-num="1" :fields="[{ name: 'remarks', label: '意见说明', type: 'textarea', required: true, rows: 4 }]"> </w-form>
<w-form ref="opinionFormRef" :cols-num="1" :fields="[{ name: 'remarks', label: '意见说明', type: 'w-textarea', requiredIf: true, rows: 4 }]"> </w-form>
<div>
<w-workflow-action
ref="workflowActionRef"
@ -11,7 +11,6 @@
:action-url="Environment.apiContextPath('/api/irbs/mainScaleVersion/submitMainScaleVersionFlow')"
@before-submit="
async (action, callback) => {
console.log(action.title);
state.opinionData = {
transientVariables: {
opaVal: action.transientVariables.goback,

6
irbs.frontend/src/views/config/ShowScoreAuth.vue

@ -53,9 +53,9 @@
dense
:query-form-cols-num="3"
:query-form-fields="[
{ name: 'CODE_', label: '角色编码', type: 'text' },
{ name: 'NAME_', label: '角色名称', type: 'text' },
{ name: 'DESCRIPTION_', label: '角色描述', type: 'text' },
{ name: 'CODE_', label: '角色编码', type: 'w-text' },
{ name: 'NAME_', label: '角色名称', type: 'w-text' },
{ name: 'DESCRIPTION_', label: '角色描述', type: 'w-text' },
]"
:columns="[
{ name: 'CODE_', label: '角色编码' },

13
irbs.frontend/src/views/custRating/CustRating.vue

@ -6,6 +6,7 @@
:data-url="Environment.apiContextPath('api/irbs/companyRating')"
:fetch-data-url="Environment.apiContextPath('api/irbs/companyRating/query')"
:sort-no="true"
group-mode="alone"
:checkbox-selection="false"
:query-form-cols-num="4"
:query-form-fields="companyRatingGrid.queryFormFields"
@ -155,17 +156,17 @@ const companyRatingGrid = {
'separator',
],
queryFormFields: [
{ label: '申请编号', name: 'id', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '申请编号', name: 'id', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{
label: '认定等级',
name: 'finalLevel',
type: 'select',
type: 'w-select',
options: RatingLevelOptions,
},
{ label: '流程状态', name: 'processStatus', type: 'select', options: Options.enum(RatingProcessStatusEnum) },
{ label: '评级状态', name: 'ratingStatus', type: 'select', options: Options.enum(RatingStatusEnum) },
{ label: '流程状态', name: 'processStatus', type: 'w-select', options: Options.enum(RatingProcessStatusEnum) },
{ label: '评级状态', name: 'ratingStatus', type: 'w-select', options: Options.enum(RatingStatusEnum) },
],
columns: [
{ name: 'id', label: '申请编号', align: 'center', width: 150 },

45
irbs.frontend/src/views/custRating/LaunchRatingDialog.vue

@ -1,26 +1,23 @@
<template>
<w-dialog ref="dialogRef" :title="state.dialogTitle" width="80%" height="80%" :buttons="dialogButtons">
<div class="p-1.5">
<w-grid
ref="customerGridRef"
title="客户列表"
:height="430"
:fetch-data-url="Environment.apiContextPath('api/irbs/companyCustomer/query')"
:sort-no="true"
:checkbox-selection="false"
:config-button="false"
:query-form-cols-num="3"
:query-form-fields="customerGrid.queryFormFields"
:columns="customerGrid.columns"
:toolbar-actions="customerGrid.buttons"
:sort-by="['-lastModifyDate']"
:query-criteria="{
fieldName: 'mgerNo',
operator: 'equals',
value: SessionManager.getUser().loginName,
}"
></w-grid>
</div>
<w-grid
ref="customerGridRef"
title="客户列表"
:fetch-data-url="Environment.apiContextPath('api/irbs/companyCustomer/query')"
:sort-no="true"
:checkbox-selection="false"
:config-button="false"
:query-form-cols-num="3"
:query-form-fields="customerGrid.queryFormFields"
:columns="customerGrid.columns"
:toolbar-actions="customerGrid.buttons"
:sort-by="['-lastModifyDate']"
:query-criteria="{
fieldName: 'mgerNo',
operator: 'equals',
value: SessionManager.getUser().loginName,
}"
></w-grid>
</w-dialog>
</template>
@ -146,9 +143,9 @@ const dialogButtons = [
const customerGrid = {
queryFormFields: [
{ label: '客户号', name: 'custNo', type: 'text' }, //defaultValue: '2100601306'
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '企业规模', name: 'corpSizeCd', type: 'select', options: props.dictionary.optionsCustomerSizeCd },
{ label: '客户号', name: 'custNo', type: 'w-text' }, //defaultValue: '2100601306'
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '企业规模', name: 'corpSizeCd', type: 'w-select', options: props.dictionary.optionsCustomerSizeCd },
],
buttons: ['query', 'reset'],
columns: [

52
irbs.frontend/src/views/custRating/RatingDialog.vue

@ -101,7 +101,7 @@
</q-item>
<q-separator />
<q-card-section class="p-[10px]">
<w-form ref="custFormRef" :cols-num="4" :fields="[{ name: 'actuCtrlYears', label: '实际控制人从业年限', type: 'number' }]"></w-form>
<w-form ref="custFormRef" :cols-num="4" :fields="[{ name: 'actuCtrlYears', label: '实际控制人从业年限', type: 'w-number' }]"></w-form>
</q-card-section>
</q-card>
</div>
@ -650,14 +650,14 @@
<w-form
ref="overturnFormRef"
:fields="[
{ label: '附件', name: 'file', type: 'file' },
{ label: '是否推翻', name: 'isOverturn', type: 'checkbox' },
{ label: '附件', name: 'file', type: 'w-file' },
{ label: '是否推翻', name: 'isOverturn', type: 'w-checkbox' },
{
label: '推翻类型',
name: 'overturnType',
type: 'select',
type: 'w-select',
options: optionsOverturnType,
required: true,
requiredIf: true,
showIf: (args) => {
if (args?.form && args.form.getFieldValue('isOverturn')) {
return true;
@ -668,9 +668,9 @@
{
label: '建议等级',
name: 'suggestLevel',
type: 'select',
type: 'w-select',
options: RatingLevelOptionsComputed,
required: true,
requiredIf: true,
showIf: (args) => {
if (args?.form && args.form.getFieldValue('isOverturn')) {
return true;
@ -681,8 +681,8 @@
{
label: '意见说明',
name: 'adjReason',
type: 'textarea',
required: true,
type: 'w-textarea',
requiredIf: true,
},
]"
:cols-num="1"
@ -1349,12 +1349,25 @@ const custInfoNext = async (loading = false) => {
state.qualitativeEditInfo.push({
label: i + 1 + '、' + index.indexName,
name: index.indexCode,
type: 'option-group',
type: 'w-radio',
simple: false,
inline: false,
outlined: false,
dense: false,
options: indexOptions,
defaultValue: index.indexValue,
});
} else {
state.qualitativeEditInfo.push({ label: i + 1 + '、' + index.indexName, name: index.indexCode, type: 'option-group', options: indexOptions });
state.qualitativeEditInfo.push({
label: i + 1 + '、' + index.indexName,
name: index.indexCode,
type: 'w-radio',
simple: false,
inline: false,
outlined: false,
dense: false,
options: indexOptions,
});
}
state.qualitativeEditObj[index.indexCode] = [i + 1 + '、' + index.indexName, index];
}
@ -1409,12 +1422,25 @@ const quantitativeNext = async () => {
state.qualitativeEditInfo.push({
label: i + 1 + '、' + index.indexName,
name: index.indexCode,
type: 'option-group',
type: 'w-radio',
simple: false,
inline: false,
outlined: false,
dense: false,
options: indexOptions,
defaultValue: index.indexValue,
});
} else {
state.qualitativeEditInfo.push({ label: i + 1 + '、' + index.indexName, name: index.indexCode, type: 'option-group', options: indexOptions });
state.qualitativeEditInfo.push({
label: i + 1 + '、' + index.indexName,
name: index.indexCode,
type: 'w-radio',
simple: false,
inline: false,
outlined: false,
dense: false,
options: indexOptions,
});
}
state.qualitativeEditObj[index.indexCode] = [i + 1 + '、' + index.indexName, index];
}

8
irbs.frontend/src/views/debtRating/LgdQuery.vue

@ -26,11 +26,11 @@ const $q = useQuasar();
const appDebtRatingGridRef = ref();
const appDebtRatingGrid = {
buttons: [['query', 'separator', 'moreQuery'], 'reset'],
buttons: ['query', 'reset'],
queryFormFields: [
{ label: '债项编号', name: 'contractNo', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'contractNo', type: 'w-text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
],
columns: [
{ name: 'contractNo', label: '债项编号' },

10
irbs.frontend/src/views/default/CognizanceApply.vue

@ -51,7 +51,7 @@ const dictionary = {
const cognizanceGrid = {
buttons: [
['query', 'separator', 'moreQuery'],
'query',
'reset',
'separator',
{
@ -86,10 +86,10 @@ const cognizanceGrid = {
'separator',
],
queryFormFields: [
{ label: '申请编号', name: 'id', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '流程状态', name: 'status', type: 'select', options: Options.enum(DefaultProcessStatusEnum) },
{ label: '申请编号', name: 'id', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '流程状态', name: 'status', type: 'w-select', options: Options.enum(DefaultProcessStatusEnum) },
],
columns: [
{ name: 'id', label: '申请编号', width: 150 },

22
irbs.frontend/src/views/default/CognizanceDialog.vue

@ -83,9 +83,9 @@
form: {
colsNum: 1,
fields: [
{ name: 'eventCode', label: '违约事件', type: 'select', options: DefaultEventItemOptions, required: true },
{ name: 'eventStartTime', label: '事件开始时间', type: 'date', required: true },
{ name: 'eventDesc', label: '违约事件说明', type: 'textarea' },
{ name: 'eventCode', label: '违约事件', type: 'w-select', options: DefaultEventItemOptions, requiredIf: true },
{ name: 'eventStartTime', label: '事件开始时间', type: 'w-date', requiredIf: true },
{ name: 'eventDesc', label: '违约事件说明', type: 'w-textarea' },
],
},
}"
@ -98,12 +98,12 @@
reqPageStart: 1,
}"
@before-editor-data-submit="
(data, callback) => {
data.defcusId = state.data['id'];
data.custNo = state.data['custNo'];
data.eventStatus = DefaultEventItemStatus.IN_DEFAULT;
data.isValid = false;
callback(data);
(args) => {
args.data.defcusId = state.data['id'];
args.data.custNo = state.data['custNo'];
args.data.eventStatus = DefaultEventItemStatus.IN_DEFAULT;
args.data.isValid = false;
args.callback(args.data);
}
"
></w-grid>
@ -199,8 +199,8 @@
ref="opinionFormRef"
:cols-num="1"
:fields="[
{ name: 'remarks', label: '意见说明', type: 'textarea', required: true, rows: 4 },
{ name: 'suggestUploadAnnx', label: '上传文件', type: 'file' },
{ name: 'remarks', label: '意见说明', type: 'w-textarea', requiredIf: true, rows: 4 },
{ name: 'suggestUploadAnnx', label: '上传文件', type: 'w-file' },
]"
>
</w-form>

14
irbs.frontend/src/views/default/RebirthApply.vue

@ -39,8 +39,8 @@
:query-form-cols-num="2"
:config-button="false"
:query-form-fields="[
{ name: 'CUST_NO', label: '客户号', type: 'text' },
{ name: 'CUST_NAME', label: '客户名称', type: 'text' },
{ name: 'CUST_NO', label: '客户号', type: 'w-text' },
{ name: 'CUST_NAME', label: '客户名称', type: 'w-text' },
]"
:pagination="{
reqPageStart: 1,
@ -91,7 +91,7 @@ const DefaultProcessStatusEnum = await EnumTools.fetch('irbs.defaultManager.enum
const rebirthGrid = {
buttons: [
['query', 'separator', 'moreQuery'],
'query',
'reset',
'separator',
{
@ -142,10 +142,10 @@ const rebirthGrid = {
'separator',
],
queryFormFields: [
{ label: '申请编号', name: 'id', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '流程状态', name: 'status', type: 'select', options: Options.enum(DefaultProcessStatusEnum) },
{ label: '申请编号', name: 'id', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '流程状态', name: 'status', type: 'w-select', options: Options.enum(DefaultProcessStatusEnum) },
],
columns: [
{ name: 'id', label: '申请编号' },

4
irbs.frontend/src/views/default/RebirthDialog.vue

@ -178,8 +178,8 @@
ref="opinionFormRef"
:cols-num="1"
:fields="[
{ name: 'remarks', label: '意见说明', type: 'textarea', required: true, rows: 4 },
{ name: 'suggestUploadAnnx', label: '上传文件', type: 'file' },
{ name: 'remarks', label: '意见说明', type: 'w-textarea', requiredIf: true, rows: 4 },
{ name: 'suggestUploadAnnx', label: '上传文件', type: 'w-file' },
]"
>
</w-form>

4
irbs.frontend/src/views/query/CorpCustFeatureRet.vue

@ -36,8 +36,8 @@ const corpCustFeatureRetGridRef = ref();
const corpCustFeatureRetGrid = {
buttons: ['query', 'reset', 'separator', 'export'],
queryFormFields: [
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
],
columns: [
{ label: '客户编号', name: 'custNo' },

8
irbs.frontend/src/views/query/CustInfo.vue

@ -39,11 +39,11 @@ const $q = useQuasar();
const custGridRef = ref();
const custGrid = {
buttons: [['query', 'separator', 'moreQuery'], 'reset', 'separator', 'export'],
buttons: ['query', 'reset', 'separator', 'export'],
queryFormFields: [
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '客户类型', name: 'custType', type: 'select', options: CustTypeOptions },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '客户类型', name: 'custType', type: 'w-select', options: CustTypeOptions },
],
columns: [
{ name: 'custNo', label: '客户编号', align: 'center' },

14
irbs.frontend/src/views/query/CustRatingHist.vue

@ -45,22 +45,22 @@ const $q = useQuasar();
const custRatingHistGridRef = ref();
const custRatingHistGrid = {
buttons: [['query', 'separator', 'moreQuery'], 'reset', 'separator', 'export'],
buttons: ['query', 'reset', 'separator', 'export'],
queryFormFields: [
{ label: '申请编号', name: 'id', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '客户类型', name: 'custType', type: 'select', options: CustTypeOptions },
{ label: '申请编号', name: 'id', type: 'w-text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '客户类型', name: 'custType', type: 'w-select', options: CustTypeOptions },
{
label: '认定等级',
name: 'finalLevel',
type: 'select',
type: 'w-select',
options: RatingLevelOptions,
},
{
label: '是否违约',
name: 'defaultInd',
type: 'select',
type: 'w-select',
options: DefaultFlagOptions,
},
],

16
irbs.frontend/src/views/query/DefaultHist.vue

@ -30,15 +30,15 @@ const $q = useQuasar();
const defaultHistGridRef = ref();
const defaultHistGrid = {
buttons: [['query', 'separator', 'moreQuery'], 'reset', 'separator', 'export'],
buttons: ['query', 'reset', 'separator', 'export'],
queryFormFields: [
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '客户类型', name: 'custType', type: 'select', options: CustTypeOptions },
{ label: '违约前评级', name: 'ratingLevelHis', type: 'select', options: RatingLevelOptions },
{ label: '违约认定类型', name: 'defaultType', type: 'select', options: DefaultTypeOptions },
{ label: '客户经理名称', name: 'managerName', type: 'text' },
{ label: '所属机构', name: 'mgerOrgNm', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '客户类型', name: 'custType', type: 'w-select', options: CustTypeOptions },
{ label: '违约前评级', name: 'ratingLevelHis', type: 'w-select', options: RatingLevelOptions },
{ label: '违约认定类型', name: 'defaultType', type: 'w-select', options: DefaultTypeOptions },
{ label: '客户经理名称', name: 'managerName', type: 'w-text' },
{ label: '所属机构', name: 'mgerOrgNm', type: 'w-text' },
],
columns: [
{ label: '客户编号', name: 'custNo' },

4
irbs.frontend/src/views/query/InstitutionCustFeatureRet.vue

@ -36,8 +36,8 @@ const institutionCustFeatureRetGridRef = ref();
const institutionCustFeatureRetGrid = {
buttons: ['query', 'reset', 'separator', 'export'],
queryFormFields: [
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
],
columns: [
{ label: '客户编号', name: 'custNo' },

8
irbs.frontend/src/views/query/PingAnLgdHist.vue

@ -26,11 +26,11 @@ const $q = useQuasar();
const pingAnLgdHistGridRef = ref();
const pingAnLgdHistGrid = {
buttons: [['query', 'separator', 'moreQuery'], 'reset'],
buttons: ['query', 'reset'],
queryFormFields: [
{ label: '债项编号', name: 'contractNo', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'contractNo', type: 'w-text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
],
columns: [
{ name: 'contractNo', label: '债项编号' },

14
irbs.frontend/src/views/query/RebirthDefaultHist.vue

@ -38,14 +38,14 @@ const $q = useQuasar();
const rebirthDefaultHistGridRef = ref();
const rebirthDefaultHistGrid = {
buttons: [['query', 'separator', 'moreQuery'], 'reset', 'separator', 'export'],
buttons: ['query', 'reset', 'separator', 'export'],
queryFormFields: [
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '客户类型', name: 'custType', type: 'select', options: CustTypeOptions },
{ label: '违约重生类型', name: 'defaultRebornType', type: 'select', options: DefaultRebonTypeOptions },
{ label: '客户经理名称', name: 'managerName', type: 'text' },
{ label: '所属机构', name: 'defaMgerOrgNm', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '客户类型', name: 'custType', type: 'w-select', options: CustTypeOptions },
{ label: '违约重生类型', name: 'defaultRebornType', type: 'w-select', options: DefaultRebonTypeOptions },
{ label: '客户经理名称', name: 'managerName', type: 'w-text' },
{ label: '所属机构', name: 'defaMgerOrgNm', type: 'w-text' },
],
columns: [
{ label: '客户编号', name: 'custNo' },

18
irbs.frontend/src/views/query/RiskExposureHist.vue

@ -35,16 +35,16 @@ const $q = useQuasar();
const riskExposureHisGridRef = ref();
const riskExposureHisGrid = {
buttons: [['query', 'separator', 'moreQuery'], 'reset', 'separator', 'export'],
buttons: ['query', 'reset', 'separator', 'export'],
queryFormFields: [
{ label: '业务编号', name: 'businessNo', type: 'text' },
{ label: '客户编号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '客户类型', name: 'custType', type: 'select', options: RiskCustTypeOptions },
{ label: '发起方式', name: 'startWay', type: 'select', options: StartWayOptions },
{ label: '分类结果', name: 'finalResult', type: 'select', options: RiskExposureOptions },
{ label: '客户经理名称', name: 'managerName', type: 'text' },
{ label: '所属机构', name: 'mgerOrgNm', type: 'text' },
{ label: '业务编号', name: 'businessNo', type: 'w-text' },
{ label: '客户编号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{ label: '客户类型', name: 'custType', type: 'w-select', options: RiskCustTypeOptions },
{ label: '发起方式', name: 'startWay', type: 'w-select', options: StartWayOptions },
{ label: '分类结果', name: 'finalResult', type: 'w-select', options: RiskExposureOptions },
{ label: '客户经理名称', name: 'managerName', type: 'w-text' },
{ label: '所属机构', name: 'mgerOrgNm', type: 'w-text' },
],
columns: [
{ label: '业务编号', name: 'businessNo' },

4
irbs.frontend/src/views/report/RptModelMonitorBinomialCheck.vue

@ -40,11 +40,11 @@ const rptModelMonitorBinomialCheckGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },

6
irbs.frontend/src/views/report/RptModelMonitorDiff.vue

@ -40,11 +40,11 @@ const rptModelMonitorDiffGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '报告期',
name: 'yearPeriod',
type: 'select',
type: 'w-select',
options: [
{ label: '往前推1年', value: '1' },
{ label: '往前推2年', value: '2' },
@ -57,7 +57,7 @@ const rptModelMonitorDiffGrid = {
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },

4
irbs.frontend/src/views/report/RptModelMonitorStable.vue

@ -40,11 +40,11 @@ const rptModelMonitorStableGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },

12
irbs.frontend/src/views/report/RptRatingAdjust.vue

@ -228,7 +228,7 @@ const state = reactive({
},
});
const afterRequestData = (data) => {
const afterRequestData = (args) => {
state.xData = [];
state.custData.ratingCnt = [];
state.custData.overturnCnt = [];
@ -237,8 +237,8 @@ const afterRequestData = (data) => {
state.range.l2 = [];
state.range.l3 = [];
state.range.ln = [];
if (data && data.length > 0) {
data.forEach((item) => {
if (args.rows && args.rows.length > 0) {
args.rows.forEach((item) => {
state.xData.push(item['ratingMonth']);
state.custData.ratingCnt.push(item['custCnt']);
state.custData.overturnCnt.push(item['adjCnt']);
@ -268,11 +268,11 @@ const rptRatingAdjustGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },
@ -302,7 +302,7 @@ const rptRatingAdjustGrid = {
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

6
irbs.frontend/src/views/report/RptRatingChange.vue

@ -81,11 +81,11 @@ const rptRatingChangeGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },
@ -115,7 +115,7 @@ const rptRatingChangeGrid = {
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

6
irbs.frontend/src/views/report/RptRatingDistribution.vue

@ -310,11 +310,11 @@ const rptRatingDistributionGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },
@ -344,7 +344,7 @@ const rptRatingDistributionGrid = {
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

12
irbs.frontend/src/views/report/RptRatingIndustryFocusDist.vue

@ -214,8 +214,8 @@ const state = reactive({
ratioSeriesData: <any>[],
});
const afterRequestData = (data) => {
if (data && data.length > 0) {
const afterRequestData = (args) => {
if (args.rows && args.rows.length > 0) {
state.xData = [];
state.seriesData = [];
state.legendData = [];
@ -230,7 +230,7 @@ const afterRequestData = (data) => {
totalData[rptRatingIndustryFocusDistGrid.tableColumns[i]['columns'][0]['name']] = [];
totalData[rptRatingIndustryFocusDistGrid.tableColumns[i]['columns'][1]['name']] = [];
}
data.forEach((item) => {
args.rows.forEach((item) => {
state.xData.push(item['industryName']);
Object.keys(totalData).forEach((key) => {
@ -277,11 +277,11 @@ const rptRatingIndustryFocusDistGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },
@ -311,7 +311,7 @@ const rptRatingIndustryFocusDistGrid = {
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

12
irbs.frontend/src/views/report/RptRatingLoanBalanceMigrate.vue

@ -268,8 +268,8 @@ const state = reactive({
},
});
const afterRequestData = (data) => {
if (data && data.length > 0) {
const afterRequestData = (args) => {
if (args.rows && args.rows.length > 0) {
state.xData = [];
state.seriesData = [];
state.legendData = [];
@ -282,7 +282,7 @@ const afterRequestData = (data) => {
]);
totalData[rptRatingLoanBalanceMigrateGrid.tableColumns[1].columns[i]['name']] = [];
}
data.forEach((item) => {
args.rows.forEach((item) => {
state.xData.push(item['ratingLevel']);
state.up.cnt.push(item['upBal']);
state.up.ratio.push(item['upRatio']);
@ -330,11 +330,11 @@ const rptRatingLoanBalanceMigrateGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },
@ -365,7 +365,7 @@ const rptRatingLoanBalanceMigrateGrid = {
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

11
irbs.frontend/src/views/report/RptRatingModelFocusDist.vue

@ -213,9 +213,8 @@ const state = reactive({
ratioSeriesData: <any>[],
});
const afterRequestData = (data) => {
console.info('data=======', data);
if (data && data.length > 0) {
const afterRequestData = (args) => {
if (args.rows && args.rows.length > 0) {
state.xData = [];
state.seriesData = [];
state.legendData = [];
@ -231,7 +230,7 @@ const afterRequestData = (data) => {
totalData[rptRatingModelFocusDistGrid.tableColumns[i]['columns'][0]['name']] = [];
totalData[rptRatingModelFocusDistGrid.tableColumns[i]['columns'][1]['name']] = [];
}
data.forEach((item) => {
args.rows.forEach((item) => {
state.xData.push(item['modelName']);
Object.keys(totalData).forEach((key) => {
@ -278,11 +277,11 @@ const rptRatingModelFocusDistGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

12
irbs.frontend/src/views/report/RptRatingNumberMigrate.vue

@ -268,8 +268,8 @@ const state = reactive({
},
});
const afterRequestData = (data) => {
if (data && data.length > 0) {
const afterRequestData = (args) => {
if (args.rows && args.rows.length > 0) {
state.xData = [];
state.seriesData = [];
state.legendData = [];
@ -279,7 +279,7 @@ const afterRequestData = (data) => {
ratingLevel.push([rptRatingNumberMigrateGrid.tableColumns[1].columns[i]['label'], [rptRatingNumberMigrateGrid.tableColumns[1].columns[i]['name']]]);
totalData[rptRatingNumberMigrateGrid.tableColumns[1].columns[i]['name']] = [];
}
data.forEach((item) => {
args.rows.forEach((item) => {
state.xData.push(item['ratingLevel']);
state.up.cnt.push(item['upCnt']);
state.up.ratio.push(item['upRatio']);
@ -327,11 +327,11 @@ const rptRatingNumberMigrateGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },
@ -361,7 +361,7 @@ const rptRatingNumberMigrateGrid = {
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

10
irbs.frontend/src/views/report/RptRatingOrgFocusDist.vue

@ -212,8 +212,8 @@ const state = reactive({
ratioSeriesData: <any>[],
});
const afterRequestData = (data) => {
if (data && data.length > 0) {
const afterRequestData = (args) => {
if (args.rows && args.rows.length > 0) {
state.xData = [];
state.seriesData = [];
state.legendData = [];
@ -228,7 +228,7 @@ const afterRequestData = (data) => {
totalData[rptRatingOrgFocusDistGrid.tableColumns[i]['columns'][0]['name']] = [];
totalData[rptRatingOrgFocusDistGrid.tableColumns[i]['columns'][1]['name']] = [];
}
data.forEach((item) => {
args.rows.forEach((item) => {
state.xData.push(item['managerOrgName']);
Object.keys(totalData).forEach((key) => {
@ -275,11 +275,11 @@ const rptRatingOrgFocusDistGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },

12
irbs.frontend/src/views/report/RptRatingOverturn.vue

@ -288,7 +288,7 @@ const state = reactive({
},
});
const afterRequestData = (data) => {
const afterRequestData = (args) => {
state.xData = [];
state.custData.ratingCnt = [];
state.custData.overturnCnt = [];
@ -299,8 +299,8 @@ const afterRequestData = (data) => {
state.range.l2 = [];
state.range.l3 = [];
state.range.ln = [];
if (data && data.length > 0) {
data.forEach((item) => {
if (args.rows && args.rows.length > 0) {
args.rows.forEach((item) => {
state.xData.push(item['ratingMonth']);
state.custData.ratingCnt.push(item['custCnt']);
state.custData.overturnCnt.push(item['overturnCnt']);
@ -332,11 +332,11 @@ const rptRatingOverturnGrid = {
'separator',
],
queryFormFields: [
{ label: '报表日期', name: 'ratingMonth', type: 'date', defaultValue: '2023-07-01' },
{ label: '报表日期', name: 'ratingMonth', type: 'w-date', defaultValue: '2023-07-01' },
{
label: '模型敞口',
name: 'modelCode',
type: 'select',
type: 'w-select',
options: [
{ value: 'WHM1', label: '政府投融资平台' },
{ value: 'WHM2', label: '事业单位' },
@ -366,7 +366,7 @@ const rptRatingOverturnGrid = {
{
label: '分支机构',
name: 'managerOrgCode',
type: 'select',
type: 'w-select',
options: [
{ value: '01002', label: '总行营业部' },
{ value: '01003', label: 'JJJS开发区支行' },

6
irbs.frontend/src/views/report/tzblwdxfxbb.vue

@ -28,9 +28,9 @@
]"
:query-form-cols-num="6"
:query-form-fields="[
{ colSpan: 2, name: 'model', label: '模型', type: 'select', options: ['A评分卡', 'B评分卡', 'K评分卡'], defaultValue: 'A评分卡', clearable: true },
{ name: 'year', label: '年', type: 'select', options: [2020, 2021, 2022, 2023, 2024], defaultValue: 2023, clearable: true },
{ name: 'month', label: '月', type: 'select', options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], defaultValue: 6, clearable: true },
{ colSpan: 2, name: 'model', label: '模型', type: 'w-select', options: ['A评分卡', 'B评分卡', 'K评分卡'], defaultValue: 'A评分卡', clearable: true },
{ name: 'year', label: '年', type: 'w-select', options: [2020, 2021, 2022, 2023, 2024], defaultValue: 2023, clearable: true },
{ name: 'month', label: '月', type: 'w-select', options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], defaultValue: 6, clearable: true },
]"
:columns="[
{ width: 200, name: 'tzl', label: '特征量' },

10
irbs.frontend/src/views/report/tzblwoeivbb.vue

@ -27,11 +27,11 @@
]"
:query-form-cols-num="8"
:query-form-fields="[
{ colSpan: 2, name: 'model', label: '模型', type: 'select', options: ['A评分卡', 'B评分卡', 'K评分卡'], defaultValue: 'A评分卡', clearable: true },
{ name: 'startYear', label: '开始年', type: 'select', options: [2020, 2021, 2022, 2023, 2024], defaultValue: 2023, clearable: true },
{ name: 'startMonth', label: '开始月', type: 'select', options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], defaultValue: 6, clearable: true },
{ name: 'endYear', label: '结束年', type: 'select', options: [2020, 2021, 2022, 2023, 2024], clearable: true },
{ name: 'endMonth', label: '结束月', type: 'select', options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], clearable: true },
{ colSpan: 2, name: 'model', label: '模型', type: 'w-select', options: ['A评分卡', 'B评分卡', 'K评分卡'], defaultValue: 'A评分卡', clearable: true },
{ name: 'startYear', label: '开始年', type: 'w-select', options: [2020, 2021, 2022, 2023, 2024], defaultValue: 2023, clearable: true },
{ name: 'startMonth', label: '开始月', type: 'w-select', options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], defaultValue: 6, clearable: true },
{ name: 'endYear', label: '结束年', type: 'w-select', options: [2020, 2021, 2022, 2023, 2024], clearable: true },
{ name: 'endMonth', label: '结束月', type: 'w-select', options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], clearable: true },
]"
:columns="[
{ width: 200, name: 'tzl', label: '特征量' },

8
irbs.frontend/src/views/riskExposure/HandmadeExposureDialog.vue

@ -89,9 +89,9 @@
{
name: 'manResult',
label: '人工分类结果',
type: 'select',
type: 'w-select',
options: RiskExposureItemOptions,
required: true,
requiredIf: true,
showIf: (args) => {
if (state.data['processStatus'] === 'TO_BE_CHECKED') {
return false;
@ -99,8 +99,8 @@
return true;
},
},
{ name: 'remarks', label: '意见说明', type: 'textarea', required: true, rows: 4 },
{ name: 'suggestUploadAnnx', label: '上传文件', type: 'file' },
{ name: 'remarks', label: '意见说明', type: 'w-textarea', requiredIf: true, rows: 4 },
{ name: 'suggestUploadAnnx', label: '上传文件', type: 'w-file' },
]"
>
</w-form>

6
irbs.frontend/src/views/riskExposure/LaunchExposureAdjustDialog.vue

@ -95,9 +95,9 @@ const dialogButtons = [
const toExposureAdjustGrid = {
buttons: [['query', 'separator'], 'reset'],
queryFormFields: [
{ label: '债项编号', name: 'businessNo', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'businessNo', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
],
columns: [
{ name: 'businessNo', label: '债项编号' },

6
irbs.frontend/src/views/riskExposure/LaunchExposureDialog.vue

@ -95,9 +95,9 @@ const dialogButtons = [
const toExposureGrid = {
buttons: [['query', 'separator'], 'reset'],
queryFormFields: [
{ label: '债项编号', name: 'businessNo', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'businessNo', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
],
columns: [
{ name: 'businessNo', label: '债项编号' },

16
irbs.frontend/src/views/riskExposure/RiskExposureAdjustApply.vue

@ -38,7 +38,7 @@ import { useQuasar } from 'quasar';
import { Environment, EnumTools, DictionaryTools, Options, Formater, axios, NotifyManager } from 'platform-core';
import LaunchExposureAdjustDialog from '@/views/riskExposure/LaunchExposureAdjustDialog.vue';
import HandmadeExposureDialog from '@/views/riskExposure/HandmadeExposureDialog.vue';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions } from './RiskExposure.ts';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions, RiskExposureItemOptions } from './RiskExposure.ts';
const $q = useQuasar();
const riskExposureAdjustGridRef = ref();
@ -47,7 +47,7 @@ const handmadeExposureDialogRef = ref();
const riskExposureAdjustGrid = {
buttons: [
['query', 'separator', 'moreQuery'],
'query',
'reset',
'separator',
{
@ -80,19 +80,19 @@ const riskExposureAdjustGrid = {
'separator',
],
queryFormFields: [
{ label: '债项编号', name: 'businessNo', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'businessNo', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{
label: '风险暴露分类',
name: 'manResult',
type: 'select',
options: RiskExposureProcessStatus,
type: 'w-select',
options: RiskExposureItemOptions,
},
{
label: '流程状态',
name: 'status',
type: 'select',
type: 'w-select',
options: [
{ value: 'TO_BE_SUBMITTED', label: '待发起' },
{ value: 'RETURNED', label: '退回' },

14
irbs.frontend/src/views/riskExposure/RiskExposureAdjustApproval.vue

@ -48,7 +48,7 @@ import { useQuasar } from 'quasar';
import { Environment, EnumTools, DictionaryTools, Options, Formater, axios, NotifyManager, SessionManager } from 'platform-core';
import LaunchExposureDialog from '@/views/riskExposure/LaunchExposureDialog.vue';
import HandmadeExposureDialog from '@/views/riskExposure/HandmadeExposureDialog.vue';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions } from './RiskExposure.ts';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions, RiskExposureItemOptions } from './RiskExposure.ts';
const $q = useQuasar();
const riskExposureAdjustGridRef = ref();
@ -91,19 +91,19 @@ const riskExposureAdjustGrid = {
'separator',
],
queryFormFields: [
{ label: '债项编号', name: 'businessNo', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'businessNo', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{
label: '风险暴露分类',
name: 'manResult',
type: 'select',
options: RiskExposureProcessStatus,
type: 'w-select',
options: RiskExposureItemOptions,
},
{
label: '流程状态',
name: 'status',
type: 'select',
type: 'w-select',
options: [
{ value: 'TO_BE_SUBMITTED', label: '待发起' },
{ value: 'RETURNED', label: '退回' },

16
irbs.frontend/src/views/riskExposure/RiskExposureApply.vue

@ -43,7 +43,7 @@ import { useQuasar } from 'quasar';
import { Environment, EnumTools, DictionaryTools, Options, Formater, axios, NotifyManager } from 'platform-core';
import LaunchExposureDialog from '@/views/riskExposure/LaunchExposureDialog.vue';
import HandmadeExposureDialog from '@/views/riskExposure/HandmadeExposureDialog.vue';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions } from './RiskExposure.ts';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions, RiskExposureItemOptions } from './RiskExposure.ts';
const $q = useQuasar();
const riskExposureGridRef = ref();
@ -52,7 +52,7 @@ const handmadeExposureDialogRef = ref();
const riskExposureGrid = {
buttons: [
['query', 'separator', 'moreQuery'],
'query',
'reset',
'separator',
{
@ -85,19 +85,19 @@ const riskExposureGrid = {
'separator',
],
queryFormFields: [
{ label: '债项编号', name: 'businessNo', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'businessNo', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{
label: '风险暴露分类',
name: 'manResult',
type: 'select',
options: RiskExposureProcessStatus,
type: 'w-select',
options: RiskExposureItemOptions,
},
{
label: '流程状态',
name: 'status',
type: 'select',
type: 'w-select',
options: [
{ value: 'TO_BE_SUBMITTED', label: '待发起' },
{ value: 'RETURNED', label: '退回' },

14
irbs.frontend/src/views/riskExposure/RiskExposureApproval.vue

@ -43,7 +43,7 @@ import { useQuasar } from 'quasar';
import { Environment, EnumTools, DictionaryTools, Options, Formater, axios, NotifyManager, SessionManager } from 'platform-core';
import LaunchExposureDialog from '@/views/riskExposure/LaunchExposureDialog.vue';
import HandmadeExposureDialog from '@/views/riskExposure/HandmadeExposureDialog.vue';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions } from './RiskExposure.ts';
import { RiskExposureProcessStatus, RiskExposureTypeFormat, RiskCustTypeFormat, ProcessStatusOptions, RiskExposureItemOptions } from './RiskExposure.ts';
const $q = useQuasar();
const riskExposureGridRef = ref();
@ -86,19 +86,19 @@ const riskExposureGrid = {
'separator',
],
queryFormFields: [
{ label: '债项编号', name: 'businessNo', type: 'text' },
{ label: '客户号', name: 'custNo', type: 'text' },
{ label: '客户名称', name: 'custName', type: 'text' },
{ label: '债项编号', name: 'businessNo', type: 'w-text' },
{ label: '客户号', name: 'custNo', type: 'w-text' },
{ label: '客户名称', name: 'custName', type: 'w-text' },
{
label: '风险暴露分类',
name: 'manResult',
type: 'select',
options: RiskExposureProcessStatus,
type: 'w-select',
options: RiskExposureItemOptions,
},
{
label: '流程状态',
name: 'status',
type: 'select',
type: 'w-select',
options: [
{ value: 'TO_BE_SUBMITTED', label: '待发起' },
{ value: 'RETURNED', label: '退回' },

8
irbs.frontend/src/views/workbench/DoneTask.vue

@ -26,10 +26,10 @@ const gridRef = ref();
const grid = {
queryFormFields: [
{ label: '业务流水号', name: 'BUSINESS_ID', type: 'text' },
{ label: '流程名称', name: 'PROC_NAME', type: 'text' },
{ label: '任务节点', name: 'TASK_NAME', type: 'text' },
{ label: '任务描述', name: 'TASK_DESC', type: 'text' },
{ label: '业务流水号', name: 'BUSINESS_ID', type: 'w-text' },
{ label: '流程名称', name: 'PROC_NAME', type: 'w-text' },
{ label: '任务节点', name: 'TASK_NAME', type: 'w-text' },
{ label: '任务描述', name: 'TASK_DESC', type: 'w-text' },
],
buttons: [
'query',

8
irbs.frontend/src/views/workbench/EndTask.vue

@ -26,10 +26,10 @@ const gridRef = ref();
const grid = {
queryFormFields: [
{ label: '业务流水号', name: 'BUSINESS_ID', type: 'text' },
{ label: '流程名称', name: 'PROC_NAME', type: 'text' },
{ label: '任务节点', name: 'TASK_NAME', type: 'text' },
{ label: '任务描述', name: 'TASK_DESC', type: 'text' },
{ label: '业务流水号', name: 'BUSINESS_ID', type: 'w-text' },
{ label: '流程名称', name: 'PROC_NAME', type: 'w-text' },
{ label: '任务节点', name: 'TASK_NAME', type: 'w-text' },
{ label: '任务描述', name: 'TASK_DESC', type: 'w-text' },
],
buttons: [
'query',

8
irbs.frontend/src/views/workbench/TodoTask.vue

@ -39,10 +39,10 @@ const handmadeExposureDialogRef = ref();
const grid = {
queryFormFields: [
{ label: '业务流水号', name: 'BUSINESS_ID', type: 'text' },
{ label: '流程名称', name: 'PROC_NAME', type: 'text' },
{ label: '任务节点', name: 'TASK_NAME', type: 'text' },
{ label: '任务描述', name: 'TASK_DESC', type: 'text' },
{ label: '业务流水号', name: 'BUSINESS_ID', type: 'w-text' },
{ label: '流程名称', name: 'PROC_NAME', type: 'w-text' },
{ label: '任务节点', name: 'TASK_NAME', type: 'w-text' },
{ label: '任务描述', name: 'TASK_DESC', type: 'w-text' },
],
buttons: [
'query',

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptModelMonitorDiffServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptModelMonitorStableServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingDistributionServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingIndustryFocusDistServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingLoanBalanceMigrateServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingModelFocusDistServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingNumberMigrateServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingOrgFocusDistServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

1
irbs.reports/src/main/java/irbs/reports/service/impl/RptRatingOverturnServiceImpl.java

@ -1,7 +1,6 @@
package irbs.reports.service.impl;
import dm.jdbc.util.StringUtil;
import io.sc.platform.core.util.DateUtil;
import io.sc.platform.jdbc.DatabaseType;
import irbs.reports.jpa.entity.ReportSqlConfig;
import irbs.reports.jpa.repository.ReportSqlConfigRepository;

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save