1
dd
2025-10-27 f7faebe62ac537f67881f28c7a5664a56fe5325e
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> {
}