更新绑定操作,更新注释

This commit is contained in:
FanLian
2023-06-19 17:03:37 +08:00
parent 51f53be1f0
commit bc25e1d012
5 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ namespace Tnb.WarehouseMgr
}
/// <summary>
/// 更换载具
/// 绑定操作
/// </summary>
/// <param name="input">
/// 输入参数:

View File

@@ -27,7 +27,7 @@ using Tnb.WarehouseMgr.Interfaces;
namespace Tnb.WarehouseMgr
{
/// <summary>
/// 载具移出
/// 载具绑定
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSCARRYREPLACE_ID)]
public class WmsCarryBindService : BaseWareHouseService

View File

@@ -27,7 +27,7 @@ using Tnb.WarehouseMgr.Interfaces;
namespace Tnb.WarehouseMgr
{
/// <summary>
/// 载具移出
/// 载具解绑
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSCARRYREPLACE_ID)]
public class WmsCarryUnbindService : BaseWareHouseService

View File

@@ -30,7 +30,7 @@ using Tnb.WarehouseMgr.Interfaces;
namespace Tnb.WarehouseMgr
{
/// <summary>
/// 载具移入
/// PDA载具移入
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSINSTOCKPDA_ID)]
[ServiceModule(BizTypeId)]

View File

@@ -28,7 +28,7 @@ namespace Tnb.WarehouseMgr
{
/// <summary>
/// 库内转移
/// PDA库内转移
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSTRANSFER_ID)]
[ServiceModule(BizTypeId)]