接口 ISimAccountRepository


public interface ISimAccountRepository
  • 方法详细资料

    • save

      void save(SimAccountDescription simAccountDescription)
      保存账户信息
      参数:
      simAccountDescription -
    • findById

      SimAccountDescription findById(String accountId)
      查找账户信息
      参数:
      accountId -
      返回:
    • deleteById

      void deleteById(String accountId)
      删除账户信息
      参数:
      accountId -