remove: tenantslug
This commit is contained in:
@@ -29,3 +29,7 @@ type PostStatus int16
|
||||
// swagger:enum PostType
|
||||
// ENUM( Article, Picture, Video, Audio)
|
||||
type PostType int16
|
||||
|
||||
type PostMeta struct {
|
||||
WorkerMark int64 `json:"worker_mark,omitempty"`
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@ types:
|
||||
type: PostType
|
||||
assets: Json[[]MediaAsset]
|
||||
tags: Json[[]string]
|
||||
metas: PostMeta
|
||||
|
||||
orders:
|
||||
type: OrderType
|
||||
|
||||
Reference in New Issue
Block a user