This commit is contained in:
dute7liang
2023-12-23 23:39:03 +08:00
parent 6377f7f364
commit 9ec7621d2d
25 changed files with 556 additions and 6 deletions

View File

@@ -17,4 +17,5 @@ public interface CaiGuardTotalMapper extends BaseMapper<CaiGuardTotal> {
List<GuardTotalVo> selectGuardTotal(@Param("fromUserId") Long fromUserId, @Param("limit") Integer limit);
void incs(@Param("fromUserId") Long fromUserId, @Param("toUserId") Long toUserId, @Param("guardNum") Long guardNum, @Param("guardValue") Long guardValue);
}