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