wangwei 6 éve
szülő
commit
6e74818039

+ 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;
 	}