Interface Creatable

All Known Implementing Classes:
BaseEntity, Entity, Multilingual, UUIDEntity

public interface Creatable
可创建实体
Since:
2025-02-06 15:30
Author:
夜雨
  • Method Summary

    Modifier and Type
    Method
    Description
    获取创建时间
    void
    setCreatedAt(Long createdAt)
    设置创建时间
  • Method Details

    • getCreatedAt

      Long getCreatedAt()
      获取创建时间
      Returns:
      创建时间
    • setCreatedAt

      void setCreatedAt(Long createdAt)
      设置创建时间
      Parameters:
      createdAt - 创建时间