refactor!: 重构 DataOperationResultException
#56
Reference in New Issue
Block a user
No description provided.
Delete Branch "zhouxy108/plusone-commons:refactor/data_operation_result_exception"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
删除
DataOperationResultException多余的构造方法,仅提供两个构造方法。创建
DataOperationResultException实例时,必须将预计影响的行数和实际影响的行数作为入参。(不兼容)
重构
AssertTools中相关的断言方法。DataOperationResultExceptionfe8c6330f2