k94314517
2024-06-27 17f3de037c0e60898ff8cfee09d071be6348c5e1
server/service/src/main/java/com/doumee/service/business/UnionApplyService.java
@@ -131,4 +131,10 @@
    UnionApply detail(Integer applyId);
    UnionApply findDetailForExport(UnionApply model);
    /**
     * 更新合并单金额
     * @param id
     */
    void updateUnionApplyCurrentFee(Integer id);
}