1234567891011121314151617181920 |
- package vo
- type InfoAutoDefaultParam struct {
- EnterpriseId string `json:"enterprise_id"`
- SubAccountId int64 `json:"sub_account_id"`
- SketchOtherTimeOut int64 `json:"sketch_other_time_out"`
- SketchOtherNotUpload int64 `json:"sketch_other_not_upload"`
- LinkReplaceTimeOut int64 `json:"link_replace_time_out"`
- LinkReplaceNotUpload int64 `json:"link_replace_not_upload"`
- DataReplaceTimeOut int64 `json:"data_replace_time_out"`
- DataReplaceNotUpload int64 `json:"data_replace_not_upload"`
- //SketchOtherTimeOutOperator string `json:"sketch_other_time_out_operator"`
- //SketchOtherNotUploadOperator string `json:"sketch_other_not_upload_operator"`
- //LinkReplaceTimeOutOperator string `json:"link_replace_time_out_operator"`
- //LinkReplaceNotUploadOperator string `json:"link_replace_not_upload_operator"`
- //DataReplaceTimeOutOperator string `json:"data_replace_time_out_operator"`
- //DataReplaceNotUploadOperator string `json:"data_replace_not_upload_operator"`
- }
|