This commit is contained in:
van
2026-04-11 22:35:39 +08:00
parent 5205d8c155
commit 94f319514e
14 changed files with 296 additions and 30 deletions

View File

@@ -59,7 +59,7 @@ public class TencentDocBatchPushRecord extends BaseEntity {
/** 错误数量 */
private Integer errorCount;
/** 状态RUNNING-执行中SUCCESS-成功PARTIAL-部分成功FAILED-失败 */
/** 状态RUNNING-执行中SUCCESS-成功PARTIAL-部分成功FAILED-失败INTERRUPTED-已中断(超时/未正常结束) */
private String status;
/** 结果消息 */