ZxBankServiceImpl -->MakeInvoiceServiceImpl
This commit is contained in:
parent
8d26c13d97
commit
f1ceba085f
|
@ -12,7 +12,7 @@ import org.springframework.stereotype.Service;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
@Service("ZxBankServiceImpl")
|
||||
@Service("MakeInvoiceServiceImpl")
|
||||
public class MakeInvoiceServiceImpl extends BaseService<MakeInvoiceEntity, String> implements IMakeInvoiceService {
|
||||
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue