1
zj
2025-08-14 5cdb36361bffbf8f9258ebb504d51d46a148ccd1
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> {
}