## Feat - 清理数据Job (del_flag = 1 & 30天 awards/level/grade)

This commit is contained in:
sangelxiu1 2025-06-27 11:47:34 +08:00
parent b38decfc8b
commit 6a6be83989
1 changed files with 10 additions and 0 deletions

View File

@ -38,4 +38,14 @@ public interface IMemberJobServiceApi {
* @return R<CuMemberRecharge> * @return R<CuMemberRecharge>
*/ */
R<CuMemberRecharge> selectRechargeTotalAmount(Date startDate, Date endDate); R<CuMemberRecharge> selectRechargeTotalAmount(Date startDate, Date endDate);
/**
* 自动清理垃圾数据
* CU_MEMBER_AWARDS
* CU_MEMBER_LEVEL
* CU_MEMBER_GRADE
* @return
*/
R autoDeleteGarbageData();
} }