init
This commit is contained in:
@@ -12,9 +12,11 @@ import org.apache.ibatis.annotations.Param;
|
||||
*/
|
||||
public interface CaiAccountMapper extends BaseMapper<CaiAccount> {
|
||||
|
||||
long incs(@Param("userId") Long userId, @Param("value") Long value);
|
||||
long decrCoin(@Param("userId") Long userId, @Param("coin") Long coin);
|
||||
|
||||
void incsCoin(@Param("userId") Long userId, @Param("coin") Long coin, @Param("incomeCoin") Long incomeCoin);
|
||||
long incsCoin(@Param("userId") Long userId, @Param("coin") Long coin);
|
||||
|
||||
void incsIncomeCoin(@Param("userId") Long userId, @Param("incomeCoin") Long incomeCoin);
|
||||
|
||||
|
||||
long decrIncomeCoin(@Param("userId") Long userId, @Param("incomeCoin") Long incomeCoin);
|
||||
|
||||
Reference in New Issue
Block a user