SystemParamServiceImpl.java 253 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 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 { }