SystemParamServiceImpl.java 253 Bytes
package com.bsth.service.impl;

import com.bsth.entity.SystemParam;
import com.bsth.service.SystemParamService;

/**
 * @author Hill
 */
public class SystemParamServiceImpl extends BaseServiceImpl<SystemParam, Integer> implements SystemParamService {
}