namespace SPMS.Domain.Enums; /// /// 서비스 상태 (Service.status) /// public enum ServiceStatus : byte { Active = 0, Suspended = 1 }