类 BaseTenantEntity

  • 所有已实现的接口:
    Serializable

    @MappedSuperclass
    public class BaseTenantEntity
    extends Object
    implements Serializable
    实体基类
    作者:
    dingzhaojun, qinman, mengjuhua
    另请参阅:
    序列化表格
    Date:
    2022/2/10
    • 字段详细资料

      • tenantId

        protected String tenantId
        租户id
      • createTime

        protected Date createTime
        创建时间
      • updateTime

        protected Date updateTime
        更新时间
    • 构造器详细资料

      • BaseTenantEntity

        public BaseTenantEntity()
    • 方法详细资料

      • getCreateTime

        public Date getCreateTime()
      • getUpdateTime

        public Date getUpdateTime()