feat: fix @Deprecated
This commit is contained in:
@@ -23,52 +23,9 @@
|
||||
|
||||
---
|
||||
|
||||
## 国内出港(DomExp)
|
||||
## 国内出港(DomExp)& 国内进港(DomImp)
|
||||
|
||||
### 二级菜单
|
||||
|
||||
| 菜单名 | 权限ID | Activity | 文件路径 |
|
||||
|--------|--------|----------|---------|
|
||||
| 出港收运 | `AppDomExpCheckIn` | `GncShouYunUnListActivity` | `module_gnc/.../page/shouyun/unlist/` |
|
||||
| 出港复磅 | `AppDomExpWeighting` | `GncFuBangListActivity` | `module_gnc/.../page/fubang/list/` |
|
||||
| 出港组装 | `AppDomExpAssemble` | `GncAssembleListActivity` | `module_gnc/.../page/assemble/list/` |
|
||||
| 出港分配 | `AppDomExpDistribution` | `GncDistributionHomeActivity` | `module_gnc/.../page/distribution/home/` |
|
||||
| 出港存放 | `AppDomExpDeposit` | `GncDepositListActivity` | `module_gnc/.../page/deposit/list/` |
|
||||
| 仓库管理 | `AppDomExpWareHouse` | `GncWareHouseActivity` | `module_gnc/.../activity/GncWareHouseActivity.kt` |
|
||||
| 出港查询 | `AppDomExpSearch` | `GncQueryListActivity` | `module_gnc/.../activity/GncQueryListActivity.kt` |
|
||||
|
||||
### 三级页面(出港收运)
|
||||
|
||||
| 页面名 | Activity | 路径 |
|
||||
|--------|----------|------|
|
||||
| 待收运列表 | `GncShouYunUnListActivity` | `.../shouyun/unlist/` |
|
||||
| 开始收运(详情) | `GncShouYunDetailsActivity` | `.../shouyun/details/` |
|
||||
| 已收运列表 | `GncShouYunListActivity` | `.../shouyun/list/` |
|
||||
|
||||
> ⚠️ 旧版文件(已加 `@Deprecated`):`module_gnc/.../activity/` 下的 `Gout*` 系列 7 个 Activity
|
||||
|
||||
---
|
||||
|
||||
## 国内进港(DomImp)
|
||||
|
||||
### 二级菜单
|
||||
|
||||
| 菜单名 | 权限ID | Activity | 文件路径 |
|
||||
|--------|--------|----------|---------|
|
||||
| 进港舱单 | `AppDomImpManiFest` | `GnjManifestListActivity` | `app/.../page/gnj/manifest/list/` |
|
||||
| 进港出库 | `AppDomImpPickUpDLV` | `GnjMoveStashListActivity` | `app/.../page/gnj/move/stash/list/` |
|
||||
| 进港移库 | `AppDomImpMove` | `GnjMoveStashListActivity` | `app/.../page/gnj/move/stash/list/` |
|
||||
| 仓库管理 | `AppDomImpWareHouse` | `GnjStashListActivity` | `app/.../page/gnj/stash/list/` |
|
||||
| 进港查询 | `AppDomImpSearch` | `GnjQueryListActivity` | `app/.../page/gnj/query/list/` |
|
||||
| 进港交接 | `AppDomImpHandover` | `GnjHandoverListActivity` | `app/.../page/gnj/jiaojie/` |
|
||||
| 入库确认 | `AppDomImpConfirm` | 路由 `/gnj/GnjRuKuActivity` | — |
|
||||
|
||||
### 三级页面(进港舱单)
|
||||
|
||||
| 页面名 | Activity | 路径 |
|
||||
|--------|----------|------|
|
||||
| 舱单列表 | `GnjManifestListActivity` | `.../manifest/list/` |
|
||||
| 新增/修改舱单 | `GnjManifestAddActivity` | `.../manifest/add/` |
|
||||
> ⛔ **不在维护范围内**:国内出港(`module_gnc`)和国内进港(`module_gnj` / `app/page/gnj`)不会涉及历史修改,也不会有新的需求。**无需关注这两个模块的任何页面。**
|
||||
|
||||
---
|
||||
|
||||
@@ -200,10 +157,3 @@
|
||||
| `GjcFuBangActivity` | `module_gjc/.../activity/` | `GjcBoxWeighingActivity` | HomeFragment 注释"旧版跳转" |
|
||||
| `GjjQueryListActivity` | `module_gjj/.../activity/` | `IntImpQueryActivity` | 路由被注释,IntImpQueryActivity 接管同一路由 |
|
||||
| `GjjQueryInfoActivity` | `module_gjj/.../activity/` | `IntImpQueryDetailsActivity` | 路由注释"已替换为 IntImpQueryDetailsActivity" |
|
||||
| `GoutChuKuListActivity` | `module_gnc/.../activity/` | Gnc 新版出库页面 | Gout 前缀旧命名体系 |
|
||||
| `GoutCollectionActivity` | `module_gnc/.../activity/` | `GncShouYunUnListActivity` | Gout 前缀旧命名体系 |
|
||||
| `GoutFuBangActivity` | `module_gnc/.../activity/` | `GncFuBangListActivity` | Gout 前缀旧命名体系 |
|
||||
| `GoutFuBangCotActivity` | `module_gnc/.../activity/` | `GncFuBangListActivity` | Gout 前缀旧命名体系 |
|
||||
| `GoutStartCotActivity` | `module_gnc/.../activity/` | `GncShouYunUnListActivity` | Gout 前缀旧命名体系 |
|
||||
| `GoutTransferActivity` | `module_gnc/.../activity/` | Gnc 新版转运页面 | Gout 前缀旧命名体系 |
|
||||
| `GoutTransferInfoActivity` | `module_gnc/.../activity/` | Gnc 新版转运详情 | Gout 前缀旧命名体系 |
|
||||
|
||||
Reference in New Issue
Block a user