Done ticket GEPAFINBE-20
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.model.BaseBean;
|
||||
|
||||
@Data
|
||||
public class FlowDataResponseBean {
|
||||
|
||||
private Long id;
|
||||
|
||||
private Long formId;
|
||||
|
||||
private String chosenField;
|
||||
|
||||
private String chosenValue;
|
||||
}
|
||||
Reference in New Issue
Block a user