Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dataquality_doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王东
dataquality_doc
Commits
ab7564f8
Commit
ab7564f8
authored
Sep 01, 2022
by
王东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws tj
parent
83c9b1d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
19 deletions
+22
-19
ODS/DDL元数据/ENDOR.sql
ODS/DDL元数据/ENDOR.sql
+22
-19
No files found.
ODS/DDL元数据/ENDOR.sql
View file @
ab7564f8
...
@@ -8,9 +8,9 @@ ENDOR_PLCSOLUTION_PLCCOINS
...
@@ -8,9 +8,9 @@ ENDOR_PLCSOLUTION_PLCCOINS
ENDOR_PLCSOLUTION_PLCCOINS_PLCCOINSBASICINFORMATION
ENDOR_PLCSOLUTION_PLCCOINS_PLCCOINSBASICINFORMATION
ENDOR_PLCSOLUTION_PLCCOINS_PLCRATION
ENDOR_PLCSOLUTION_PLCCOINS_PLCRATION
ENDOR_PLCSOLUTION_PLCCOINS_PLCCOMMISSIONDETAIL
ENDOR_PLCSOLUTION_PLCCOINS_PLCCOMMISSIONDETAIL
PLCCAR05
ENDOR_
PLCCAR05
PLCAPPLICANT
ENDOR_
PLCAPPLICANT
PLCPUBLICINSURANT
ENDOR_
PLCPUBLICINSURANT
来源:
来源:
(
(
...
@@ -22,49 +22,50 @@ PLCPUBLICINSURANT
...
@@ -22,49 +22,50 @@ PLCPUBLICINSURANT
uwConclueDate
String
,
-- 6 核批完成时间
uwConclueDate
String
,
-- 6 核批完成时间
plpEndorse
row
(
plpEndorse
row
(
endorseEffectiveTime
Stirng
,
-- 7 批单生效日期
endorseEffectiveTime
Stirng
,
-- 7 批单生效日期
sigAndStaExchangeRate
String
,
-- 8 到人民币汇率 除了粤港车,车险没有存汇率,模型默认0
--
sigAndStaExchangeRate String , -- 8 到人民币汇率 除了粤港车,车险没有存汇率,模型默认0
staCurAmountVariation
String
,
-- 10 变化保险金额
staCurAmountVariation
String
,
-- 10 变化保险金额
staCurPremiumVariation
String
,
-- 11 不含税变化保险费
staCurPremiumVariation
String
,
-- 11 不含税变化保险费
staCurNetPremiumVariation
String
,
-- 12 含税变化保险费
staCurNetPremiumVariation
String
,
-- 12 含税变化保险费
staCurTaxFeeVariation
String
,
-- 13 税
staCurTaxFeeVariation
String
,
-- 13 税
netPremiumVariation
String
,
-- 保费变化量
plpCommissionDetail
array
<
row
(
plpCommissionDetail
array
<
row
(
agentFeeVariation
String
,
-- 16 份额含税手续费变化量
agentFeeVariation
String
,
-- 16 份额含税手续费变化量
agentNetFeeVariation
String
-- 17 份额不含税手续费变化量
agentNetFeeVariation
String
-- 17 份额不含税手续费变化量
)
>
)
>
netPremiumVariation
String
,
-- 保费变化量
),
),
recordClerkCode
String
,
-- 14 归属业务员ID
recordClerkName
String
,
-- 15 归属业务员名称
businessChannelCode
String
,
-- 27 新核心车险批单-清分后渠道
businessChannelName
String
,
-- 28 业务渠道名
newPolicyFlag
String
,
-- 20 新核心车险批单-新保标识 1:是,0:否
autoTransrenewFlag
String
,
-- 21 新核心车险批单-自动续保标识 1:是,4:跨险种自动续保,0:否
transferPolicyFlag
String
,
-- 22 新核心车险批单-转保标识1:是,0:否
transrenewFlag
String
,
-- 23 新核心车险批单-续保标识 1:是,4:跨险种续保,0:否
policyCreatDate
String
,
-- 新核心车险批单-核保通过时间
plcSolution
array
<
row
(
plcSolution
array
<
row
(
plcCoins
row
(
--String类型 该对象部分参数在某些数据中可能不存在 自定义函数 JsonValuUDF读取
plcCoins
row
(
--String类型 该对象部分参数在某些数据中可能不存在 自定义函数 JsonValuUDF读取
plcCoinsBasicInformation
array
<
row
(
plcCoinsBasicInformation
array
<
row
(
coinsRate
-- 非车险共保比例
coinsRate
-- 非车险共保比例
coinsIdentity
-- 共保我方标记 = 1 时共保我方
coinsIdentity
-- 共保我方标记 = 1 时共保我方
)
>
)
>
),
),
"PlcRation"
:
row
(
PlcRation
:
row
(
artifSelfPricesRat
String
,
-- 新核心车险批单-自主定价系数
artifSelfPricesRat
String
,
-- 新核心车险批单-自主定价系数
artifReviewPrem
String
,
-- 新核心车险批单-总保费
artifReviewPrem
String
,
-- 新核心车险批单-总保费
),
),
"plcCommissionDetail"
:
array
<
row
(
plcCommissionDetail
:
array
<
row
(
agentFee
String
,
-- 新核心车险批单-手续费含税金额
agentFee
String
,
-- 新核心车险批单-手续费含税金额
agentNetFee
String
,
-- 新核心车险批单-手续费不含税金额
agentNetFee
String
,
-- 新核心车险批单-手续费不含税金额
)
>
,
)
>
,
)
>
,
)
>
,
recordClerkCode
String
,
-- 14 归属业务员ID
recordClerkName
String
,
-- 15 归属业务员名称
businessChannelCode
String
,
-- 27 新核心车险批单-清分后渠道
businessChannelName
String
,
-- 28 业务渠道名
newPolicyFlag
String
,
-- 20 新核心车险批单-新保标识 1:是,0:否
autoTransrenewFlag
String
,
-- 21 新核心车险批单-自动续保标识 1:是,4:跨险种自动续保,0:否
transferPolicyFlag
String
,
-- 22 新核心车险批单-转保标识1:是,0:否
transrenewFlag
String
,
-- 23 新核心车险批单-续保标识 1:是,4:跨险种续保,0:否
policyNo
String
,
-- 新核心车险批单-保单号
policyNo
String
,
-- 新核心车险批单-保单号
policyCreatDate
String
,
-- 新核心车险批单-核保通过时间
businessOfficeName
String
,
-- 新核心车险批单-保单归属机构名称
businessOfficeName
String
,
-- 新核心车险批单-保单归属机构名称
startTime
String
,
-- 新核心车险批单-起保时间
startTime
String
,
-- 新核心车险批单-起保时间
endTime
String
,
-- 新核心车险批单-终保时间
endTime
String
,
-- 新核心车险批单-终保时间
netPremium
String
,
-- 新核心车险批单-不含税保费
netPremium
String
,
-- 新核心车险批单-不含税保费
premium
String
,
-- 新核心车险批单-含税保费
premium
String
,
-- 新核心车险批单-含税保费
"plcCar05"
:
row
(
plcCar05
:
row
(
licensePlateNo
String
,
-- 新核心车险批单-车牌号
licensePlateNo
String
,
-- 新核心车险批单-车牌号
frameNo
String
,
-- 新核心车险批单-车架号
frameNo
String
,
-- 新核心车险批单-车架号
vehicleId
String
,
-- 新核心车险批单-车型
vehicleId
String
,
-- 新核心车险批单-车型
...
@@ -80,7 +81,9 @@ PLCPUBLICINSURANT
...
@@ -80,7 +81,9 @@ PLCPUBLICINSURANT
)
>
,
)
>
,
saleaman
String
,
-- 新核心车险批单-代理机构代码
saleaman
String
,
-- 新核心车险批单-代理机构代码
saleamanName
String
,
-- 新核心车险批单-代理机构名称
saleamanName
String
,
-- 新核心车险批单-代理机构名称
policySort
String
,
-- 新核心车险批单-代理机构名称
policySort
String
,
-- 新核心车险批单-保单种类
sigAndStaExchangeRate
String
,
-- 8 到人民币汇率 除了粤港车,车险没有存汇率,模型默认0
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment