Skip to content

Commit

Permalink
feat(FSADT1-751)!: adding with to forest client
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Oct 30, 2024
1 parent 917cc1d commit e978d1b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import java.util.Map;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import lombok.With;
import org.apache.commons.lang3.StringUtils;

@With
public record ForestClientDto(
String clientNumber,
String clientName,
Expand Down

0 comments on commit e978d1b

Please sign in to comment.