Commit f8ba80a6 authored by chenzhao's avatar chenzhao

补充DataDictionaryMapper层

parent e70d7484
...@@ -27,5 +27,5 @@ public interface DataDictionaryMapper extends BaseMapper<DataDictionary> { ...@@ -27,5 +27,5 @@ public interface DataDictionaryMapper extends BaseMapper<DataDictionary> {
* 根据code值查询 * 根据code值查询
* @return * @return
*/ */
public DataDictionary getByCode(String code); public DataDictionary getByCode(String code,String type);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment