java.lang.Object
es.kukenan.smartfi.microservice.clients.repository.entity.Backoffice
All Implemented Interfaces:
Serializable

@Entity public class Backoffice extends Object implements Serializable
DAO for user table in Database.
See Also:
  • Field Details

    • id

      private int id
      backoffice Id.
    • name

      private String name
      backoffice name.
    • priority

      private Boolean priority
      backoffice priority.
  • Constructor Details

    • Backoffice

      public Backoffice()