DictionaryService.java 188 Bytes
package com.bsth.service.sys;

import com.bsth.entity.sys.Dictionary;
import com.bsth.service.BaseService;

public interface DictionaryService extends BaseService<Dictionary, Integer>{

}