using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.PosModelMini { public enum PosTrxSource { /// /// The transaction is from indoor. /// Indoor, /// /// The transaction is from outdoor. /// Outdoor } }