package io.kaif.web.v1.dto; import io.swagger.annotations.ApiModel; @ApiModel("ArticleType") public enum V1ArticleType { EXTERNAL_LINK, SPEAK }