Updated claude big changes

This commit is contained in:
2026-01-29 08:43:56 -05:00
parent 2dbd3ea53f
commit eb4740c553
24 changed files with 388 additions and 429 deletions

View File

@@ -42,5 +42,8 @@ class CustomerAutomaticStatus:
WILL_CALL = 0
AUTOMATIC = 1
# Additional constants can be added here as needed
# For example: ServiceStatus, UserRoles, etc.
# Tank configuration
DEFAULT_TANK_SIZE_GALLONS = 275
# Pagination
DEFAULT_PAGE_SIZE = 100