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