zhangqian
2023-08-07 6f52e069fe72b4e37b0712a7e097e3af97bbc25e
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 //已收款
)