于紫祥_1901
2020-08-13 43b45a739b9e17171f057f538dfbaa4c2f0e359d
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> {
}