dev #465

Merged
ysCha merged 186 commits from dev into prd-deploy 2026-04-08 10:22:57 +09:00
Showing only changes of commit b422d5b0f3 - Show all commits

View File

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