MrShi
2024-11-13 b496da6315314d9bd048ac2214d8bc95d2f1df02
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);
}