AccountCommonService.java 153 Bytes
Newer Older
kangxiaoshan committed
1 2 3 4 5
package common.service;


import common.model.Account4Web;

kangxiaoshan committed
6
public interface AccountCommonService {
kangxiaoshan committed
7 8
    Account4Web findOne(String dmp, String email);
}