admin
2019-09-16 87e3fa8532276bb2bf85ae9bc8d9e664b9e187c4
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.dao.tlj;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.fanli.dao.MongodbBaseDao;
import com.yeshi.fanli.entity.bus.tlj.DeviceTaoLiJinRecord;
 
@Repository
public class DeviceTaoLiJinRecordDao extends MongodbBaseDao<DeviceTaoLiJinRecord> {
    
}