feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit f74122cfdb - Show all commits

View File

@ -30,4 +30,7 @@ public class ApiModuleTpResponse {
@Schema(description = "제품 상세 데이터")
private List<ApiModuleTpItemResponse> itemList;
@Schema(description = "시리즈")
private String moduleSerCd;
}