派生自 aps/WMS
constvar/const.go @@ -173,3 +173,10 @@ OperationStatus_Ready //就绪 OperationStatus_Finish //完成 ) type PostType int const ( PostType_Soon PostType = iota + 1 //尽快 PostType_AfterReady //当所有产品就绪时 )