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