From 981681b3cc96d3f8e90ce5e358e1540d02f9f5d9 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 19 十二月 2023 16:49:12 +0800 Subject: [PATCH] 错误判断 --- 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