SystemParamService.java 170 Bytes
package com.bsth.service;

import com.bsth.entity.SystemParam;

/**
 * @author Hill
 */
public interface SystemParamService extends BaseService<SystemParam, Integer> {
}