1
dd
2025-11-04 7d223f589518bd7094ba44531437677c902af40a
1
2
3
4
5
6
7
8
package com.ruoyi.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.system.domain.PaymentRecord;
import com.ruoyi.system.domain.UserAccount;
 
public interface PaymentRecordService extends IService<PaymentRecord> {
}