All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fun.bigtable.kraken.dict.DefaultDictRepository Maven / Gradle / Ivy

There is a newer version: 2.0.9.1
Show newest version
package fun.bigtable.kraken.dict;

import java.util.ArrayList;
import java.util.List;

public class DefaultDictRepository implements DictRepository {

    /**
     * 获取所有数据字典
     */
    @Override
    public List selectDictionaryAll() {
        return new ArrayList<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy