yj
2020-03-13 9f53052b566f49b8a81329bcf64aeebe871d8f66
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> {
 
}