增加空载具入库业务接口

This commit is contained in:
2023-06-14 17:35:00 +08:00
parent 87536ebf10
commit 49559e6c17
2 changed files with 145 additions and 0 deletions

View File

@@ -29,5 +29,9 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 单据状态-作业中
/// </summary>
public const string BILLSTATUS_ON_ID = "25065143245845";
/// <summary>
/// 预任务生成业务类型-空载具移入ID
/// </summary>
public const string BIZTYPE_EMPTYIN_ID = "26121986416677";
}
}