메인페이지 달력 작업

This commit is contained in:
Kana
2024-01-17 17:47:02 +09:00
parent e4f3155534
commit 9e969783ef
6 changed files with 143 additions and 4 deletions

View File

@@ -26,9 +26,6 @@ import com.no1.wms.category.CategoryDto;
@Service
public class ExcelDownlodeUtils {
//마지막 List<CategoryDto> dto 이부분을 수정해서 만들어야함.
public void downloadCategoryExcelFile(String excelFileName, HttpServletResponse response,
String sheetName, String[] columnName, List<CategoryDto> dto) {