gao
2020-06-05 c9790fe562a5055ab26316fe6790b1f1c7141d17
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> {
 
    
}