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

LPDATA字段添加

parent 938adf5b
......@@ -60,15 +60,20 @@ LPDATA_ACTUALDATA_PRPLCASEMODIFY
damageName String , -- 出险原因
damageCourse String -- 出险经过
) ,
prplclaim array<row(
riskCode String , -- 险种
claimDate String , -- 出险时间
sumclaim String -- 估损金额
prplclaimloss array<row(
claimno String ,-- 立案号码
claimInputDate String -- 估损调整时间
)>
)> ,
prplclaim String ,
-- prplclaim array<row(
-- riskCode String , -- 险种
-- claimDate String , -- 出险时间
-- sumclaim String -- 估损金额
-- prplclaimloss array<row(
-- claimno String ,-- 立案号码
-- claimInputDate String -- 估损调整时间
-- )>
prplclloss array<row(
-- claimno String ,-- 立案号码
-- claimInputDate String -- 估损调整时间
-- )>
-- )> ,
prplcasemodify array<row (
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