From 5adf6ad89a4df69aa169beab89ca5afc738adfa4 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 20 九月 2023 19:36:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 constvar/const.go |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/constvar/const.go b/constvar/const.go
index 009b7e9..85b175d 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -173,3 +173,10 @@
 	OperationStatus_Ready                              //灏辩华
 	OperationStatus_Finish                             //瀹屾垚
 )
+
+type PostType int
+
+const (
+	PostType_Soon       PostType = iota + 1 //灏藉揩
+	PostType_AfterReady                     //褰撴墍鏈変骇鍝佸氨缁椂
+)

--
Gitblit v1.8.0