admin
2019-02-19 9192375a211cff2f91d1f65f932f97612d8dbcdb
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.system.dao.msg;
 
import org.fanli.facade.system.entity.msg.UserMsgUnReadNum;
 
import com.yeshi.fanli.base.BaseMapper;
 
public interface UserMsgUnReadNumMapper extends BaseMapper<UserMsgUnReadNum> {
 
    UserMsgUnReadNum selectByUid(Long uid);
 
}