zyy
2025-08-13 4aaadc1b51f14c1022ea8e3fc9dc4a156a9c5f39
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> {
}