fix:大额支付订单流水
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.cool.store.mapper.wallet;
|
||||
|
||||
import com.cool.store.entity.wallet.WalletLargePaymentDO;
|
||||
import tk.mybatis.mapper.common.Mapper;
|
||||
|
||||
public interface WalletLargePaymentMapper extends Mapper<WalletLargePaymentDO> {
|
||||
}
|
||||
Reference in New Issue
Block a user