namespace Dfs.WayneChina.PosModelMini { public enum BusinessUnitTypeEnum { /// /// Global type. /// Global, /// /// Regional type. /// Region, /// /// Country type. /// Country, /// /// Project type. /// Project, /// /// Site type. /// Site, } }