Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs
2024-06-19 15:43:30 +08:00

386 lines
14 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace Tnb.WarehouseMgr.Entities.Consts
{
public class WmsWareHouseConst
{
/// <summary>
/// 集中供料仓
/// </summary>
public const string WAREHOUSE_JZGL_ID = "34377195181845";
/// <summary>
/// 原材料仓ID
/// </summary>
public const string WAREHOUSE_YCL_ID = "1";
/// <summary>
/// 中储仓ID
/// </summary>
public const string WAREHOUSE_ZC_ID = "2";
/// <summary>
/// 成品仓库ID
/// </summary>
public const string WAREHOUSE_CP_ID = "26103372441637";
/// <summary>
/// 四楼解析库
/// </summary>
public const string WAREHOUSE_JXK_ID = "26103367464997";
/// <summary>
/// 出入库单据状态TypeID
/// </summary>
public const string WMS_INSTOCK_D_BILL_STATUS_TYPEID = "25065133038101";
/// <summary>
/// 业务类型TypeId
/// </summary>
///
public const string WMS_BIZTYPE_ID = "25043955941909";
/// <summary>
/// 预任务生成EnCode
/// </summary>
public const string WMS_PRETASK_H_ENCODE = "PreTaskGen";
/// <summary>
/// 采购收料物料流水号
/// </summary>
public const string WMS_PURCHASE_MAT_ENCODE = "PurchaseMat";
/// 齐套出库生成Encode
/// </summary>
public const string WMS_KITTINGOUTSTK_ENCODE = "WmsKittingOutStk";
/// <summary>
/// 空载具出库生成Encode
/// </summary>
public const string WMS_EMPTYOUTSTK_ENCODE = "EptyCarryOutStk";
/// <summary>
/// 空载具入库生成Encode
/// </summary>
public const string WMS_EMPTYINSTK_ENCODE = "EptyCarryInbound";
/// <summary>
/// 载具移入生成Encode
/// </summary>
public const string WMS_CARRYMOINSTK_ENCODE = "CarryMoInStk";
/// <summary>
/// 出库申请生成Encode
/// </summary>
public const string WMS_OUTSTOCK_ENCODE = "WmsOutStock";
/// <summary>
/// 入库申请生成Encode
/// </summary>
public const string WMS_INSTOCK_ENCODE = "WmsInStock";
/// <summary>
/// 任务执行ENCODE
/// </summary>
public const string WMS_TASK_EXECUTE_ENCODE = "WmsTaskRequest";
/// <summary>
/// 盘点出库EnCode
/// </summary>
public const string WMS_CHECK_STOCK_ENCODE = "CheckStockCode";
/// <summary>
/// 预任务单据状态-待下发Id
/// </summary>
public const string PRETASK_BILL_STATUS_DXF_ID = "26126822610469";
/// <summary>
/// 预任务单据状态-已下发Id
/// </summary>
public const string PRETASK_BILL_STATUS_YXF_ID = "26126830290469";
/// <summary>
/// 预任务单据状态-已开始Id
/// </summary>
public const string PRETASK_BILL_STATUS_START_ID = "26126834032677";
/// <summary>
/// 预任务单据状态-已完成Id
/// </summary>
public const string PRETASK_BILL_STATUS_COMPLE_ID = "26126838773285";
/// <summary>
/// 预任务单据状态-已完成Id
/// </summary>
public const string PRETASK_BILL_STATUS_CANCEL_ID = "26126842129701";
//
/// <summary>
/// 任务单据状态-待执行Id
/// </summary>
public const string TASK_BILL_STATUS_DZX_ID = "26126851525157";
//
/// <summary>
/// 任务单据状态-已下达Id
/// </summary>
public const string TASK_BILL_STATUS_YXD_ID = "26126853976101";
/// <summary>
/// 任务单据状态-执行中Id
/// </summary>
public const string TASK_BILL_STATUS_RUNING_ID = "26126856028453";
/// <summary>
/// 任务单据状态-已完成ID
/// </summary>
public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229";
/// <summary>
/// 任务单据状态-已取消ID
/// </summary>
public const string TASK_BILL_STATUS_CANCEL_ID = "26126863175461";
/// <summary>
/// 单据状态-作业中
/// </summary>
public const string BILLSTATUS_ON_ID = "25065143245845";
/// <summary>
/// 单据状态-完成
/// </summary>
public const string BILLSTATUS_COMPLETE_ID = "25065149810453";
/// <summary>
/// 单据状态-取消
/// </summary>
public const string BILLSTATUS_CANCEL_ID = "25065146252309";
/// <summary>
/// 单据状态-新增
/// </summary>
public const string BILLSTATUS_ADD_ID = "25065138925589";
/// <summary>
/// 单据状态-已呼叫
/// </summary>
public const string BILLSTATUS_CALLED_ID = "26169430480933";
/// <summary>
/// 单据状态-待配送
/// </summary>
public const string BILLSTATUS_TOBESHIPPED_ID = "26169434213669";
/// <summary>
/// 任务类型-入库TypeId
/// </summary>
public const string WMS_PRETASK_INSTOCK_TYPE_ID = "26126748597797";
/// <summary>
/// 任务类型-出库TypeId
/// </summary>
public const string WMS_PRETASK_OUTSTOCK_TYPE_ID = "26126751446821";
/// <summary>
/// 任务类型-转移TypeId
/// </summary>
public const string WMS_PRETASK_TRANSFER_TYPE_ID = "26126753796389";
/// <summary>
/// 预任务生成业务类型-空载具出库
/// </summary>
public const string BIZTYPE_WMSEPTYOUTSTK_ID = "26122265173285";
/// <summary>
/// 预任务生成业务类型-载具移出
/// </summary>
public const string BIZTYPE_WMSMOOUTSTK_ID = "26122271183141";
/// <summary>
/// 预任务生成业务类型-空载具入库
/// </summary>
public const string BIZTYPE_WMSEMPTYINSTOCK_ID = "26121986416677";
/// <summary>
/// 预任务生成业务类型-载具移入
/// </summary>
public const string BIZTYPE_CARRYMOVEINSTOCK_ID = "26121988909861";
/// <summary>
/// 预任务生成业务类型-库内转移
/// </summary>
public const string BIZTYPE_WMSTRANSFER_ID = "26125644258853";
/// <summary>
/// 预任务生成业务类型-齐套分拣
/// </summary>
public const string BIZTYPE_WMSSETSORTING_ID = "26186830379045";
/// <summary>
/// 预任务生成业务类型-寄存捆包
/// </summary>
public const string BIZTYPE_WMSINBALE_ID = "26191517767205";
/// <summary>
/// 预任务生成业务类型-一般入库
/// </summary>
public const string BIZTYPE_WMSINSTOCK_ID = "26191496816421";
/// <summary>
/// 预任务生成业务类型-一般出库
/// </summary>
public const string BIZTYPE_WMSOUTSTOCK_ID = "26191522660645";
/// <summary>
/// 预任务生成业务类型-齐套入库
/// </summary>
public const string BIZTYPE_WMSKITTINGINSTK_ID = "26165655816741";
/// <summary>
/// 预任务生成业务类型-齐套出库
/// </summary>
public const string BIZTYPE_WMSKITTINGOUTSTK_ID = "26169472620837";
/// <summary>
/// 预任务生成业务类型-寄存出库
/// </summary>
public const string BIZTYPE_WMSOUTBALE_ID = "26191525396517";
/// <summary>
/// 预任务生成业务类型-寄存入库
/// </summary>
public const string BIZTYPE_WMSINBALEINSTK_ID = "26501508971285";
/// <summary>
/// 预任务生成业务类型-配送申请
/// </summary>
public const string BIZTYPE_WMSDELIVERY_ID = "26585291847957";
/// <summary>
/// 预任务生成业务类型-销售出库下发
/// </summary>
public const string BIZTYPE_WMSSALERELEASE_ID = "25104446664213";
/// <summary>
/// 预任务生成业务类型-原材料转库单下发 todo
/// </summary>
public const string BIZTYPE_WMSMATERIALTRANSFER_ID = "34354738929685";
/// <summary>
/// 预任务生成业务类型-载具绑定
/// </summary>
public const string BIZTYPE_WMSCARRYBIND_ID = "27118595509525";
/// <summary>
/// 预任务生成业务类型-盘点出库
/// </summary>
public const string BIZTYPE_WMSCHECKOUTSTOCK_ID = "27718132310037";
/// <summary>
/// 成品调拨入库
/// </summary>
public const string BIZTYPE_WMSTRANSFERINSTOCK_ID = "34154749548053";
/// <summary>
/// 生产入库
/// </summary>
public const string BIZTYPE_WMSPRDINSTOCK_ID = "34840264160277";
/// <summary>
/// 条码打印状态-已完成
/// </summary>
public const string BARCODE_PRINT_STATUS_COMPLETE_ID = "26191372853541";
/// <summary>
/// 载具规格-料架
/// </summary>
public const string CARRY_LJSTD_ID = "26037267399717";
/// <summary>
/// 打印状态-未打印
/// </summary>
public const string PRINT_STATUS_NOTPRINTED = "26191366982437";
/// <summary>
/// 打印状态-打印中
/// </summary>
public const string PRINT_STATUS_PRINTING = "26191369755173";
/// <summary>
/// 打印状态-打印完成
/// </summary>
public const string PRINT_STATUS_PRINTCOMPLETE = "26191372853541";
/// <summary>
/// 同步状态-无需同步
/// </summary>
public const string SYNC_STATUS_NONEEDSYNC = "26191359047461";
/// <summary>
/// 同步状态-未同步
/// </summary>
public const string SYNC_STATUS__NOTSYNC = "26191345740069";
/// <summary>
/// 同步状态-同步中
/// </summary>
public const string SYNC_STATUS__SYNCING = "26191348846117";
/// <summary>
/// 同步状态-同步完成
/// </summary>
public const string SYNC_STATUS__SYNCCOMPLETE = "26191351559205";
/// <summary>
/// 同步状态-同步失败
/// </summary>
public const string SYNC_STATUS__SYNCFAILED = "26191354152229";
/// <summary>
/// 单据类型-来料入库单
/// </summary>
public const string BILLTYPE_MATERIALINSTOCK_ID = "25103338755861";
/// <summary>
/// 单据类型-生产入库单
/// </summary>
public const string BILLTYPE_PRDINSTOCK_ID = "27410834411541";
/// <summary>
/// 管理员Id天益4厂管理员
/// </summary>
public const string AdministratorUserId = "25398501929509";
/// <summary>
/// 组织Id(天益4厂)
/// </summary>
public const string AdministratorOrgId = "25193668006933";
/// <summary>
/// 盘点任务计算状态-未结算
/// </summary>
public const string CLOSINGSTATUS_WJS_ID = "27674058079509";
/// <summary>
/// 盘点任务计算状态-盘亏
/// </summary>
public const string CLOSINGSTATUS_PK_ID = "27674064284949";
/// <summary>
/// 盘点任务计算状态-正常
/// </summary>
public const string CLOSINGSTATUS_NORMAL_ID = "27674060155413";
/// <summary>
/// 盘点任务计算状态-盘盈
/// </summary>
public const string CLOSINGSTATUS_PY_ID = "27674069224213";
/// <summary>
/// 盘点状态-盘点中
/// </summary>
public const string CHECKSTATUS_PDZ_ID = "27584592425493";
/// <summary>
/// 盘点状态-盘点结账
/// </summary>
public const string CHECKSTATUS_PDJZ_ID = "27584597303317";
/// <summary>
/// 一楼供料三工位库位
/// </summary>
public const string Floor1GLSGWOutstockStation1 = "30773146852478";
/// <summary>
/// 一楼供料三工位库位
/// </summary>
public const string Floor1GLSGWOutstockStation2 = "30773146852479";
/// <summary>
/// 一楼供料三工位库位
/// </summary>
public const string Floor1GLSGWOutstockStation3 = "30773146852480";
/// <summary>
/// 一楼供料三工位库位
/// </summary>
public const string Floor1GLSGWOutstockStation4 = "30773146852480";
/// <summary>
/// todo 一楼外协三工位库位
/// </summary>
public const string Floor1WXSGWOutstockStation1 = "111";
/// <summary>
/// todo 一楼外协三工位库位
/// </summary>
public const string Floor1WXSGWOutstockStation2 = "222";
/// <summary>
/// todo 一楼外协三工位库位
/// </summary>
public const string Floor1WXSGWOutstockStation3 = "333";
/// <summary>
/// 分拣任务生成Encode
/// </summary>
public const string WMS_SORTINGTASK_ENCODE = "Sortingtask";
/// <summary>
/// 一楼中储仓出库工位
/// </summary>
public const string ZZCSSX111011 = "32609244599317";
/// <summary>
/// 一楼中储仓出库工位
/// </summary>
public const string ZZCSSX111012 = "32609251845653";
/// <summary>
/// 料箱id
/// </summary>
public const string LIAOXIANGID = "26037262680357";
/// <summary>
/// 血路管自动生产线1线
/// </summary>
public const string XUELUGUAN1XIAN = "30019971917589";
/// <summary>
/// 血路管自动生产线2线
/// </summary>
public const string XUELUGUAN2XIAN = "25966313322789";
}
}