新建发票管理页面
This commit is contained in:
@@ -5,43 +5,32 @@ package com.openhis.web.ybmanage.vo;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 【3201】后台计算结果 DB映射实体
|
||||
* Settlement3202 Result DB mapping entity
|
||||
*
|
||||
* @author SunJQ
|
||||
* @date 2025-04-15
|
||||
*/
|
||||
@Data
|
||||
public class Settlement3202VO {
|
||||
/** 医疗费用总额 */
|
||||
|
||||
/** Medical Fee Sum */
|
||||
private BigDecimal medFeeSumAmt;
|
||||
/** 基金支付总额 */
|
||||
|
||||
/** Fund Pay Sum */
|
||||
private BigDecimal fundPaySumAmt;
|
||||
/** 个人账户支付总额 */
|
||||
|
||||
/** Account Pay */
|
||||
private BigDecimal acctPay;
|
||||
/** 个人账户支付总额 */
|
||||
|
||||
/** Account Gj Pay */
|
||||
private BigDecimal acctGjPay;
|
||||
/** 现金支付总额 */
|
||||
|
||||
/** Self Pay Cash */
|
||||
private BigDecimal selfPayCash;
|
||||
/** 微信支付总额 */
|
||||
|
||||
/** Self Pay WeChat */
|
||||
private BigDecimal selfPayVx;
|
||||
/** 阿里支付总额 */
|
||||
|
||||
/** Self Pay Alipay */
|
||||
private BigDecimal selfPayAli;
|
||||
/** 银行卡支付总额 */
|
||||
|
||||
/** Self Pay Bank Card */
|
||||
private BigDecimal selfPayUnion;
|
||||
/** 定点医药机构结算笔数 */
|
||||
|
||||
/** Settlement Count */
|
||||
private Integer fixMedInsSetlCnt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user