using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIP_Models
{
///
/// 立库相关的结构类
///
public struct WCSStruct
{
///
/// 不在热后立库中
///
public const string NOTEXISTWH2 = "不在热后立库中";
}
}