xiaoyong931011
2020-06-03 d26eb4f2156a11335459f11cd72bc6924842f4d2
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.platform.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.platform.entity.PlatformBannerEntity;
 
public interface PlatformBannerDao extends BaseMapper<PlatformBannerEntity> {
 
    
}