xuhy
2024-08-28 a3fdcb82725e207b4881b63882238ef0f50ebd81
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.TransactionRecord;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface TransactionRecordService extends BaseService<TransactionRecord> {
}