rackRows String으로 변환

This commit is contained in:
hyojun.choi 2025-06-11 09:37:50 +09:00
parent 5b0c79ef24
commit ebbf32e27f

View File

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