|
@@ -163,6 +163,16 @@ public class PatientDTO {
|
|
|
private String excelDateYm;
|
|
|
private String dateType="";
|
|
|
|
|
|
+ private String centerType="";
|
|
|
+
|
|
|
+ public String getCenterType() {
|
|
|
+ return this.centerType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCenterType(String centerType) {
|
|
|
+ this.centerType = centerType;
|
|
|
+ }
|
|
|
+
|
|
|
public int getlTotal() {
|
|
|
return this.lTotal;
|
|
|
}
|