Interface Updatable

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

public interface Updatable
可更新实体
Since:
2025-02-06 15:30
Author:
夜雨
  • Method Summary

    Modifier and Type
    Method
    Description
    获取更新时间
    void
    setUpdatedAt(Long updatedAt)
    设置更新时间
  • Method Details

    • getUpdatedAt

      Long getUpdatedAt()
      获取更新时间
      Returns:
      更新时间
    • setUpdatedAt

      void setUpdatedAt(Long updatedAt)
      设置更新时间
      Parameters:
      updatedAt - 更新时间