using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace iWareModel { /// /// RGV是否有货 /// public enum RgvIsDie { 重置 = 0, 无货 = 1, 有货 = 2 } }