using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.PosModelMini { public enum ChangesetType { /// /// Partial change set. /// Partial, /// /// Full change set. /// Full } }