package kr.wisestone.owl.domain.enumType; /** * Created by wisestone on 2018-10-05. */ public enum ServiceType { USE, // 서비스 사용중 UNUSED, // 서비스 만료 }