mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
feat(X-Pack): [数据填报]批量上传增加单条记录的提交信息
This commit is contained in:
@@ -24,6 +24,9 @@ public class DfCommitLog implements Serializable {
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long dataId;
|
||||
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long pid;
|
||||
|
||||
/**
|
||||
* 操作 0删除 1插入 2更新
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user