You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe in details
这里的beforeImage只考虑了一张表,但像MultiExecutor这种可能涉及多张表,目前是在内部通过维护map结构实现的,返回值是null,语义上不太明确。可考虑beforeImage的抽象方法返回值定义为泛型,由各个子类根据实际情况承接不同的返回值
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Why you need it?
Is your feature request related to a problem? Please describe in details


这里的beforeImage只考虑了一张表,但像MultiExecutor这种可能涉及多张表,目前是在内部通过维护map结构实现的,返回值是null,语义上不太明确。可考虑beforeImage的抽象方法返回值定义为泛型,由各个子类根据实际情况承接不同的返回值
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: