feat: implemented most of the backend api for administrator
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package enseirb.myinpulse.model;
|
||||
|
||||
public class ProjectDecision {
|
||||
int projectId;
|
||||
int adminId;
|
||||
int isAccepted;
|
||||
public long projectId;
|
||||
public long adminId;
|
||||
public long isAccepted;
|
||||
}
|
||||
|
Reference in New Issue
Block a user