| | |
| | | package constvar |
| | | |
| | | type ServiceCollectionPlanQueryClass string |
| | | |
| | | const ( |
| | |
| | | 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 //服务合同 |
| | | ) |