Uses of Class
in.hocg.boot.utils.struct.DictData
-
Packages that use DictData Package Description in.hocg.boot.utils.utils -
-
Uses of DictData in in.hocg.boot.utils.utils
Methods in in.hocg.boot.utils.utils that return types with arguments of type DictData Modifier and Type Method Description List<DictData>DataDictUtils. scan(String... basePackages)扫描为数据结构Method parameters in in.hocg.boot.utils.utils with type arguments of type DictData Modifier and Type Method Description List<String>DataDictUtils. scanSql(List<String> basePackages, Function<DictData,String> formatDataDict, BiFunction<DictData,DictData.Item,String> formatDataDictItem)扫描获取生成SQLList<String>DataDictUtils. scanSql(List<String> basePackages, Function<DictData,String> formatDataDict, BiFunction<DictData,DictData.Item,String> formatDataDictItem)扫描获取生成SQL
-