using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel { /// /// 托盘和站点的绑定关系状态 /// public enum Salver_V_Station_StateEnum { 入库绑定 = 1, 在库物料 = 2 } }