用户反馈信息基本CRUD

This commit is contained in:
chy
2025-06-05 17:43:22 +08:00
parent 77067adf33
commit 830f9c236b
23 changed files with 682 additions and 58 deletions

View File

@ -0,0 +1,8 @@
package consts
const (
Unprocess = iota + 1
Processing
Processed
Rejected
)