wuxw
2022-05-10 8f61316069a6ffffb0998ed3f498bd4e3acc77e4
java110-interface/src/main/java/com/java110/intf/fee/IPrestoreFeeInnerServiceSMO.java
old mode 100644 new mode 100755
@@ -18,19 +18,19 @@
 * @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>