package vo import "git.echol.cn/loser/lckt/model/app" type CDKVo struct { Eid uint `json:"eid"` // 兑换码库ID CDK []app.CDK `json:"cdk"` // 生成的兑换码 }