1
This commit is contained in:
@@ -72,6 +72,14 @@ const (
|
||||
AlarmFee = 1500 // 配送费报警阈值
|
||||
)
|
||||
|
||||
const (
|
||||
InvoiceStatusInit = "1" // INIT-初始化,未受理
|
||||
InvoiceStatusFailUre = "2" // APPLY_FAILURE-申请受理失败
|
||||
InvoiceStatusBilling = "3" // 开具中
|
||||
InvoiceStatusBillingSuccess = "4" // 开具成功
|
||||
InvoiceStatusBillingFail = "5" // 开具失败
|
||||
)
|
||||
|
||||
type VendorInfo struct {
|
||||
Name string `json:"name"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user