|
@@ -10,6 +10,7 @@ const Emrinfo = new Schema({
|
|
doctorname: { type: String, required: false, maxLength: 200 }, // 医生名称
|
|
doctorname: { type: String, required: false, maxLength: 200 }, // 医生名称
|
|
title: { type: String, required: false }, // 标题
|
|
title: { type: String, required: false }, // 标题
|
|
content: { type: String, required: false }, // 病历内容
|
|
content: { type: String, required: false }, // 病历内容
|
|
|
|
+ img: { type: String }, // 病例图片
|
|
});
|
|
});
|
|
Emrinfo.index({ mobile: 1 });
|
|
Emrinfo.index({ mobile: 1 });
|
|
|
|
|