Browse Source

Merge branch 'dev_v1.0.3_wh' of BaseService/entManageApplication into feature/v1.0.3

王浩 1 year ago
parent
commit
7ea067d02d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rpc/internal/config/config.go

+ 0 - 1
rpc/internal/config/config.go

@@ -22,6 +22,5 @@ type Config struct {
 			DbName      string
 			DbName      string
 		}
 		}
 	}
 	}
-	Mode       string
 	RedisAddrs string
 	RedisAddrs string
 }
 }