natsio/model/supplier_user_response.go

6 lines
82 B
Go
Raw Normal View History

2022-10-20 07:32:32 +00:00
package model
2022-10-25 08:27:05 +00:00
type CreateSupplierUserResponse struct {
2022-10-20 07:32:32 +00:00
ID string `json:"_id"`
}