|
|
@ -122,9 +122,9 @@ public interface IssueFeignClient { |
|
|
|
@GetMapping(value = "events/epdc-app/event/tags", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<List<EventTagsResultDTO>> eventTags(); |
|
|
|
|
|
|
|
@PostMapping(value = "events/epdc-app/event/veterantopic/submitVeterantopic", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@PostMapping(value = "events/veterantopic/submitVeterantopic", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result submitVeterantopic(VeteranTopicDTO dto); |
|
|
|
|
|
|
|
@GetMapping(value = "events/epdc-app/event/veterantopic/getlistVeteran", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "events/veterantopic/getlistVeteran", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<List<VeteranTopicDTO>> getlistVeteran(VeteranFormDTO formDto); |
|
|
|
} |
|
|
|