|
@@ -1,22 +1,11 @@
|
|
|
package cn.com.qmth.examcloud.exchange.outer.api.response;
|
|
|
|
|
|
import cn.com.qmth.examcloud.api.commons.exchange.EnterpriseResponse;
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
public class OuterSaveExtractConfigResp extends EnterpriseResponse {
|
|
|
|
|
|
private static final long serialVersionUID = -8997559197584414927L;
|
|
|
|
|
|
- @ApiModelProperty(value = "调卷规则ID", example = "xxxxxxxx", required = true)
|
|
|
- private String extractConfigId;
|
|
|
-
|
|
|
- public String getExtractConfigId() {
|
|
|
- return extractConfigId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setExtractConfigId(String extractConfigId) {
|
|
|
- this.extractConfigId = extractConfigId;
|
|
|
- }
|
|
|
|
|
|
|
|
|
}
|