Updated form field response bean
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class SettingResponseBean {
|
||||
|
||||
private String name;
|
||||
|
||||
private String value;
|
||||
}
|
||||
Reference in New Issue
Block a user