xiaoyong931011
2021-05-15 97bb5d54315b91b851d6934fb2bb98b80b7dc4f1
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> {
}