修改用户反馈信息,新增系统奖励

This commit is contained in:
chy
2025-06-09 09:52:03 +08:00
parent e83a173ed0
commit e07b3dd0e1
23 changed files with 303 additions and 127 deletions

View File

@ -23,5 +23,5 @@ type Feedbacks struct {
UpdatedAt *gtime.Time // 反馈更新时间
DeletedAt *gtime.Time // 软删除时间戳
StoreId interface{} // 门店唯一 id
MerchatId interface{} // 商户唯一 id
MerchantId interface{} // 商户唯一 id
}