沈斌
2018-04-26 4b2a3f23e97b0e8605398ae229339851fb42ef0e
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Dictionary;
 
public interface DictionaryMapper extends BaseMapper<Dictionary> {
//    Dictionary selectByPrimaryKey(String dictName);
}