zhangqian
2023-08-25 b0c07ddee23e2d54d03636f08af19f0934857cf4
pkg/ecode/msg.go
@@ -25,6 +25,7 @@
   SContractInvoiceProductPriceGreaterThanReceivableAmountErr: "开票总额高于应收金额",
   SalesRefundProductNotExist:                                 "退货产品不存在",
   SalesRefundProductPriceOrAmountErr:                         "退货产品价格或数量错误",
   SalesRefundProductBeyondTotalAmount:                        "退货产品对应总价超出应退总价",
}
func GetMsg(errCode int) (errMsg string) {