common_param.go 129 B

123456
  1. package vo
  2. type CommonParam struct {
  3. EnterpriseId string `json:"enterprise_id"`
  4. SubAccountId int64 `json:"sub_account_id"`
  5. }