Package io.github.xezzon.zeroweb.dict
Class DictDbHandler
java.lang.Object
io.github.xezzon.zeroweb.dict.DictDbHandler
- All Implemented Interfaces:
DbTrait
,DictImporter
- Author:
- xezzon
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DictDbHandler
-
-
Method Details
-
importDict
Description copied from interface:DictImporter
批量导入字典 逐个判断。如果字典已存在则跳过,否则新增- Specified by:
importDict
in interfaceDictImporter
- Parameters:
reqList
- 字典列表
-