|
@@ -53,20 +53,11 @@ public class ProjectPlanWeekly extends DataEntity<ProjectPlanWeekly> {
|
|
|
|
|
|
private User user;
|
|
|
private Office office;
|
|
|
- private Office company;
|
|
|
|
|
|
public String getCompanyId() {
|
|
|
return companyId;
|
|
|
}
|
|
|
|
|
|
- public Office getCompany() {
|
|
|
- return company;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCompany(Office company) {
|
|
|
- this.company = company;
|
|
|
- }
|
|
|
-
|
|
|
public Office getOffice() {
|
|
|
return office;
|
|
|
}
|