Compare commits

..

No commits in common. "b3d49cc47ebeb161c90dcad2f48cfa9b722af964" and "b60abded368989bcb1bdddb6bbf83b8b36940357" have entirely different histories.

View File

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