updated code

This commit is contained in:
rajesh
2025-02-25 13:42:38 +05:30
parent cca4c46976
commit 46e603af3e
19 changed files with 104 additions and 111 deletions

View File

@@ -24,6 +24,6 @@ public class CompanyDocumentResponseBean extends BaseBean {
private Long userWithCompanyId;
private CategoryResponse category;
private DocumentCategoryResponse category;
}

View File

@@ -4,7 +4,7 @@ import lombok.Data;
import net.gepafin.tendermanagement.model.BaseBean;
@Data
public class CategoryResponse extends BaseBean {
public class DocumentCategoryResponse extends BaseBean {
private String categoryName;
private String description;