ajaynegi45 / LibraryMan-API

Revolutionize book management with LibraryMan! Easily track stock, borrowers, and due dates, streamlining operations for schools, companies, and libraries worldwide, ensuring efficient and organized book lending.
MIT License
44 stars 49 forks source link

improvements doneClass Naming: Changed the class name to Fine for cl… #104

Closed Tanisha0708 closed 2 weeks ago

Tanisha0708 commented 3 weeks ago

…arity.

Precision and Scale: Correctly defined precision = 10 and scale = 2 in the @Column annotation for amount to match your documentation. Javadoc Comments: Added detailed Javadoc comments for fields and methods, explaining the purpose and parameters. toString() Method: Added a toString() method for convenient debugging and logging. fineId Column Definition: Set updatable = false for fineId as it should be immutable once generated.