info_auto_default_param.go 980 B

1234567891011121314151617181920
  1. package vo
  2. type InfoAutoDefaultParam struct {
  3. EnterpriseId string `json:"enterprise_id"`
  4. SubAccountId int64 `json:"sub_account_id"`
  5. SketchOtherTimeOut int64 `json:"sketch_other_time_out"`
  6. SketchOtherNotUpload int64 `json:"sketch_other_not_upload"`
  7. LinkReplaceTimeOut int64 `json:"link_replace_time_out"`
  8. LinkReplaceNotUpload int64 `json:"link_replace_not_upload"`
  9. DataReplaceTimeOut int64 `json:"data_replace_time_out"`
  10. DataReplaceNotUpload int64 `json:"data_replace_not_upload"`
  11. //SketchOtherTimeOutOperator string `json:"sketch_other_time_out_operator"`
  12. //SketchOtherNotUploadOperator string `json:"sketch_other_not_upload_operator"`
  13. //LinkReplaceTimeOutOperator string `json:"link_replace_time_out_operator"`
  14. //LinkReplaceNotUploadOperator string `json:"link_replace_not_upload_operator"`
  15. //DataReplaceTimeOutOperator string `json:"data_replace_time_out_operator"`
  16. //DataReplaceNotUploadOperator string `json:"data_replace_not_upload_operator"`
  17. }