zhangqian
2024-03-18 c4e6bf4b1fdb872ba514ab03efa3c53333d1a120
pkg/ecode/msg.go
@@ -26,6 +26,8 @@
   SalesRefundProductNotExist:                                 "退货产品不存在",
   SalesRefundProductPriceOrAmountErr:                         "退货产品价格或数量错误",
   SalesRefundProductBeyondTotalAmount:                        "退货产品对应总价超出应退总价",
   SalesSourceExist:                                           "销售线索已存在",
   SalesLeadsExist:                                            "相同客户名称的销售线索已存在",
}
func GetMsg(errCode int) (errMsg string) {