lohir
2024-10-22 a0e0eca428f47c4d796f1d0917041b072b8e7aac
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);
}