package com.jsh.erp.service.sms; public interface SmsService { boolean sendCode(String phone); boolean verifyCode(String phone, String code); }