Commit 777c6763 authored by 胡涛's avatar 胡涛

LPDATA字段添加

parent 938adf5b
...@@ -60,15 +60,20 @@ LPDATA_ACTUALDATA_PRPLCASEMODIFY ...@@ -60,15 +60,20 @@ LPDATA_ACTUALDATA_PRPLCASEMODIFY
damageName String , -- 出险原因 damageName String , -- 出险原因
damageCourse String -- 出险经过 damageCourse String -- 出险经过
) , ) ,
prplclaim array<row( prplclaim String ,
riskCode String , -- 险种 -- prplclaim array<row(
claimDate String , -- 出险时间 -- riskCode String , -- 险种
sumclaim String -- 估损金额 -- claimDate String , -- 出险时间
prplclaimloss array<row( -- sumclaim String -- 估损金额
claimno String ,-- 立案号码 -- prplclaimloss array<row(
claimInputDate String -- 估损调整时间 -- claimno String ,-- 立案号码
)> -- claimInputDate String -- 估损调整时间
)> , -- )>
prplclloss array<row(
-- claimno String ,-- 立案号码
-- claimInputDate String -- 估损调整时间
-- )>
-- )> ,
prplcasemodify array<row ( prplcasemodify array<row (
sumChangeLoss String -- 估损提转差 sumChangeLoss String -- 估损提转差
)> )>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment