old mode 100644
new mode 100755
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "community-service", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "${java110.community-service}", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/prestoreFeeApi") |
| | | public interface IPrestoreFeeInnerServiceSMO { |
| | | |
| | | |
| | | @RequestMapping(value = "/savePrestoreFee", method = RequestMethod.POST) |
| | | public int savePrestoreFee(@RequestBody PrestoreFeePo prestoreFeePo); |
| | | public int savePrestoreFee(@RequestBody PrestoreFeePo prestoreFeePo); |
| | | |
| | | @RequestMapping(value = "/updatePrestoreFee", method = RequestMethod.POST) |
| | | public int updatePrestoreFee(@RequestBody PrestoreFeePo prestoreFeePo); |
| | | |
| | | @RequestMapping(value = "/deletePrestoreFee", method = RequestMethod.POST) |
| | | public int deletePrestoreFee(@RequestBody PrestoreFeePo prestoreFeePo); |
| | | public int deletePrestoreFee(@RequestBody PrestoreFeePo prestoreFeePo); |
| | | |
| | | /** |
| | | * <p>查询小区楼信息</p> |