yujian
2019-12-17 630b6be354a5e14601ed5fb0eef65235ada6ca22
1
2
3
4
5
6
7
8
9
10
11
12
package com.yeshi.fanli.dao.user;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.fanli.dao.MongodbBaseDao;
import com.yeshi.fanli.entity.bus.homemodule.DeviceSex;
 
@Repository
public class DeviceSexDao extends MongodbBaseDao<DeviceSex> {
    
}