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);
|
|
}
|