测试提交1

This commit is contained in:
mzr 2024-10-31 17:25:53 +08:00
parent 21f1d2b884
commit 85ef56c5a4
1 changed files with 6 additions and 0 deletions

View File

@ -73,4 +73,10 @@ public class StockExcel {
EasyPoiUtils.exportExcel(pageInfo.getList(), CrmInventoryDetail.class, "库存查询导出", response);
}
/**
* 导出客户库存盘点明细
* @author mzr
* @date 2024/10/31
*/
}