using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Org.BouncyCastle.Asn1.Mozilla; namespace Tnb.WarehouseMgr.Entities.Consts { public class WmsWareHouseConst { /// /// 出入库单据状态TypeID /// public const string WMS_INSTOCK_D_BILL_STATUS_TYPEID = "25065133038101"; /// /// 预任务生成EnCode /// public const string WMS_PRETASK_H_ENCODE = "PreTaskGen"; /// /// 预任务单据状态-待下发Id /// public const string PRETASK_BILL_STATUS_DXF_ID = "26126822610469"; /// /// 预任务单据状态-已下发Id /// public const string PRETASK_BILL_STATUS_YXF_ID = "26126830290469"; /// /// 预任务单据状态-已开始Id /// public const string PRETASK_BILL_STATUS_START_ID = "26126834032677"; /// /// 预任务单据状态-已完成Id /// public const string PRETASK_BILL_STATUS_COMPLE_ID = "26126860808229"; // /// /// 任务单据状态-已下达Id /// public const string TASK_BILL_STATUS_YXD_ID = "26126853976101"; /// /// 任务单据状态-执行中Id /// public const string TASK_BILL_STATUS_RUNING_ID = "26126856028453"; /// /// 任务单据状态-已完成ID /// public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229"; /// /// 预任务生成业务类型-载具移入Id /// public const string BIZTYPE_MOVEIN_ID = "26121988909861"; /// /// 单据状态-作业中 /// public const string BILLSTATUS_ON_ID = "25065143245845"; /// /// 预任务类型-入库TypeId /// public const string WMS_PRETASK_INSTOCK_TYPE_ID = "26126748597797"; /// /// 预任务生成业务类型-空载具入库ID /// public const string BIZTYPE_EMPTYIN_ID = "26120915344165"; /// /// 预任务生成业务类型-空载具出库ID /// public const string BIZTYPE_EMPTYOUT_ID = "26122798979365"; /// /// 预任务生成业务类型-PDA空载具入库ID /// public const string BIZTYPE_EMPTYINPDA_ID = "26475795363877"; /// /// 预任务生成业务类型-PDA空载具出库ID /// public const string BIZTYPE_EMPTYOUTPDA_ID = "26475845405733"; } }