| | |
| | | package com.yeshi.fanli.dao.user.notify;
|
| | |
|
| | | import org.springframework.stereotype.Repository;
|
| | |
|
| | | import com.yeshi.fanli.dao.MongodbBaseDao;
|
| | | import com.yeshi.fanli.entity.bus.user.notify.UserActivedRecord;
|
| | |
|
| | | @Repository
|
| | | public class UserActivedRecordDao extends MongodbBaseDao<UserActivedRecord> {
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.dao.user.notify; |
| | | |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | import com.yeshi.common.MongodbBaseDao; |
| | | import com.yeshi.fanli.entity.bus.user.notify.UserActivedRecord; |
| | | |
| | | @Repository |
| | | public class UserActivedRecordDao extends MongodbBaseDao<UserActivedRecord> { |
| | | |
| | | } |