우편 칼리움 첨부 및 차감 처리

아이템 수량 타입 int > double 변경
This commit is contained in:
2025-02-24 17:47:42 +09:00
parent 1a19b21f9a
commit 01271cbf72
18 changed files with 564 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ public class MailItem {
@JsonProperty("itemId")
private Integer itemId;
@JsonProperty("count")
private Integer count;
private Double count;
@JsonProperty("productId")
private Integer productId;
@JsonProperty("isRepeatProduct")