package com.changhong.epc.count.mapper.tenant.system; import com.changhong.epc.bean.count.system.SystemMathParam; import com.iemsoft.framework.cloud.mybatis.common.MybatisBaseMapper; /** * 表单公式控件参数表 * @ClassName: SystemMathParamMapper * @author [九鼎联合科技] * @date 2017年09月26日 上午11:34:10 */ public interface SystemMathParamMapper extends MybatisBaseMapper{ }