7 lines
138 B
Go
Raw Normal View History

2025-02-24 16:48:20 +08:00
package subscribedomain
type Subscribe struct {
ID string `json:"id"`
SubscribePlanID string `json:"subscribe_plan_id"`
2025-02-24 16:48:20 +08:00
}