using System; using System.Collections.Generic; using System.Text; namespace CZKJ.GBRS2.Enum { public enum ProductStatusEnum { 下线 = 0, 上线 = 1 } }