package io.spring.boot.sample.web.dustjs.model; /** * @author chanwook */ public enum TodoStatus { OPEN, CLOSE, PENDING; }