zm
2020-05-18 a18bfacbf56b401f6e0fdae8710fbca4df8cff77
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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<SystemMathParam>{
    
 
}