Interface UpdateRequest<T>

Type Parameters:
T - 请求体对应的实体类

public interface UpdateRequest<T>
更新请求的请求体
Author:
xezzon
  • Method Summary

    Modifier and Type
    Method
    Description
    merge(T oldValue)
    将更新请求的字段合并到数据库实体中
  • Method Details

    • merge

      T merge(T oldValue)
      将更新请求的字段合并到数据库实体中
      Parameters:
      oldValue - 数据库实体
      Returns:
      待更新的对象