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

org.zodiac.mybatisplus.base.DictionaryServiceExtProvider Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.mybatisplus.base;

import java.util.List;

import org.zodiac.mybatisplus.model.entity.DictionaryEntity;
import org.zodiac.mybatisplus.model.vo.DictionaryVO;
import org.zodiac.sdk.toolkit.model.KeyValue;

/**
 * BindDict等字典服务绑定Service提供接口。
 *
 */
public interface DictionaryServiceExtProvider {

    void bindItemLabel(List voList, String setFieldName, String getFieldName, String type);

    List getLabelValueList(String dictType);

    boolean existsDictType(String dictType);

    boolean createDictAndChildren(DictionaryVO dictionaryVO);

    List getDictDefinitionList();

    List getDictDefinitionVOList();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy