feat:完善网站信息
This commit is contained in:
@ -83,7 +83,7 @@ type ShelfStatusKind int
|
||||
|
||||
const (
|
||||
// ShelfStatusForUp 上架
|
||||
ShelfStatusForUp ShelfStatusKind = iota
|
||||
ShelfStatusForUp ShelfStatusKind = iota + 1
|
||||
// ShelfStatusForDown 下架
|
||||
ShelfStatusForDown
|
||||
)
|
||||
|
Reference in New Issue
Block a user