类 Captcha

java.lang.Object
cn.herodotus.engine.assistant.core.definition.domain.AbstractDto
cn.herodotus.engine.captcha.core.dto.Captcha
所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.domain.Entity, Serializable
直接已知子类:
GraphicCaptcha, Verification

public abstract class Captcha extends cn.herodotus.engine.assistant.core.definition.domain.AbstractDto

Description: 验证码返回数据基础类

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/12/13 17:06
  • 构造器详细资料

    • Captcha

      public Captcha()
  • 方法详细资料

    • getIdentity

      public String getIdentity()
    • setIdentity

      public void setIdentity(String identity)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)