|
|
@@ -36,26 +36,11 @@ public class AdvanceWarningAudit implements Serializable {
|
|
|
@TableId(type = IdType.AUTO)
|
|
|
@ApiModelProperty(value = "主键ID")
|
|
|
private java.lang.Integer id;
|
|
|
- /**医保规则ID*/
|
|
|
- @Excel(name = "医保规则ID", width = 15)
|
|
|
- @ApiModelProperty(value = "医保规则ID")
|
|
|
- private java.lang.Integer medicalInsRuleInfoId;
|
|
|
- /**医保规则编码*/
|
|
|
- @Excel(name = "医保规则编码", width = 15)
|
|
|
- @ApiModelProperty(value = "医保规则编码")
|
|
|
- private java.lang.String medicalInsRuleInfoCode;
|
|
|
- /**医保规则名称*/
|
|
|
- @Excel(name = "医保规则名称", width = 15)
|
|
|
- @ApiModelProperty(value = "医保规则名称")
|
|
|
- private java.lang.String medicalInsRuleInfoName;
|
|
|
+
|
|
|
/**就诊类别;住院/门诊*/
|
|
|
@Excel(name = "就诊类别;住院/门诊", width = 15)
|
|
|
@ApiModelProperty(value = "就诊类别;住院/门诊")
|
|
|
private java.lang.String treatmentType;
|
|
|
- /**警示级别*/
|
|
|
- @Excel(name = "违规等级", width = 15)
|
|
|
- @ApiModelProperty(value = "违规等级")
|
|
|
- private java.lang.String reminderLevel;
|
|
|
/**提醒类别;事前提醒,事中预警,事后监管*/
|
|
|
@Excel(name = "提醒类别;事前提醒,事中预警,事后监管", width = 15)
|
|
|
@ApiModelProperty(value = "提醒类别;事前提醒,事中预警,事后监管")
|