位置仓库子模块类图
2016-10-11 16:07:20 0 举报
仓库子模块类图展示了仓库管理系统中各个子模块之间的关系和交互。在这个类图中,我们可以看到仓库、货物、供应商等核心概念被抽象成了类。仓库类负责管理货物的存储和取货操作,而货物类则包含了货物的名称、数量、价格等信息。供应商类则表示了与仓库进行货物交易的外部实体。此外,还有一些辅助类,如库存管理类、订单处理类等,它们在仓库子模块中起到了支持和协调的作用。通过这个类图,我们可以清晰地了解到仓库管理系统的组成部分以及它们之间的关系,从而更好地理解和设计该系统。
作者其他创作
大纲/内容
MapContent
- city: String- province: String- location: Object- path: Array<Object>- isDrawing: Boolean
- handleClickMap()+ updateArea()
MaterialService
- config: Object
+ getLocationDetail()+ getLocationOperateLogs()+ getLocationCards()+ handleAddLocationWarehouse()+ handleUpdateLocationWarehouse()
MouseToolPlugin
- maxBounds: Object- __map__: BMap
- handleDrawAll()- handleCreatePolygon()- handleActivePolygon()- handleDrawClose()
React Component
- componentWillMount()- componentDidMount()- componentWillReceiveProps()- static getDerivedStateFromProps()+ render()- componentDidUpdate()
WarehouseIndexContainer
- currentDimensionId: Number
- renderDimensionList()- renderWarehouseList()
WarehouseList
- showAddSceneWarehouse: Boolean- locationWarehouseList: Array<Object>- hasNoPermission: Boolean- showEditLocationModal: Boolean
- getEachWarehouseSize()- fetchWarehouseList()- renderItem()
LocationOperationLog
- selected: Enum- startTime: Moment- endTime: Moment- operationLog: Array<Object>
- getDescriptionText()
EditLocationRepo
- activeKey: String- roleList: Array<Object>- selectRoleList: Array<Object>- area: Object- hardwareList: Array<Object>- attrList: Array<Object>- publicType: Number
- getLocationInfo()- handleOk()- handleAddFile()- renderBasic()- renderDetail()
LocationCardView
- showAddLocationCardModal: Boolean- locationList: Array<Object>
- renderCard()
AssetRepoContainer
+ affair: Object
AddressWarehouse
- warehouse: Object
- renderHeader()- renderOwners()
LocationFileInfo
- previewModalShow: Boolean- previewFile: Object
- handlePreview()- renderFileModal()- renderEditor()
MapSelector
- showMapModal: Boolean- center: Object
- renderMapModal()- getLocation()
LocationPlatView
- childLocations
0 条评论
下一页
为你推荐
查看更多