ZxBankServiceImpl -->MakeInvoiceServiceImpl

This commit is contained in:
476474485@qq.com 2025-04-27 17:10:26 +08:00
parent 8d26c13d97
commit f1ceba085f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import org.springframework.stereotype.Service;
import java.util.List; import java.util.List;
@Service("ZxBankServiceImpl") @Service("MakeInvoiceServiceImpl")
public class MakeInvoiceServiceImpl extends BaseService<MakeInvoiceEntity, String> implements IMakeInvoiceService { public class MakeInvoiceServiceImpl extends BaseService<MakeInvoiceEntity, String> implements IMakeInvoiceService {
@Autowired @Autowired