|
public void export(HttpServletResponse response, OutStoreFormDTO outStoreFormDTO) {
|
|
public void export(HttpServletResponse response, OutStoreFormDTO outStoreFormDTO) {
|
|
ExcelUtil.exportResponseDict(response, ExportOutStoreFormVO.class, BeanConverterUtil.copyListProperties(list, ExportOutStoreFormVO.class), "出库登记单");
|
|
ExcelUtil.exportResponseDict(response, ExportOutStoreFormVO.class, BeanConverterUtil.copyListProperties(list, ExportOutStoreFormVO.class), "出库登记单");
|