特权逻辑

This commit is contained in:
2026-04-30 22:25:27 +08:00
parent ecb4b6dc26
commit 557e12f631
5 changed files with 107 additions and 0 deletions

View File

@@ -22,4 +22,6 @@ public interface ILbPurchaseApplyService extends IService<LbPurchaseApply> {
String colleagueName,
String teamLeader,
LocalDate applyDate);
Map<String, Object> listNeedPrivilegeRecommenders(LocalDate startDate, LocalDate endDate);
}