using System; using System.Collections.Generic; using System.Text; namespace Yi.Framework.Common.Enum { public enum AgrFlagEnum { wait = 0, Agree = 1 } }