java110
2022-06-28 22e8a676ee42c0d78b3526bcd9a635abbe8dca03
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>