Merge pull request '[1216] - 모듈시리즈 moduleSerCd 추가' (#231) from dev into dev-deploy

Reviewed-on: #231
This commit is contained in:
ysCha 2025-09-10 11:19:51 +09:00
commit 9f2a4980a3

View File

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