示例#1
0
文件: Model.php 项目: 9naQuame/wyf
 protected function updateImplementation($field, $value)
 {
     $this->datastore->update($field, $value);
 }