Commit 1f9a014b authored by 王源's avatar 王源 🎧

test commit

parent 113c18f3
......@@ -29,13 +29,6 @@ interface UserServiceInterface
*/
public function get($id);
/**
* 新增数据
* @param array $params
* @return mixed
*/
public function create(array $params);
/**
* 更新数据
* @param $id
......@@ -44,10 +37,4 @@ interface UserServiceInterface
*/
public function update($id, $params);
/**
* 删除数据
* @param $id
* @return mixed
*/
public function delete($id);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment