Compare commits

..

No commits in common. "53ceb8b4ac51f5633d75ddc16e6f7931f97f434f" and "d5ec31307d68a35fc1eb9a60e75cc865a821e344" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -26,7 +26,4 @@ public class ApiPcsConnResponse {
@Schema(description = "승압병렬수", maxLength = 10) @Schema(description = "승압병렬수", maxLength = 10)
private Integer vStuParalCnt; private Integer vStuParalCnt;
@Schema(description = "모듈타입코드", maxLength = 20)
private String moduleTpCd;
} }

View File

@ -13,10 +13,4 @@ public class ApiQuotationItemPcsConnectionRequest {
@Schema(description = "연결함(접속함)아이템ID") @Schema(description = "연결함(접속함)아이템ID")
@NotNull @NotNull
public String connItemId; public String connItemId;
@Schema(description = "병렬수(회로수)")
public Integer connMaxParalCnt;
@Schema(description = "모듈타입코드")
public String moduleTpCd;
} }