|
|
|
@ -11,6 +11,7 @@ import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.http.MediaType; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@ -76,7 +77,7 @@ public interface WorkItemFeignClient { |
|
|
|
* @Author: lipengfei |
|
|
|
* @Date: 2019/11/19 16:34 |
|
|
|
*/ |
|
|
|
@GetMapping(value = "events/work/item/handleSubmit", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@PostMapping(value = "events/work/item/handleSubmit", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result handleSubmit(ItemHandleSubmitFormDTO dto); |
|
|
|
|
|
|
|
/** |
|
|
|
|