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); }