Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhqi authored Jul 4, 2022
1 parent daaeee5 commit 31a90af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# store-management-system
库房管理系统,使用python+pyqt5开发。可以新增存货,并对存货进行出入库管理。
库房存货信息管理系统,使用python+pyqt5开发。可以新增存货,并对存货进行出入库管理。可以支持从excel导入入库出库单,也可以将信息导出至excel表格

# 使用说明
conda create -n py37 python=3.7
Expand All @@ -12,7 +12,7 @@ python main.py

# 功能
## 存货管理
新增、修改、删除、查询存货,对存货进行出、入库操作,支持批量
新增、修改、删除、查询存货,对存货进行出、入库操作,支持批量操作

## 出/入库信息管理
修改、删除、查询出、入库记录

0 comments on commit 31a90af

Please sign in to comment.