refactor: PCS 승압설정 정보 조회 api 요청/응답 객체에 uniqueId 필드 추가

This commit is contained in:
Daseul Kim 2025-02-03 11:17:12 +09:00
parent 972c694588
commit ac504965be
2 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,6 @@ public class ApiPcsModuleItemIdRequest {
@Schema(description = "제품ID", maxLength = 20)
@NotNull
private String itemId;
private String uniqueId;
}

View File

@ -17,4 +17,6 @@ public class ApiPcsSerQtyRoofSurfaceModuleDto {
@Schema(description = "PCS 아이템ID", maxLength = 20)
private String pcsItemId;
private String uniqueId;
}