You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
809 B
33 lines
809 B
package model |
|
|
|
import ( |
|
v1 "go-common/app/service/main/account/api" |
|
) |
|
|
|
// VipInfo is the type alias v1.VipInfo |
|
// DEPRECATED: using v1.VipInfo |
|
type VipInfo = v1.VipInfo |
|
|
|
// Info is the type alias v1.Info |
|
// DEPRECATED: using v1.Info |
|
type Info = v1.Info |
|
|
|
// Profile is the type alias v1.Profile |
|
// DEPRECATED: using v1.Profile |
|
type Profile = v1.Profile |
|
|
|
// Card is the type alias v1.Card |
|
// DEPRECATED: using v1.Card |
|
type Card = v1.Card |
|
|
|
// PendantInfo is the type alias v1.PendantInfo |
|
// DEPRECATED: using v1.PendantInfo |
|
type PendantInfo = v1.PendantInfo |
|
|
|
// NameplateInfo is the type alias v1.NameplateInfo |
|
// DEPRECATED: using v1.NameplateInfo |
|
type NameplateInfo = v1.NameplateInfo |
|
|
|
// OfficialInfo is the type alias v1.OfficialInfo |
|
// DEPRECATED: using v1.OfficialInfo |
|
type OfficialInfo = v1.OfficialInfo
|
|
|