类 UserAccountSecretKey

java.lang.Object
cn.nkpro.elcube.platform.gen.UserAccountSecretKey
所有已实现的接口:
Serializable
直接已知子类:
UserAccountSecret

public class UserAccountSecretKey extends Object implements Serializable
另请参阅:
序列化表格
  • 构造器详细资料

    • UserAccountSecretKey

      public UserAccountSecretKey()
  • 方法详细资料

    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getType

      public String getType()
    • setType

      public void setType(String type)