From eb65f4c3c6903b11424eeaefe46653acedf24448 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 08 八月 2023 09:40:22 +0800
Subject: [PATCH] Merge branch 'master' into fly

---
 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