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 includes several minor clean-up changes to remove unnecessary blank lines in various mapper classes and service implementations. These changes help to improve code readability and maintain consistency across the codebase.
This pull request includes several minor clean-up changes to remove unnecessary blank lines in various mapper classes and service implementations. These changes help to improve code readability and maintain consistency across the codebase.
Code readability improvements:
pos-system/src/main/java/com/lifepill/possystem/service/impl/OrderServiceIMPL.java
: Removed unnecessary blank lines at the end of thegetOrderWithDetailsByBranchId
method.pos-system/src/main/java/com/lifepill/possystem/util/mappers/EmployerMapper.java
: Removed unnecessary blank lines in theEmployerMapper
class. [1] [2]pos-system/src/main/java/com/lifepill/possystem/util/mappers/ItemMapper.java
: Removed unnecessary blank lines in theItemMapper
interface.pos-system/src/main/java/com/lifepill/possystem/util/mappers/OrderMapper.java
: Removed unnecessary blank lines in themapOrderToResponseDTO
method.