admin
2020-04-27 cc44f797c5a0a2f462c3426f477c00737fbf79b2
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.money;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.money.OrderTeamRewardDebtRepayHistory;
 
public interface OrderTeamRewardDebtRepayHistoryMapper extends BaseMapper<OrderTeamRewardDebtRepayHistory> {
 
}