|
@@ -29,6 +29,7 @@ public class CrowdTaskVO {
|
|
|
private Double fixedPrice;
|
|
private Double fixedPrice;
|
|
|
private String requirementFile;
|
|
private String requirementFile;
|
|
|
private Long resource;
|
|
private Long resource;
|
|
|
|
|
+ private Long agencyId;
|
|
|
private Map<String, String> location;
|
|
private Map<String, String> location;
|
|
|
private String institution;
|
|
private String institution;
|
|
|
private String serviceType;
|
|
private String serviceType;
|
|
@@ -49,6 +50,7 @@ public class CrowdTaskVO {
|
|
|
serviceType = task.getType();
|
|
serviceType = task.getType();
|
|
|
requirementFile = task.getRequirementFile();
|
|
requirementFile = task.getRequirementFile();
|
|
|
status = task.getStatus();
|
|
status = task.getStatus();
|
|
|
|
|
+ agencyId = task.getEvaluationAgencyId();
|
|
|
datetime = task.getDeadTime();
|
|
datetime = task.getDeadTime();
|
|
|
}
|
|
}
|
|
|
|
|
|