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