fix: PriceResponse not properly parsed to json
This commit is contained in:
parent
ba13f21102
commit
8dc84d2110
@ -1,10 +1,12 @@
|
||||
package com.techivw.webprice.infrastructure.in.controllers.model;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
public class PriceResponse {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user