反馈信息列表,详情修改

This commit is contained in:
chy
2025-06-06 10:26:54 +08:00
parent 830f9c236b
commit 74a54fb24d
6 changed files with 35 additions and 24 deletions

View File

@ -41,6 +41,8 @@ type FeedbackCreateIn struct {
Content string
FeedbackType int
OperatorId int64
StoreId int64
MerchantId int64
}
type FeedbackCreateOut struct {