yml
zyy
2025-11-14 8283f7e6ad78ebb5493b4c6a2abf8ee767c49a05
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> {
}