Class TransactionLogDto

java.lang.Object
com.glowmart.shop_management.dto.TransactionLogDto

public class TransactionLogDto extends Object
Data Transfer Object (DTO) for the TransactionLog entity.

This class is used to transfer transaction log-related data between different layers of the application, ensuring that only the necessary details are exposed in API responses.

  • Constructor Details

    • TransactionLogDto

      public TransactionLogDto()