Skip to content

Commit

Permalink
accsess request
Browse files Browse the repository at this point in the history
  • Loading branch information
mprabhashmp committed Oct 11, 2023
1 parent a95f3fc commit 294dfdf
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package com.rhms.hms_backend.Configurations;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor

public class AccessRequest {

private String index;
String password;
}

0 comments on commit 294dfdf

Please sign in to comment.