Commit 032c18f7 by fudahua

字典

parent 74d70562
......@@ -2,6 +2,7 @@ package com.gic.haoban.manage.service.dao.mapper;
import com.gic.haoban.manage.service.entity.TabHaobanDict;
import com.github.pagehelper.Page;
import org.apache.ibatis.annotations.Param;
import java.util.List;
......@@ -20,6 +21,6 @@ public interface DictMapper {
Page<TabHaobanDict> pageList();
List<TabHaobanDict> queryList(List<String> keys);
List<TabHaobanDict> queryList(@Param("keys") List<String> keys);
}
\ No newline at end of file
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