Modify.go 291 B

123456789
  1. package common
  2. type Modify struct {
  3. // <ext>core:true;format:string</ext> 【签署文档id】签署文档id
  4. DocumentId *int64 `json:"documentId"`
  5. // <ext>core:true</ext> 【签署文档新名称】签署文档新名称 【传参】 最大长度:500。
  6. Title string `json:"title"`
  7. }