This commit is contained in:
苏尹岚
2020-10-30 13:58:16 +08:00
parent 6232cec620
commit 8c42f34725
2 changed files with 4 additions and 2 deletions

View File

@@ -421,6 +421,8 @@ const (
YES = 1 //通用
NO = 0
DISABLED = -1
Nothing = "nothing"
)
func IsPurchaseVendorExist(vendorID int) bool {