ws
zyy
2025-08-06 f0d5502b38235cd545d2ff31ae5c9b0591ae9a7f
1
2
3
4
5
6
7
8
package com.nq.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.nq.pojo.TransferResponse;
import org.springframework.stereotype.Service;
 
public interface TransferResponseService extends IService<TransferResponse> {
}