refactor: PCS 승압설정 정보 조회 api 요청/응답 객체에 uniqueId 필드 추가
This commit is contained in:
parent
972c694588
commit
ac504965be
@ -12,4 +12,6 @@ public class ApiPcsModuleItemIdRequest {
|
|||||||
@Schema(description = "제품ID", maxLength = 20)
|
@Schema(description = "제품ID", maxLength = 20)
|
||||||
@NotNull
|
@NotNull
|
||||||
private String itemId;
|
private String itemId;
|
||||||
|
|
||||||
|
private String uniqueId;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,4 +17,6 @@ public class ApiPcsSerQtyRoofSurfaceModuleDto {
|
|||||||
|
|
||||||
@Schema(description = "PCS 아이템ID", maxLength = 20)
|
@Schema(description = "PCS 아이템ID", maxLength = 20)
|
||||||
private String pcsItemId;
|
private String pcsItemId;
|
||||||
|
|
||||||
|
private String uniqueId;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user