Commit ff6cf1a0 authored by NISUM's avatar NISUM

Account changes

parent 0c774c05
......@@ -32,7 +32,7 @@ public class Account implements Serializable {
@Id
private ObjectId id;
@NotNull
private String accountId;
@NotNull
@Size(min=2,max=50,message="Name should have atlast 2 and less than 50 characters")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment