Helius
2021-06-26 d8db87b90eeab5dda8e6d08c1ef5e777becb0f7c
1
2
3
4
5
package com.xzx.gc.role.mapper;
 
import org.apache.ibatis.annotations.Param;public interface UserConsoleMapper {
    void addCuserAccountRole(@Param("id")String accountNo, @Param("phone")String s, @Param("userId")String s1, @Param("money")String value);
}