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