This commit is contained in:
2024-06-27 16:44:05 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ namespace Tnb.WarehouseMgr
/// <exception cref="ArgumentNullException"></exception>
/// <exception cref="AppFriendlyException"></exception>
[NonAction]
public async Task<dynamic> CarryCodeUnbind(CarryCodeUnbindInput input)
public async Task<Result> CarryCodeUnbind(CarryCodeUnbindInput input)
{
bool isOk = false;
try