package kr.wisestone.owl.domain.enumType; /** * Created by wisestone on 2018-03-09. */ public enum IssueStatusType { READY, OPEN, CLOSE }