龚焕茏
2024-08-23 036af8cd158f5768c83cd98ad6dd6256a22feec6
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);
}