SystemParamRepository.java 188 Bytes
package com.bsth.repository;

import com.bsth.entity.SystemParam;

/**
 * @author Hill
 */
public interface SystemParamRepository extends BaseRepository<SystemParam, Integer> {
}