Class Backoffice
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.Backoffice
- All Implemented Interfaces:
Serializable
DAO for user table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intbackoffice Id.private LocalDateTimeUpdate date.private StringInsert user.private Stringbackoffice name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idbackoffice Id. -
name
backoffice name. -
insertDate
Update date. -
insertUser
Insert user.
-
-
Constructor Details
-
Backoffice
public Backoffice()
-