http post,WareHouseService少了一个},补上

This commit is contained in:
FanLian
2023-06-20 09:15:17 +08:00
parent c0115be3aa
commit 15fbfecfa5
6 changed files with 211 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ namespace Tnb.WarehouseMgr
_wareHouseService = wareHouseService;
OverideFuncs.CreateAsync = CarryUnbind;
}
[HttpPost]
private async Task<dynamic> CarryUnbind(VisualDevModelDataCrInput input)
{
var isOk = false;