wangpengfei
2023-08-08 eb65f4c3c6903b11424eeaefe46653acedf24448
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 //已收款
)