From d5c533de0c2ccb5614ea3c600ede9c13da77e127 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 08 八月 2023 09:37:51 +0800
Subject: [PATCH] 合并服务管理

---
 constvar/serviceCollectionPlan.go |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/constvar/serviceCollectionPlan.go b/constvar/serviceCollectionPlan.go
index 32450ec..6f32e72 100644
--- a/constvar/serviceCollectionPlan.go
+++ b/constvar/serviceCollectionPlan.go
@@ -1,4 +1,5 @@
 package constvar
+
 type ServiceCollectionPlanQueryClass string
 
 const (
@@ -8,5 +9,12 @@
 type ServiceCollectionPlanKeywordType string
 
 const (
-	ServiceCollectionPlanKeywordCustomerName   ServiceCollectionPlanKeywordType = ""
+	ServiceCollectionPlanKeywordCustomerName ServiceCollectionPlanKeywordType = ""
+)
+
+type CollectionStatus int
+
+const (
+	CollectionStatusUnCollected CollectionStatus = 1 //寰呮敹娆�
+	CollectionStatusCollected   CollectionStatus = 2 //宸叉敹娆�
 )

--
Gitblit v1.8.0