Commit 7807d241 by Wangmin

bugfix - 订单详情有部分未返回remark

parent 33cbb677
......@@ -39,6 +39,10 @@ public class DbghOrderItemVo extends OrderCommonVo {
*/
private String description;
/**
* 备注
*/
private String remark;
}
......@@ -63,14 +63,4 @@ public class DbmyOrderItemVo extends OrderCommonVo {
*/
private Boolean isRefrigerate;
/**
* 备注
*/
private String remark;
/**
* 主订单备注
*/
private String description;
}
......@@ -62,16 +62,6 @@ public class DbwzOrderItemVo extends OrderCommonVo {
private String serviceRequirements;
/**
* 备注
*/
private String remark;
/**
* 主订单备注
*/
private String description;
/**
* 上次就医情况
*/
private String lastMedicalTreatmentSituation;
......
......@@ -60,4 +60,14 @@ public class OrderCommonVo {
*/
private String project;
/**
* 其他需求
*/
private String description;
/**
* 备注
*/
private String remark;
}
......@@ -43,18 +43,6 @@ public class YypzOrderItemVo extends OrderCommonVo {
*/
private Date visitTime;
/**
* 需求描述
*/
private String description;
/**
* 备注
*/
private String remark;
/**
* 用户id
*/
......
......@@ -29,11 +29,6 @@ public class ZyphOrderItemVo extends OrderCommonVo {
private String hospital;
/**
* 其他需求
*/
private String description;
/**
* 陪护日期
*/
private String visitDate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment