@@ -0,0 +1,7 @@
+package errors
+
+import "git.ikuban.com/server/kratos-utils/codes"
+var (
+ ErrorPartnerNotExist = codes.Error(20001, "陪伴者不存在")
+)