admin
2020-09-30 01955bc3f6e6eec6d82a5a3848efde1fa6cc8137
1
2
3
4
5
6
7
8
9
10
package com.yeshi.fanli.dao.mybatis.common;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.config.CommonConfig;
 
public interface CommonConfigMapper extends BaseMapper<CommonConfig> {
 
    CommonConfig selectByKey(String key);
 
}