|
|
@ -254,7 +254,7 @@ public interface CustomFeignClient { |
|
|
|
* @Author wgf |
|
|
|
* @Date 2022/6/9 11:27 |
|
|
|
**/ |
|
|
|
@GetMapping(value = "custom/epidemicplotcoordinate/getBuildingOptionApp", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "custom/epidemicplotbuilding/getBuildingOptionApp", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result getBuildingOptionApp(EpidemicPlotBuildingDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
@ -263,7 +263,7 @@ public interface CustomFeignClient { |
|
|
|
* @Author wgf |
|
|
|
* @Date 2022/6/9 11:27 |
|
|
|
**/ |
|
|
|
@GetMapping(value = "custom/epidemicplotcoordinate/getUnitOption", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "custom/epidemicbuildingunit/getUnitOption", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result getUnitOption(EpidemicBuildingUnitDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
@ -272,7 +272,7 @@ public interface CustomFeignClient { |
|
|
|
* @Author wgf |
|
|
|
* @Date 2022/6/9 11:27 |
|
|
|
**/ |
|
|
|
@GetMapping(value = "custom/epidemicplotcoordinate/getHouseOption", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "custom/epidemicbuildingunit/getHouseOption", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result getHouseOption(EpidemicBuildingUnitDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
|