java110
2022-02-10 24bd6845c7857da19182025f434b495b2ee3ce05
service-fee/src/main/java/com/java110/fee/api/PayFeeConfigDiscountApi.java
old mode 100644 new mode 100755
@@ -14,15 +14,16 @@
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping(value = "/payFeeConfigDiscount")
public class PayFeeConfigDiscountApi {
    @Autowired
    private ISavePayFeeConfigDiscountBMO savePayFeeConfigDiscountBMOImpl;
    @Autowired
    private IUpdatePayFeeConfigDiscountBMO updatePayFeeConfigDiscountBMOImpl;
    @Autowired
    private IDeletePayFeeConfigDiscountBMO deletePayFeeConfigDiscountBMOImpl;