| | |
| | | import java.io.IOException;
|
| | | import java.util.List;
|
| | |
|
| | | import org.springframework.web.multipart.commons.CommonsMultipartFile;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.exception.user.UserComplaintException;
|
| | |
|
| | |
| | | * @param content 内容
|
| | | * @throws UserComplaintException
|
| | | */
|
| | | public void addUserComplaint(List<CommonsMultipartFile> fileList, Long uid, String content)
|
| | | public void addUserComplaint(List<MultipartFile> fileList, Long uid, String content)
|
| | | throws UserComplaintException, IOException, Exception;
|
| | |
|
| | |
|