【积分银行】积分

This commit is contained in:
2026-02-09 16:30:50 +08:00
parent 03f8be4c98
commit 6e005f2f4e
20 changed files with 719 additions and 48 deletions
@@ -10,9 +10,21 @@ import lombok.Getter;
@Getter
public enum ExportExcelEnum {
/**
* 积分规则
* 员工积分信息
*/
BANK_POINTS_RULE("bcsStationExportCode", "站点数据", "/bcs/station", null),
BANK_USER_POINTS("bankUserPointsExportCode", "员工积分信息", "/bank/userPoints", null),
/**
* 员工积分明细
*/
BANK_POINTS_DETAIL("bankPointsDetailExportCode", "员工积分明细", "/bank/pointsDetail", null),
/**
* 员工打卡监测
*/
BANK_CLOCK_IN_RECORD("bankClockInRecordExportCode", "员工打卡监测", "/bank/clockInRecord", null),
/**
* 员工积分排名
*/
BANK_USER_RANKING("bankUserRankingExportCode", "员工积分排名", "/bank/userRanking", null),
;
/**
@@ -49,7 +49,12 @@ public enum ServerEnum {
/**
* 医疗点模块
*/
WATCH("health-watch", "watchCenter");
WATCH("health-watch", "watchCenter"),
/**
* 健康银行模块
*/
BANK("health-bank", "bank"),
;
/**
* 服务名