用户反馈信息基本CRUD
This commit is contained in:
8
internal/consts/feedback.go
Normal file
8
internal/consts/feedback.go
Normal file
@ -0,0 +1,8 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
Unprocess = iota + 1
|
||||
Processing
|
||||
Processed
|
||||
Rejected
|
||||
)
|
||||
Reference in New Issue
Block a user