|
@@ -153,6 +153,11 @@ public class BehospitalInfo implements Serializable {
|
|
|
*/
|
|
|
private String isPlacefile;
|
|
|
|
|
|
+ /**
|
|
|
+ * 归档时间
|
|
|
+ */
|
|
|
+ private Date placefileDate;
|
|
|
+
|
|
|
/**
|
|
|
* 是否删除,N:未删除,Y:删除
|
|
|
*/
|
|
@@ -386,6 +391,14 @@ public class BehospitalInfo implements Serializable {
|
|
|
this.isPlacefile = isPlacefile;
|
|
|
}
|
|
|
|
|
|
+ public Date getPlacefileDate() {
|
|
|
+ return placefileDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPlacefileDate(Date placefileDate) {
|
|
|
+ this.placefileDate = placefileDate;
|
|
|
+ }
|
|
|
+
|
|
|
public String getIsDeleted() {
|
|
|
return isDeleted;
|
|
|
}
|