namespace SPMS.Domain.Enums; /// /// 구독 티어 (Service.sub_tier) /// public enum SubTier : byte { Free = 0, Basic = 1, Pro = 2 }