Updated response of form template
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.model.BaseBean;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class FormTemplateResponseBean extends BaseBean {
|
||||
public class FormTemplateResponseBean {
|
||||
|
||||
private Long id;
|
||||
|
||||
private String label;
|
||||
|
||||
private String content;
|
||||
private List<ContentResponseBean> content;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user