feat(app): update

This commit is contained in:
Yangtao
2025-11-19 14:24:13 +08:00
parent 1eac66d7fd
commit 0c34585649
329 changed files with 10760 additions and 281 deletions

View File

@ -0,0 +1,14 @@
package dto
// 兑换配置
type GoodsExchangeConfigDTO struct {
ConfigId string
GoodsId string
GoodsName string
GoodsIcon string
TargetType string
TargetId string
TargetName string
TargetIcon string
NeedCount string
}