ZhuDongming
2020-06-30 39a23e8fde4d9b7fc930543ea9e495e419d12017
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Dictionary;
 
public interface DictionaryMapper extends BaseMapper<Dictionary> {
}