9 lines
162 B
Java
9 lines
162 B
Java
package net.gepafin.tendermanagement.model.response;
|
|
|
|
import lombok.Data;
|
|
|
|
@Data
|
|
public class DocumentUploadResponse {
|
|
private String documentAttachmentId;
|
|
}
|