init
This commit is contained in:
@@ -13,4 +13,6 @@ import org.apache.ibatis.annotations.Param;
|
||||
public interface CaiAccountMapper extends BaseMapper<CaiAccount> {
|
||||
|
||||
boolean incs(@Param("userId") Long userId, @Param("value") Long value);
|
||||
|
||||
void incsCoin(@Param("userId") Long userId, @Param("coin") Long coin, @Param("incomeCoin") Long incomeCoin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user