Done ticket GEPAFINBE-8
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class FaqReq {
|
||||
|
||||
private Boolean isVisible;
|
||||
private String questionShort;
|
||||
private String question;
|
||||
private String responseShort;
|
||||
private String response;
|
||||
}
|
||||
Reference in New Issue
Block a user