Refactor ID generation and update capacity logic. Replaced snowflake ID...
Refactor ID generation and update capacity logic. Replaced snowflake ID generation with a new GenerateID method for consistency across LockQuantityChangesDao and SoldQuantityChangesDao. Adjusted ReturnCapacity method to correctly update sold quantities by subtracting return amounts. This enhances the clarity and reliability of capacity management operations.