@@ -72,6 +72,13 @@ public interface IDictBizService extends IService<DictBiz> {
* @return
*/
List<DictBiz> getList(String code);
+ /**
+ * 获取字典表
+ *
+ * @param code 字典编号
+ * @return
+ */
+ List<DictBiz> getList(String code,Integer type);
/**
* 新增或修改