Helius
2021-05-13 cf82ee604f512ea0ca116dfb11120877d7e1744d
1
2
3
4
5
6
7
package com.xcong.excoin.modules.yunding.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.yunding.entity.BasicLevelSettingEntity;
 
public interface BasicLevelSettingMapper extends BaseMapper<BasicLevelSettingEntity> {
}