|
|
@ -45,7 +45,7 @@ public interface EpmetPointOpenFeignClient { |
|
|
|
* @param formDTO |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.dto.BizPointTotalDetailDTO> |
|
|
|
*/ |
|
|
|
@PostMapping("/point/group/point/pointdetail") |
|
|
|
@PostMapping("/point/group/point/grouppoint") |
|
|
|
Result<BizPointTotalDetailDTO> getGroupPoint(@RequestBody GroupPointFormDTO formDTO); |
|
|
|
|
|
|
|
} |
|
|
|