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

@Entity public class User extends Object
Represents a user entity in the system.

This entity is used to store user details such as their id, role, name, email, phone, password, and timestamps for creation, updating, login.

  • Constructor Details

    • User

      public User()