This commit is contained in:
苏尹岚
2020-12-23 09:28:48 +08:00
parent 1765620899
commit 947750c5c9
4 changed files with 33 additions and 19 deletions

View File

@@ -43,6 +43,11 @@ const (
JobCountrywideCode = 999
)
const (
/*消费类型*/
ConsumeTypePublishJob = 1 //发任务
)
var (
DeliveryStatusName = map[int]string{
OrderStatusNew: "上门取件中",
@@ -55,6 +60,8 @@ var (
JobCashbackPrice: "固定返现",
JobCashbackPercentage: "比例返现",
}
ConsumeName = map[int]string{}
)
type Job struct {