喻健
2018-12-10 5a9e4c13d08d3b1cb7da8f50f1097b33bb113b23
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.dao.user;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.fanli.dao.BaseDao;
import com.yeshi.fanli.entity.bus.user.AccountDetails;
 
@Repository
public class AccountDetailsDao extends BaseDao<AccountDetails> {
 
}