|
|
@ -38,6 +38,8 @@ public class AllMattersResultDTO implements Serializable { |
|
|
|
|
|
|
|
private String workPhone; |
|
|
|
|
|
|
|
private String centerName; |
|
|
|
|
|
|
|
public AllMattersResultDTO() { |
|
|
|
this.matterName = ""; |
|
|
|
this.allowTime = ""; |
|
|
@ -45,5 +47,6 @@ public class AllMattersResultDTO implements Serializable { |
|
|
|
this.matterImg = ""; |
|
|
|
this.address = ""; |
|
|
|
this.workPhone = ""; |
|
|
|
this.centerName = ""; |
|
|
|
} |
|
|
|
} |
|
|
|