编辑readme
This commit is contained in:
parent
01c9f3690a
commit
f57fbc4d55
58
readme.md
Normal file
58
readme.md
Normal file
@ -0,0 +1,58 @@
|
||||
# 20231116迭代`未上线`
|
||||
|
||||
## 说明
|
||||
|
||||
### 人口
|
||||
|
||||
-
|
||||
|
||||
### 房屋
|
||||
|
||||
- 增加房屋综合管理功能
|
||||
- 新增、修改房屋时,可快速关联同住人,没有同住人可直接新增
|
||||
|
||||
## 表结构调整
|
||||
|
||||
### city_dict
|
||||
|
||||
| 字段 | 字段(旧) | 类型 | 类型(旧) | 默认值 | 默认值(旧) | 描述 | 操作 |
|
||||
|---------|----------|--------|--------------|-----|--------|------|----|
|
||||
| is_hide | | int(1) | | 0 | | 是否隐藏 | 新增 |
|
||||
| is_hide | is_hide1 | int(1) | varchar(255) | 0 | '123' | 是否隐藏 | 修改 |
|
||||
| is_hide | | int(1) | | 0 | | 是否隐藏 | 删除 |
|
||||
|
||||
|
||||
### 菜单调整
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2">名称</th>
|
||||
<th colspan="4">变更前</th>
|
||||
<th colspan="4">变更后</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>链接</th>
|
||||
<th>接口前缀</th>
|
||||
<th>资源前缀</th>
|
||||
<th>路由前缀</th>
|
||||
<th>链接</th>
|
||||
<th>接口前缀</th>
|
||||
<th>资源前缀</th>
|
||||
<th>路由前缀</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>房屋综合管理</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>/list-summary</td>
|
||||
<td>/api</td>
|
||||
<td>/resource</td>
|
||||
<td>/route/house</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Loading…
Reference in New Issue
Block a user