admin
2020-02-06 e61ed7fbbc44d1ff5b92b2e76ec168f23ffe07df
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.InviteOrderSubsidyDebtRepayHistory;
 
public interface InviteOrderSubsidyDebtRepayHistoryMapper extends BaseMapper<InviteOrderSubsidyDebtRepayHistory> {
 
}