|
@@ -44,6 +44,10 @@ public class OutpatientSettleBill implements Serializable {
|
|
|
@Excel(name = "门诊号", width = 15)
|
|
@Excel(name = "门诊号", width = 15)
|
|
|
@ApiModelProperty(value = "门诊号")
|
|
@ApiModelProperty(value = "门诊号")
|
|
|
private java.lang.String visitNo;
|
|
private java.lang.String visitNo;
|
|
|
|
|
+ /**处方号*/
|
|
|
|
|
+ @Excel(name = "处方号", width = 15)
|
|
|
|
|
+ @ApiModelProperty(value = "处方号")
|
|
|
|
|
+ private java.lang.String recipeNo;
|
|
|
/**支付方式;费用类型 0 自费 1市医保 2省医保 3 国家医保*/
|
|
/**支付方式;费用类型 0 自费 1市医保 2省医保 3 国家医保*/
|
|
|
@Excel(name = "支付方式;费用类型 0 自费 1市医保 2省医保 3 国家医保", width = 15)
|
|
@Excel(name = "支付方式;费用类型 0 自费 1市医保 2省医保 3 国家医保", width = 15)
|
|
|
@ApiModelProperty(value = "支付方式;费用类型 0 自费 1市医保 2省医保 3 国家医保")
|
|
@ApiModelProperty(value = "支付方式;费用类型 0 自费 1市医保 2省医保 3 国家医保")
|