|
|
@@ -33,6 +33,12 @@ public class BizPatientPO extends TenantPO {
|
|
|
@ApiModelProperty(value = "当前手术id", position = 6)
|
|
|
private String currentClinicId;
|
|
|
|
|
|
+ @ApiModelProperty("身份证号")
|
|
|
+ private String cardNo;
|
|
|
+
|
|
|
+ @ApiModelProperty("是否为新生儿")
|
|
|
+ private Boolean newHuman;
|
|
|
+
|
|
|
@TableField(updateStrategy = FieldStrategy.NEVER,fill = FieldFill.INSERT, jdbcType = JdbcType.VARCHAR)
|
|
|
private Integer deleted;
|
|
|
}
|