|
|
@@ -275,6 +275,10 @@ public class MedicalInsRuleProject implements Serializable {
|
|
|
@ApiModelProperty(value = "关联诊断编码")
|
|
|
private String correlationMedicalDiagnoseCode;
|
|
|
|
|
|
+ /**违规说明*/
|
|
|
+ @Excel(name = "违规描述", width = 15)
|
|
|
+ @ApiModelProperty(value = "违规描述")
|
|
|
+ private java.lang.String violationDesc;
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
private List<String> code;
|