feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
2 changed files with 4 additions and 0 deletions
Showing only changes of commit ac504965be - Show all commits

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;
}