|
@@ -12,7 +12,7 @@ public class GetExamStudentPropertyValueListReq extends BaseRequest {
|
|
|
|
|
|
private String start;
|
|
|
|
|
|
- private Long propertyName;
|
|
|
+ private String propertyName;
|
|
|
|
|
|
public Long getRootOrgId() {
|
|
|
return rootOrgId;
|
|
@@ -38,11 +38,11 @@ public class GetExamStudentPropertyValueListReq extends BaseRequest {
|
|
|
this.start = start;
|
|
|
}
|
|
|
|
|
|
- public Long getPropertyName() {
|
|
|
+ public String getPropertyName() {
|
|
|
return propertyName;
|
|
|
}
|
|
|
|
|
|
- public void setPropertyName(Long propertyName) {
|
|
|
+ public void setPropertyName(String propertyName) {
|
|
|
this.propertyName = propertyName;
|
|
|
}
|
|
|
|