rackRows String으로 변환 #81

Merged
ysCha merged 1 commits from dev into prd-deploy 2025-06-11 15:15:36 +09:00

View File

@ -19,7 +19,7 @@ public class ApiQuotationItemRackRequest {
@Schema(description = "랙 단 수")
@NotNull
public Double rackRows;
public String rackRows;
@Schema(description = "랙 지지금구 수")
@NotNull