commit | author | age | ||
a18bfa | 1 | package com.changhong.epc.parsing.mapper.tenant; |
Z | 2 | |
3 | import com.iemsoft.framework.cloud.mybatis.common.MybatisBaseMapper; | |
4 | import com.changhong.epc.bean.tenant.bill.RuleCheckMsg; | |
5 | import com.changhong.epc.bean.tenant.bill.RuleMsg; | |
6 | ||
7 | public interface RuleMsgMapper extends MybatisBaseMapper<RuleCheckMsg>{ | |
8 | ||
9 | } |