yujian
2020-04-29 bdce38de757cc606fbdc58d66dd604de8fd74efa
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> {
    
}