fix
Helius
2021-07-20 12bdaf99a9abf9e3930b449c65dd427c861b0ca4
1
2
3
4
5
6
7
8
9
10
11
12
package com.matrix.system.hive.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.matrix.system.hive.bean.MoneyCardUse;
 
/**
 * @description 订单表
 */
public interface MoneyCardUseV2Dao extends BaseMapper<MoneyCardUse> {
 
 
}