DictionaryServiceImpl.java 296 Bytes
package com.bsth.service.impl;

import org.springframework.stereotype.Service;

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

@Service
public class DictionaryServiceImpl extends BaseServiceImpl<Dictionary, Integer> implements DictionaryService{

}