天益报表导出功能

This commit is contained in:
2024-08-13 16:41:01 +08:00
parent f285bd6c82
commit bb07f37a16
4 changed files with 91 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ namespace Tnb.WarehouseMgr
_userManager = userManager;
}
[HttpPost]
[HttpPost, AllowAnonymous]
public async Task<dynamic> CarryStock(CarryStockInput input)
{
var warehouse_id = "";