SealApplyBatchAppendDocumentsRequest.go 155 B

1234567
  1. package common
  2. type SealApplyBatchAppendDocumentsRequest struct {
  3. // <ext>core:true;format:string</ext> 【文档id】文档id
  4. Id *int64 `json:"id"`
  5. }