Interface UpdateValidator<T>

All Known Subinterfaces:
CudValidator<T>

public interface UpdateValidator<T>
Since:
1.0
Author:
CJ (power4j@outlook.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateValidate(T object)
    验证更新操作
  • Method Details

    • updateValidate

      void updateValidate(T object)
      验证更新操作
      Parameters:
      object - 入参数据