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