作者 邓超

es

@@ -171,6 +171,14 @@ class Es { @@ -171,6 +171,14 @@ class Es {
171 return $this->index; 171 return $this->index;
172 } 172 }
173 173
  174 + /**
  175 + * @param string $index
  176 + */
  177 + public function setIndex(string $index): void
  178 + {
  179 + $this->index = $index;
  180 + }
  181 +
174 182
175 /** 183 /**
176 * 保存修改 184 * 保存修改