package com.yeshi.fanli.dao.mybatis.msg;
|
|
import com.yeshi.fanli.dao.BaseMapper;
|
import com.yeshi.fanli.entity.bus.msg.UserMsgUnReadNum;
|
|
public interface UserMsgUnReadNumMapper extends BaseMapper<UserMsgUnReadNum> {
|
|
UserMsgUnReadNum selectByUid(Long uid);
|
|
}
|