java.lang.Object
xyz.raylab.systemcommon.infrastructure.persistent.tables.pojos.RDictionaryPO
所有已实现的接口:
Serializable

public class RDictionaryPO extends Object implements Serializable
字典
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getPk

      public Integer getPk()
      Getter for r_dictionary.pk. 主键
    • setPk

      public RDictionaryPO setPk(Integer pk)
      Setter for r_dictionary.pk. 主键
    • getId

      public String getId()
      Getter for r_dictionary.id. 唯一标识
    • setId

      public RDictionaryPO setId(String id)
      Setter for r_dictionary.id. 唯一标识
    • getName

      public String getName()
      Getter for r_dictionary.name. 名称
    • setName

      public RDictionaryPO setName(String name)
      Setter for r_dictionary.name. 名称
    • getCode

      public String getCode()
      Getter for r_dictionary.code. 编码
    • setCode

      public RDictionaryPO setCode(String code)
      Setter for r_dictionary.code. 编码
    • getSortNumber

      public Integer getSortNumber()
      Getter for r_dictionary.sort_number. 排序号
    • setSortNumber

      public RDictionaryPO setSortNumber(Integer sortNumber)
      Setter for r_dictionary.sort_number. 排序号
    • getEnabled

      public String getEnabled()
      Getter for r_dictionary.enabled. 是否已启用
    • setEnabled

      public RDictionaryPO setEnabled(String enabled)
      Setter for r_dictionary.enabled. 是否已启用
    • getLinkedDictionaryId

      public String getLinkedDictionaryId()
      Getter for r_dictionary.linked_dictionary_id. 联动的字典id
    • setLinkedDictionaryId

      public RDictionaryPO setLinkedDictionaryId(String linkedDictionaryId)
      Setter for r_dictionary.linked_dictionary_id. 联动的字典id
    • getCreatedBy

      public String getCreatedBy()
      Getter for r_dictionary.created_by. 创建人
    • setCreatedBy

      public RDictionaryPO setCreatedBy(String createdBy)
      Setter for r_dictionary.created_by. 创建人
    • getCreatedTime

      public LocalDateTime getCreatedTime()
      Getter for r_dictionary.created_time. 创建时间
    • setCreatedTime

      public RDictionaryPO setCreatedTime(LocalDateTime createdTime)
      Setter for r_dictionary.created_time. 创建时间
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for r_dictionary.updated_by. 更新人
    • setUpdatedBy

      public RDictionaryPO setUpdatedBy(String updatedBy)
      Setter for r_dictionary.updated_by. 更新人
    • getUpdatedTime

      public LocalDateTime getUpdatedTime()
      Getter for r_dictionary.updated_time. 更新时间
    • setUpdatedTime

      public RDictionaryPO setUpdatedTime(LocalDateTime updatedTime)
      Setter for r_dictionary.updated_time. 更新时间
    • getRevision

      public String getRevision()
      Getter for r_dictionary.revision. 乐观锁
    • setRevision

      public RDictionaryPO setRevision(String revision)
      Setter for r_dictionary.revision. 乐观锁
    • getTenantId

      public String getTenantId()
      Getter for r_dictionary.tenant_id. 租户号
    • setTenantId

      public RDictionaryPO setTenantId(String tenantId)
      Setter for r_dictionary.tenant_id. 租户号
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object