Created Appointment creation flow.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CreateAppointmentRequest {
|
||||
private Double importoBreveTermine;
|
||||
private Integer durataMesiFinanziamento;
|
||||
private Nota nota;
|
||||
|
||||
@Data
|
||||
public static class Nota {
|
||||
private String titolo;
|
||||
|
||||
private String testo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user