feat(model): add initial entity models for restaurant system
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package dev.model;
|
||||
|
||||
public class User {
|
||||
|
||||
private int id;
|
||||
|
||||
private String username;
|
||||
|
||||
private String password;
|
||||
|
||||
private String email;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user