SealMultipleResponse.go 406 B

123456789
  1. package common
  2. type SealMultipleResponse struct {
  3. // <ext>core:true</ext> 【印章ID】印章id 【传参】 可传入多个,格式:[123123123213,123213213213]。
  4. SealIds string `json:"sealIds,omitempty"`
  5. // <ext>core:true</ext> 【印章名称】印章名称 【传参】 可传入多个,格式:[“维森集团公章”,“众畅科技公章”]。
  6. Names string `json:"names,omitempty"`
  7. }