|
@@ -266,48 +266,87 @@ public class InptntSetlmtLst {
|
|
|
private BigDecimal allfeeFrst;
|
|
|
private BigDecimal allfeeScnd;
|
|
|
|
|
|
+ /**
|
|
|
+ * 政策项:全自费
|
|
|
+ * */
|
|
|
private BigDecimal selfPayPsnAmt;
|
|
|
private String selfPayPsnProp;
|
|
|
private BigDecimal selfPayFundAmt;
|
|
|
private String selfPayFundProp;
|
|
|
private BigDecimal selfPaySum;
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 政策项:乙类先自付
|
|
|
+ * */
|
|
|
private BigDecimal scndPrePayPsnAmt;
|
|
|
private String scndPrePayPsnProp;
|
|
|
private BigDecimal scndPrePayFundAmt;
|
|
|
private String scndPrePayFundProp;
|
|
|
private BigDecimal scndPrePaySum;
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 政策项:超限额自付
|
|
|
+ * */
|
|
|
private BigDecimal ovrlmtSelfPayPsnAmt;
|
|
|
private String ovrlmtSelfPayPsnProp;
|
|
|
private BigDecimal ovrlmtSelfPayFundAmt;
|
|
|
private String ovrlmtSelfPayFundProp;
|
|
|
private BigDecimal ovrlmtSelfPaySum;
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 政策项:本次应付起付标准
|
|
|
+ * */
|
|
|
private BigDecimal begnlinePsnAmt;
|
|
|
private String begnlinePsnProp;
|
|
|
private BigDecimal begnlineFundAmt;
|
|
|
private String begnlineFundProp;
|
|
|
private BigDecimal begnlineSum;
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 政策项:统筹一段
|
|
|
+ * */
|
|
|
private BigDecimal fundFrstLvPsnAmt;
|
|
|
private String fundFrstLvPsnProp;
|
|
|
private BigDecimal fundFrstLvFundAmt;
|
|
|
private String fundFrstLvFundProp;
|
|
|
private BigDecimal fundFrstLvSum;
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 政策项:统筹二段
|
|
|
+ * */
|
|
|
private BigDecimal fundScndLvPsnAmt;
|
|
|
private String fundScndLvPsnProp;
|
|
|
private BigDecimal fundScndLvFundAmt;
|
|
|
private String fundScndLvFundProp;
|
|
|
private BigDecimal fundScndLvSum;
|
|
|
|
|
|
+ /**
|
|
|
+ * 政策项:大额一段
|
|
|
+ * */
|
|
|
private BigDecimal bigAmtFrstLvPsnAmt;
|
|
|
private String bigAmtFrstLvPsnProp;
|
|
|
private BigDecimal bigAmtFrstLvFundAmt;
|
|
|
private String bigAmtFrstLvFundProp;
|
|
|
private BigDecimal bigAmtFrstLvSum;
|
|
|
|
|
|
+ /**
|
|
|
+ * 政策项:双通道统筹支付
|
|
|
+ * */
|
|
|
+ private BigDecimal dualChannelFundPsnAmt;
|
|
|
+ private String dualChannelFundPsnProp;
|
|
|
+ private BigDecimal dualChannelFundFundAmt;
|
|
|
+ private String dualChannelFundFundProp;
|
|
|
+ private BigDecimal dualChannelFundSum;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 政策项:双通道大额支付
|
|
|
+ * */
|
|
|
+ private BigDecimal dualChannelBigAmtPsnAmt;
|
|
|
+ private String dualChannelBigAmtPsnProp;
|
|
|
+ private BigDecimal dualChannelBigAmtFundAmt;
|
|
|
+ private String dualChannelBigAmtFundProp;
|
|
|
+ private BigDecimal dualChannelBigAmtSum;
|
|
|
+
|
|
|
private BigDecimal allPsnAmt;
|
|
|
private BigDecimal allFundAmt;
|
|
|
private BigDecimal allSum;
|