package v2auth_response import ( "git.sxidc.com/student-physical-examination/contract_lock_sdk/model/common" ) type V2AuthSignsilentCompanyRecordResponse struct { AuthorizedSealRecord *common.AuthorizedSealRecord `json:"authorizedSealRecord,omitempty"` SealBean *common.SealBean `json:"sealBean,omitempty"` }