MrShi
2024-11-01 deb4575b72443cf906946a9fb28a557c16556fb9
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);
}