Kaynağa Gözat

Merge branch 'master' of http://git.qmth.com.cn/ExamCloud-3/examcloud-rpc.git

lideyin 6 yıl önce
ebeveyn
işleme
20a44420c4

+ 0 - 12
examcloud-exchange-inner-api/src/main/java/cn/com/qmth/examcloud/exchange/inner/api/request/PutFileReq.java

@@ -1,7 +1,5 @@
 package cn.com.qmth.examcloud.exchange.inner.api.request;
 
-import org.springframework.web.multipart.commons.CommonsMultipartFile;
-
 import cn.com.qmth.examcloud.api.commons.exchange.FormRequest;
 
 /**
@@ -23,8 +21,6 @@ public class PutFileReq extends FormRequest {
 
 	private String fileSuffix;
 
-	private CommonsMultipartFile file;
-
 	public String getSiteId() {
 		return siteId;
 	}
@@ -57,12 +53,4 @@ public class PutFileReq extends FormRequest {
 		this.fileSuffix = fileSuffix;
 	}
 
-	public CommonsMultipartFile getFile() {
-		return file;
-	}
-
-	public void setFile(CommonsMultipartFile file) {
-		this.file = file;
-	}
-
 }