From 90263dcb15577b992062f27c9d602b429141002d Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 24 七月 2019 19:39:15 +0800
Subject: [PATCH] modify protomsg

---
 protomsg.proto |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 01850a4..56e39e8 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -1,8 +1,8 @@
 syntax = "proto3";
-import "base.proto";
 
 package protomsg;
 
+import "base.proto";
 
 
 //Area缁撴瀯浣�
@@ -263,4 +263,4 @@
 message PushUrl {
     string url = 1;
     bool enable = 2;
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0