正在显示
1 个修改的文件
包含
8 行增加
和
0 行删除
@@ -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 | * 保存修改 |
-
请 注册 或 登录 后发表评论