DictionaryService.java 154 Bytes
package com.bsth.service;

import com.bsth.entity.sys.Dictionary;

public interface DictionaryService extends BaseService<Dictionary, Integer>{

}