admin
2020-08-22 813d2cae75cbae3f216de5f493af643c5a560c82
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.buwan.dao;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.buwan.domain.UserBanner;
@Repository
public class UserBannerDao extends BaseDao<UserBanner> {
    
    
 
}