Helius
2021-06-28 cedf9aab0ee975b04c52c0a75749e1eba852db2c
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);
}