Compare commits

..

No commits in common. "a95e1f38b8079f50e2cdc80a07b6648207f105dc" and "c3fc2f5950f7d33d767b64d9a57ce6c31f0a55af" have entirely different histories.

View File

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