fuliqi
2024-04-30 e4c63c11d866f4dad001cbe76d83540fcac70d17
ycl-server/src/main/java/com/ycl/platform/service/CalculateMoneyRuleService.java
@@ -62,4 +62,11 @@
     * @return
     */
    Result all();
    /**
     * 根据合同id查询
     * @param contractId 合同id
     * @return 数据
     */
    List<CalculateMoneyRule> selectMoneyRules(Integer contractId);
}