wangwei преди 6 години
родител
ревизия
6e74818039
променени са 1 файла, в които са добавени 0 реда и са изтрити 10 реда
  1. 0 10
      examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/examwork/api/response/GetExamPropertyResp.java

+ 0 - 10
examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/examwork/api/response/GetExamPropertyResp.java

@@ -13,18 +13,8 @@ public class GetExamPropertyResp extends BaseResponse {
 
 	private static final long serialVersionUID = 606999493938772517L;
 
-	private Boolean existing;
-
 	private String value;
 
-	public Boolean getExisting() {
-		return existing;
-	}
-
-	public void setExisting(Boolean existing) {
-		this.existing = existing;
-	}
-
 	public String getValue() {
 		return value;
 	}