17 lines
380 B
C#
17 lines
380 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Tnb.WarehouseMgr.Entities.Consts
|
|
{
|
|
public class WmsWareHouseConst
|
|
{
|
|
/// <summary>
|
|
/// 出入库单据状态TypeID
|
|
/// </summary>
|
|
public const string WMS_INSTOCK_D_BILL_STATUS_TYPEID = "25065133038101";
|
|
}
|
|
}
|