Merge pull request 'rackRows String으로 변환' (#81) from dev into prd-deploy

Reviewed-on: #81
This commit is contained in:
ysCha 2025-06-11 15:15:35 +09:00
commit a95e1f38b8

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