|
|
@@ -48,9 +48,6 @@ public class MedicalInsRuleProjectDiagnose implements Serializable {
|
|
|
@Excel(name = "诊断编码", width = 15)
|
|
|
@ApiModelProperty(value = "诊断编码")
|
|
|
private java.lang.String medicalDiagnoseCode;
|
|
|
- @Excel(name = "关联诊断编码")
|
|
|
- @ApiModelProperty(value = "关联诊断编码")
|
|
|
- private String correlationMedicalDiagnoseCode;
|
|
|
@ApiModelProperty(value = "项目编码类型;1:项目编码,2:关联项目编码")
|
|
|
private Integer projectCodeType;
|
|
|
/**创建人*/
|