-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from guoxunbo/gc_wms_v2
Gc wms v2
- Loading branch information
Showing
5 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...ources/db/changelog/db.changelog-add.GCBondedWarehouseUnReservedMaterialLot_nb_table.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
databaseChangeLog: | ||
- changeSet: | ||
id: add_BondedWarehouseUnReservedMaterialLot_to_NB_TABLE | ||
author: Youqing Huang | ||
comment: add BondedWarehouseUnReservedMaterialLot to nb_table | ||
dbms: oracle | ||
changes: | ||
- createOnLineTable: | ||
skipFlag: N | ||
nbTable: | ||
name: BondedWarehouseUnReservedMLot | ||
description: 保税仓库 取消备货 | ||
tableName: MMS_MATERIAL_LOT | ||
modelName: MaterialLot | ||
modelClass: com.newbiest.mms.model.MaterialLot | ||
labelZh: 取消备货 | ||
label: UnReservedMaterialLot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...rces/db/changelog/db.changelog-add.BondedWarehouseUnReservedMaterialLot.nb_authority.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
databaseChangeLog: | ||
- changeSet: | ||
id: add_BondedWarehouseUnReservedMaterialLotManager_to_NB_AUTHORITY | ||
author: Youqing Huang | ||
comment: add BondedWarehouseUnReservedMaterialLotManager to nb_authority | ||
dbms: oracle | ||
changes: | ||
- createAuthority: | ||
skipFlag: N | ||
authority: | ||
name: BondedWarehouseUnReservedMLot | ||
description: 保税仓库 取消备货 | ||
tableName: BondedWarehouseUnReservedMLot | ||
mobileFlag: N | ||
url: /BondedWarehouse/UnReservedMLot | ||
parentRrn: 2021 | ||
seqNo: 160 | ||
image: icon-wuliao | ||
labelZh: 取消备货 | ||
labelEn: UnReservedMaterialLot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters