Package com.glowmart.shop_management.dto
Class PermissionDto
java.lang.Object
com.glowmart.shop_management.dto.PermissionDto
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PermissionDto
public PermissionDto()
-