Class Permission

java.lang.Object
com.glowmart.shop_management.entity.Permission

@Entity public class Permission extends Object
Represents a permission entity in the system.

This entity defines the permissions that can be assigned to roles. Each permission can be linked to multiple roles.

  • Constructor Details

    • Permission

      public Permission()