The Pharmacy POS System Backend is the server-side component of our comprehensive pharmacy management software. It is developed using Spring Boot, Java, Spring Security ,and Microservices Architecture
This pull request addresses existing bugs and introduces a new API endpoint to update branch details without an image. It includes adding a new DTO (BranchNewUpdateDTO), updating the service interface and implementation, and adding a controller method to manage the update request.
Pull Request Description:
This pull request addresses existing bugs and introduces a new API endpoint to update branch details without an image. It includes adding a new DTO (
BranchNewUpdateDTO
), updating the service interface and implementation, and adding a controller method to manage the update request.