whycxzp
2021-02-05 8cf143a196e20ddd68cbf9855290f2d3a0b78da0
src/main/java/com/fgkj/controller/ResDataUploadController.java
@@ -4,13 +4,13 @@
import com.fgkj.dto.ServiceModel;
import com.fgkj.dto.User_inf;
import com.fgkj.services.ResDataUploadService;
import com.fgkj.util.*;
import com.fgkj.util.ActionUtil;
import com.google.gson.Gson;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import javax.servlet.http.HttpSession;
import java.io.File;
import java.io.FileInputStream;
@@ -18,11 +18,10 @@
import java.io.IOException;
import java.util.Date;
import javax.annotation.Resource;
@RequestMapping("resDataUpload")
@RestController
@Api(tags = "resDataUpload接口")
//Perry TODO
public class ResDataUploadController{
   /*private String tableRowData;