This commit is contained in:
2024-06-27 16:42:39 +08:00
parent a45bb93e08
commit 398f8f3696
2 changed files with 3 additions and 3 deletions

View File

@@ -10,6 +10,6 @@ namespace Tnb.WarehouseMgr.Interfaces
public interface IWmsCarryUnbindService
{
Task<Result> CarryUnbind(CarryBindInput input);
Task<dynamic> CarryCodeUnbind(CarryCodeUnbindInput input);
Task<Result> CarryCodeUnbind(CarryCodeUnbindInput input);
}
}