Compare commits

..

No commits in common. "9f2a4980a3efb5d304fe2c0a53778f41440c46e3" and "cd06784b09f7b30b2de00116497396760bb70a2f" have entirely different histories.

View File

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