Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-4871: added the changes to persist sms in a table in mgramseva
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt committed Oct 5, 2023
1 parent 4fe1ac9 commit ead650d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@Builder
@ToString
public class SmsSaveRequest {
private String id;
private String mobileNumber;
private String message;
private Category category;
Expand Down

0 comments on commit ead650d

Please sign in to comment.