mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
refactor: 清理重复的方法。
This commit is contained in:
parent
a6ce1f3eaf
commit
e88817fbe9
@ -47,20 +47,6 @@ public abstract class AbstractLogicDeleteProcessor implements LogicDeleteProcess
|
||||
, getLogicNormalValue()));
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取逻辑删除列未删除标记值。
|
||||
*
|
||||
* @return 未删除标记值
|
||||
*/
|
||||
public abstract Object getLogicNormalValue();
|
||||
|
||||
/**
|
||||
* 获取逻辑删除列删除时标记值。
|
||||
*
|
||||
* @return 删除时标记值
|
||||
*/
|
||||
public abstract Object getLogicDeletedValue();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user