# document **Repository Path**: nonoy/document ## Basic Information - **Project Name**: document - **Description**: document - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-18 - **Last Updated**: 2021-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # document 返回值统一用Map { "code":1 sucess 2 failure 3 null "influence": 0 //只有修改数据库才有意义 也就是 增删改 insert delete update //思考题 "result":[ //只有查询才有意义 也就是查 select {} {} {} ] } 1 接口 --> 添加1个 student post 2.接口 --> 修改一个student 的信息 post 3.接口 --> 删除一个student post 4.接口 --> 查询一个学生的信息 //查询多个如果可以 做成分页形式 5.接口--> 查询全部学生的信息 6.接口--> 按照分类查询学生的信息 (请求参数必须要带分类) tb_department 1.在多级菜单的情况下 进行查询 parent_department != -1 能够展现出树形结构->只写sql