dev #465

Merged
ysCha merged 186 commits from dev into prd-deploy 2026-04-08 10:22:57 +09:00
Showing only changes of commit 9f2a4980a3 - Show all commits

View File

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