perryhsu
2020-10-17 a543f4de1c91ef6f43aace92975c6cf28de23618
src/main/java/com/fgkj/controller/User_task_paramController.java
@@ -1,17 +1,16 @@
package com.fgkj.controller;
import java.util.List;
import com.fgkj.util.*;
import com.fgkj.dto.ServiceModel;
import com.fgkj.dto.User_task_param;
import com.fgkj.services.User_task_paramService;
import com.google.gson.reflect.TypeToken;
import com.opensymphony.xwork2.ActionSupport;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RequestMapping("userTaskParam")
@RestController
@Api