public interface EditTable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterEdit(BeforeEditOption beforeEditOption,
com.alibaba.fastjson.JSONObject updateEntity)
更新实体类之后
|
BeforeEditOption |
beforeEdit(com.alibaba.fastjson.JSONObject updateEntity)
更新实体类之前
|
BeforeEditOption beforeEdit(com.alibaba.fastjson.JSONObject updateEntity) throws Exception
Exceptionvoid afterEdit(BeforeEditOption beforeEditOption, com.alibaba.fastjson.JSONObject updateEntity) throws Exception
ExceptionCopyright © 2024. All rights reserved.