package vo type ReInfoAutoDefault struct { SketchOtherTimeOut int64 `json:"sketchOtherTimeOut"` SketchOtherNotUpload int64 `json:"sketchOtherNotUpload"` LinkReplaceTimeOut int64 `json:"linkReplaceTimeOut"` LinkReplaceNotUpload int64 `json:"linkReplaceNotUpload"` DataReplaceTimeOut int64 `json:"dataReplaceTimeOut"` DataReplaceNotUpload int64 `json:"dataReplaceNotUpload"` SketchOtherTimeOutOperator string `json:"sketchOtherTimeOutOperator"` SketchOtherNotUploadOperator string `json:"sketchOtherNotUploadOperator"` LinkReplaceTimeOutOperator string `json:"linkReplaceTimeOutOperator"` LinkReplaceNotUploadOperator string `json:"linkReplaceNotUploadOperator"` DataReplaceTimeOutOperator string `json:"dataReplaceTimeOutOperator"` DataReplaceNotUploadOperator string `json:"dataReplaceNotUploadOperator"` }