admin
2021-04-07 35a29882f356542dd9c431714c64d277eb7cad40
1
2
3
4
5
6
7
8
9
10
package com.yeshi.buwan.dao.system;
 
import com.yeshi.buwan.dao.base.BaseDao;
import org.springframework.stereotype.Repository;
 
import com.yeshi.buwan.domain.system.DetailSystem;
@Repository
public class DetailSystemDao extends BaseDao<DetailSystem> {
 
}