Done ticket
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class FieldLabelValuePairRequest {
|
||||
|
||||
private String label;
|
||||
private Object value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user