From 9a7e0a7da01a9f9625ceaca0c61a59c540c6438f Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 18 八月 2023 17:32:10 +0800
Subject: [PATCH] fix

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

diff --git a/constvar/serviceCollectionPlan.go b/constvar/serviceCollectionPlan.go
index 32450ec..c59acc5 100644
--- a/constvar/serviceCollectionPlan.go
+++ b/constvar/serviceCollectionPlan.go
@@ -1,4 +1,5 @@
 package constvar
+
 type ServiceCollectionPlanQueryClass string
 
 const (
@@ -8,5 +9,20 @@
 type ServiceCollectionPlanKeywordType string
 
 const (
-	ServiceCollectionPlanKeywordCustomerName   ServiceCollectionPlanKeywordType = ""
+	ServiceCollectionPlanKeywordCustomerName ServiceCollectionPlanKeywordType = ""
+)
+
+type CollectionStatus int
+
+const (
+	CollectionStatusUnCollected  CollectionStatus = 1 //寰呮敹娆�
+	CollectionStatusSubCollected CollectionStatus = 2 //閮ㄥ垎鏀舵
+	CollectionStatusCollected    CollectionStatus = 3 //宸叉敹娆�
+)
+
+type CollectionSourceType int
+
+const (
+	CollectionSourceTypeSaleDetails     CollectionSourceType = 1 //閿�鍞槑缁�
+	CollectionSourceTypeServiceContract CollectionSourceType = 2 //鏈嶅姟鍚堝悓
 )

--
Gitblit v1.8.0