Add files via upload
initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.example.match.api;
|
||||
|
||||
import lombok.Value;
|
||||
import org.axonframework.modelling.command.TargetAggregateIdentifier;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* @author simar bawa
|
||||
*/
|
||||
|
||||
@Value
|
||||
public class InquiryCreateCommand {
|
||||
|
||||
@TargetAggregateIdentifier
|
||||
UUID id;
|
||||
|
||||
String firstName;
|
||||
String status;
|
||||
}
|
||||
Reference in New Issue
Block a user