add jobs
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
package fields
|
||||
|
||||
// swagger:enum PostStage
|
||||
// ENUM( Pending, Processing, Completed, Deleted)
|
||||
type PostStage int16
|
||||
|
||||
// swagger:enum PostStatus
|
||||
// swagger:enum UserStatus
|
||||
// ENUM( Pending, Verified, Blocked)
|
||||
type PostStatus int16
|
||||
|
||||
// swagger:enum PostType
|
||||
// ENUM( Article, Picture, Video, Audio)
|
||||
type PostType int16
|
||||
type UserStatus int16
|
||||
|
||||
Reference in New Issue
Block a user