commit | author | age | ||
a18bfa | 1 | package com.changhong.epc.tenant.mapper.tenant.system.math; |
Z | 2 | |
3 | import com.changhong.epc.bean.count.system.SystemMathParam; | |
4 | import com.iemsoft.framework.cloud.mybatis.common.MybatisBaseMapper; | |
5 | ||
6 | /** | |
7 | * 系统变量参数持久层接口 | |
8 | * @author liush | |
9 | * | |
10 | */ | |
11 | public interface SystemMathParamMapper extends MybatisBaseMapper<SystemMathParam> { | |
12 | ||
13 | ||
14 | } |