using System; 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 BIZTYPE_MOVEIN_ID = "26121988909861"; /// /// 单据状态-作业中 /// public const string BILLSTATUS_ON_ID = "25065143245845"; } }