feat: and 查询

This commit is contained in:
2021-12-14 19:45:25 +08:00
parent 9977fd1a16
commit 3679aaab18
7 changed files with 117 additions and 19 deletions
+8 -5
View File
@@ -1,9 +1,12 @@
package consts
const (
EtcReadError = "etcdReaderErr"
EtcConnError = "etcConnectError"
ErrorReason = "reason"
PanicError = "panicError"
GormError = "gormErr"
EtcReadError = "etcdReaderErr"
EtcConnError = "etcConnectError"
ErrorReason = "reason"
PanicError = "panicError"
GormError = "gormErr"
GetServiceModelErr = "getServiceErr"
ResponseSuccess = "成功"
ResponseFail = "失败"
)