zm
2020-05-18 a18bfacbf56b401f6e0fdae8710fbca4df8cff77
commit | author | age
a18bfa 1 package com.changhong.epc.parsing.mapper.tenant;
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 }