|
@ -135,7 +135,7 @@ public interface ResiPartymemberFeignClient { |
|
|
* @return Result<AutoFailedDetailResultDTO> |
|
|
* @return Result<AutoFailedDetailResultDTO> |
|
|
* @author zhaoqifeng |
|
|
* @author zhaoqifeng |
|
|
*/ |
|
|
*/ |
|
|
@PostMapping("/resi/partymember/confirm/auditingdetail") |
|
|
@PostMapping("/resi/partymember/confirm/autofaileddetail") |
|
|
Result<AutoFailedDetailResultDTO> autoFailedDetail(@RequestBody AutoFailedDetailFromDTO fromDTO); |
|
|
Result<AutoFailedDetailResultDTO> autoFailedDetail(@RequestBody AutoFailedDetailFromDTO fromDTO); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|