|
@ -14,12 +14,12 @@ import java.util.Date;
|
|
|
* 处方日志
|
|
|
*/
|
|
|
@Entity
|
|
|
@Table(name = "wlyy_prescription_log")
|
|
|
@Table(name = "wlyy_prescription_reviewed")
|
|
|
public class PrescriptionReviewed extends IdEntity {
|
|
|
|
|
|
private String code; //业务流程
|
|
|
private String prescriptionCode; //处方code 关联表wlyy_prescription code
|
|
|
private Date createTime; //处方创建时间
|
|
|
private Date createTime; //审核时间
|
|
|
private String hospital; //医院 关联 dm_hospital code
|
|
|
private String hospitalName; //医院 关联 dm_hospital name
|
|
|
private String dept; //科室code
|