wujianwei
2025-08-15 999599e7c93bf781518ecadca1baaba932766cef
service/src/main/java/com/ruoyi/cwgl/service/IEstimatedReceivableBillService.java
@@ -99,4 +99,18 @@
     * @return 结果
     */
    public int deleteEstimatedReceivableBillById(Integer id);
    /**
     * 提交结算金额
     * @param estimatedReceivableBill
     * @return
     */
    int settlement(EstimatedReceivableBill estimatedReceivableBill);
    /**
     * 取消关联
     * @param id
     * @return
     */
    int cancelRelevancy(Integer id);
}