dev #476
@ -26,4 +26,7 @@ public class ApiPcsConnResponse {
|
||||
|
||||
@Schema(description = "승압병렬수", maxLength = 10)
|
||||
private Integer vStuParalCnt;
|
||||
|
||||
@Schema(description = "모듈타입코드", maxLength = 20)
|
||||
private String moduleTpCd;
|
||||
}
|
||||
|
||||
@ -13,4 +13,10 @@ public class ApiQuotationItemPcsConnectionRequest {
|
||||
@Schema(description = "연결함(접속함)아이템ID")
|
||||
@NotNull
|
||||
public String connItemId;
|
||||
|
||||
@Schema(description = "병렬수(회로수)")
|
||||
public Integer connMaxParalCnt;
|
||||
|
||||
@Schema(description = "모듈타입코드")
|
||||
public String moduleTpCd;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user