pkg/ecode/msg.go
@@ -20,6 +20,11 @@ ChildrenExistErr: "存在子菜单", MenuNotExist: "菜单不存在", MenuNameExistErr: "菜单名已存在", SContractProductPriceLowerThanInvoiceAmountErr: "产品总价低于已开票金额", SContractProductPriceLowerThanReceivedAmountErr: "产品总价低于已收金额", SContractInvoiceProductPriceGreaterThanReceivableAmountErr: "开票总额高于应收金额", SalesRefundProductNotExist: "退货产品不存在", SalesRefundProductPriceOrAmountErr: "退货产品价格或数量错误", } func GetMsg(errCode int) (errMsg string) {