From 6f52e069fe72b4e37b0712a7e097e3af97bbc25e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 07 八月 2023 10:22:11 +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