接口 FlowBindDataRepository
public interface FlowBindDataRepository
流程绑定数据仓库
流程绑定数据即,流程的表单数据
-
方法概要
修饰符和类型方法说明getBindDataSnapshotById(long id) 查询快照数据voidsave(BindDataSnapshot snapshot) 保存数据voidupdate(BindDataSnapshot snapshot) 更新数据
-
方法详细资料
-
save
-
update
-
getBindDataSnapshotById
-