From bbe24137c96c17cd8d481e1dc58d4265ab8a24e8 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 08 八月 2023 09:43:50 +0800 Subject: [PATCH] 添加ignore --- 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