|
|
@ -115,6 +115,12 @@ public class BasicSkPrescribeEntity {
|
|
|
|
@TableField(value = "updateUser")
|
|
|
|
@TableField(value = "updateUser")
|
|
|
|
@ApiModelProperty(value = "更新人")
|
|
|
|
@ApiModelProperty(value = "更新人")
|
|
|
|
private String updateUser;
|
|
|
|
private String updateUser;
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 就诊卡号
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@TableField(value = "clinicNumber")
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "就诊卡号")
|
|
|
|
|
|
|
|
private String clinicNumber;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 更新时间
|
|
|
|
* 更新时间
|
|
|
|