liujiandao
2023-09-21 3109c9a47ff73d7af857ccd668821a3eb13d16fe
constvar/const.go
@@ -173,3 +173,10 @@
   OperationStatus_Ready                              //就绪
   OperationStatus_Finish                             //完成
)
type PostType int
const (
   PostType_Soon       PostType = iota + 1 //尽快
   PostType_AfterReady                     //当所有产品就绪时
)