sgj
6 天以前 ce819cce8e411e78e188e31645b0d7c8c2382784
1
2
3
4
5
package com.fzzy.sys.service;
 
public interface LoginService {
    void getCode(String phone);
}