Class PermissionDto

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

public class PermissionDto extends Object
Data transfer object (DTO) for a Permission.

This DTO is used for transferring permission data between layers of the application. It includes relevant information such as the permission's ID, name, associated roles, and the timestamp for creation.

  • Constructor Details

    • PermissionDto

      public PermissionDto()