package common // 【文档数量限制】文档数量限制 type DocumentFilelimitNumberLimitResponse struct { // 【电子签署文档数量限制】电子签署文档数量限制 Document *int64 `json:"document"` // 【线下签署文档数量限制】线下签署文档数量限制 OfflineDocument *int64 `json:"offlineDocument"` // 【普通附件数量限制】普通附件数量限制 NormalAttachment *int64 `json:"normalAttachment"` // 【内部附件数量限制】内部附件数量限制 InnerAttachment *int64 `json:"innerAttachment"` }