dev #464

Merged
ysCha merged 181 commits from dev into dev-deploy 2026-04-08 10:17:03 +09:00
Showing only changes of commit b422d5b0f3 - Show all commits

View File

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