2 Star 5 Fork 7

四原色/SpringBoot-Vue-libraryManagerSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0
一份来自软件工程专业学生的毕业设计案例

简要介绍请看下文...

SpringBoot-Vue-libraryManagerSystem

本系统采用 springBoot+vue 前后端分离框架技术,采用市面上应用互联网行业的架构设 计,对于图书管理系统的详细构建。主要是研究对于图书管理行业的业务分析以及当前社会 需求下图书管理系统的价值所在,并且完成在对社会服务上的对接操作。 具体实现功能如下: 用户系统权限控制管理:主要实现用户、管理员、主要领导以及开发者等职能区分,为不 同身份用户提供不同业务功能,疏导业务流向; 用户管理模块:主要实现平台下用户管理,实现用户信息存储与修改、更新与同步、导入 与导出等; 图书管理模块:主要实现图书信息存储与发布、借阅与归还、在线使用图书信息、出入库 等操作,利用互联网技术实现跨越地理限制共享图书信息; 资料管理模块:主要实现图书资料的管理与保存,对不同类型、不同权限、不同级别资料 进行不同程度的保存等; 常用功能模块:常用功能主要面向用户,即图书通过互联网进行图书使用者,这部分人员 将利用此平台查阅书籍文献,对书籍文献进行收藏与摘抄等,次要面向图书管理者,管理者 可通过此平台对系统图书资料进行管理与相关操作; 发布日志模块:发布日志即系统内通知发送,通过点对点,点对面的方式进行播报系统 信息。根据系统的设计要求,以及对于社会服务的详细分析,将采用以下两种方案: 1)实地考察所处地区图书管理行业的市场及其现状,咨询本地有关图书管理相关行业, 根据具体的需求和服务内容进行详细的系统需求分析,延展出个性化的系统服务设计,经过 多次讨论以及改善自己的设计需求去完成本次研究内容。 2)通过互联网具体问题具体分析,通过数据的对比去研究本次课题内容,并且进行细节 性问题的探讨,根据社会需求去定制专属于互联网时代的系统,指定符合现代互联网下的图 书管理系统需求分析。 通过以上两个方案,可以展开本地化系统探讨,以及互联化下的系统探讨研究,由于是 基于 Web 端,本设计依旧采用 B/S 架构,系统功能模块分为 6 个主要部分,分别是用户系统权 限控制管理,用户管理模块,图书管理模块,资料管理模块,常用功能模块,发布日志模块。

视频欣赏

系统实现结果

系统实现是在项目需求分析后的成果下依据相关体系结构和实现技术对需求进行拆分和建模,通过计算机语言实现功能实现,具体实现结果如下介绍所示,最后在软件测试的环节下验证系统可行性。 图书资料管理主要涉及到图书资料的录入,信息修改、相关资源文件管理,以及图书采购申请、采购申请模板构建、采购流程处理、审批过程展示、图书资源入库、库存构建(书架信息、书架层信息和库位信息完善),构建库位与图书的一对一关系。

图书基本信息维护

当前模块涉及到图书的相关信息保存,保存图书相关线索信息后,可通过相应操作提交其所配备的附件信息,包括各种类型的文件类型,譬如pdf、各种格式的高清图片以及一些相关视频等重要资源,通过保存文件信息到附件表,我们可以在每次搜索图书室查询到这些文件列表,用于提供丰富的阅览和管理体验。 对图书进行操作时,可以通不通搜索类型查询图书,也可以对图书进行动态调整,新增图书时新增人就是当前操作人。如图5.1所示。

图片

新增图书时,操作人员可以分别进行两步操作,当然在新增图书时我们首先需要提交新增图书的基本信息,比如说名称、图书类别之类的信息,还有一些其他相关内容,我们提交好这些内容后,此时可以在列表中看到新增的信息,同时操作人依然可以对这个图书的基本信息进行丰富化,在右侧找到资源管理就可以提交图书的相关附件。 图书信息管理为图书的基本信息录入,包含其基本信息以及图书类别、图书标签的详细信息字段,如图5.2所示。

图片

图书基本信息是对图书的详情以及图书资源包含出版社信息、作者信息的展示,如图5.3所示。

图片

图书资源信息包含图书的图片资源以及文件pdf的文本格式文件,甚至管理者可删上传图片的视频资源,资源管理如图5.4所示。

图片

图书库存信息维护

库存管理的实现涉及到三个主要因素,根据实际情况展开的定夺,将库存体系划分为部门下的书架实体、书架层实体、库位实体,部门作为分类起点,一个部门与书架的对应关系为一对多,同样书架与书架层的对应关系也是一对多,同时书架层可包含多个库位,这样便将图书管理细化到了具体的库位,对应图书的出入、借还都作用在了库存层面上,极大地提高了管理的精准度和充分度。管理者可在自己的部门权限下管理相应部门的书架信息,其中包括书架的添减改查,如图5.5所示。

图片

上图展示了图书列表信息,可通过列表右侧按钮打开图书书架基本信息详情,同时可对基本信息详情进行修改,如图5.6所示。

图片

其次,相应的图书管理机构的信息操作人员可以对相应书架的书架层进行增减改查,通过维护书架层信息来对库存结构进行优化和调节,为了方便操作人员进行业务管理,书架层与书架采用主子表进行数据展示,展开主表(书架信息)即可查看到期子表(书架层)信息,选择主表即可对当前书架的书架层进行操作(增删改查等),书架层信息列表如图5.7所示。

图片

库位列表表示库位的具体信息,查找库位列表依次需要从部门->存书书架->所在书架层中过滤出库位列表,库位列表展示大图表示当前库位所存放图书首图,若库位空闲,则表示当前库位展示大图为一张默认图片,这样更有利于库位状态的实时展示,库位列表图如图5.8所示。

图片

库位详情图包含库位的具体信息,在库位详情操作下可修改库位基本信息以及库位的操作流水信息,同时可查看库位的存书信息,并可实时浏览图书信息包括下载图书相关资源,若暂无存书信息,则存书信息为一个默认的空状态。库位详情信息如图5.9所示。

图片

图书采购信息维护

审批流程在本系统主要涉及的业务为图书采购,通过创建审批流程模板(流程模板的持久化保存类型为JSON数据格式,通过设计流程结构生成JSON来实现流程信息)来构建相应的采购流程,从而进行图书入库操作,审批流程模板的实现通过构建流程处理构成来生成流程处理链路,如图5.10所示。

图片

流程维护通过维护结点信息实现,通过定义结点处理人进行结点的定义,处理人选择可根据用户角色、部门分类等方式筛选(多选方式),流程维护图如图5.11所示。

图片

以下代码主要涉及对流程信息的解析与处理,进而对图书采购申请审批流程模板进行数据操作:

/**获取审批流第一个结点*/
public static PurchaseNode getFirstNode(TemplateParam param){
List<String>fromList = new ArrayList<>();
List<String>toList=new ArrayList<>();
List<PurchaseNode>nodes=param.getNodeList();
List<PurchaserLine>lines=param.getLineList();
if(null==lines||lines.size()<1) return null;
String star=lines.get(0).getFrom();
for(PurchaserLine line:lines){
fromList.add(line.getFrom());
toList.add(line.getTo());
}
for (String s:fromList)
if(!toList.contains(s))
star=s;break;
for(PurchaseNode node:nodes)
if(star.equals(node.getId()))
return node;
return null;
}
/**根据当前结点id获取当前结点子节点结点*/
public static List<NextNode> getNextNode(TemplateParam param,String curNodeId){
List<NextNode>nextNodeIdList=new ArrayList<>();
List<PurchaseNode>nodes=param.getNodeList();
List<PurchaserLine>lines=param.getLineList();
if (null==lines||lines.size()<1) return null;
for(PurchaserLine line:lines){
if(curNodeId.equals(line.getFrom()))
nextNodeIdList.add(new NextNode(
line.getLabel(),getCurNode(param,line.getTo())));}
return nextNodeIdList;
}
/**根据当前结点id获取当前结点*/
public static PurchaseNode getCurNode(TemplateParam param,String curNodeId){
List<PurchaseNode>nodes=param.getNodeList();
if(null==nodes||nodes.size()<1) return null;
for(PurchaseNode node:nodes)
if(curNodeId.equals(node.getId()))
return node;
return null;
}

图书出入库基于审批通过的采购单进行处理,如某图书管理员申请了一批采购项目,经过相关流程处理后申请通过,此时相关人员就可通过图书入库进行图书的入库,当前提供自动快速入库,入库的依据是根据采购项目(采购图书)的图书类别以及采购单发起的部门,在相关部门下找到存书类别与采购图书相同的图书类别的库位进行自动入库,如果库位不够就立即提示相应部门下存放相应图书类别的库位不足,如果库位存在就将图书入库,并减少采购单下相关采购项目的待入库数,同时库位设置为已有图书,图书采购单列表如图5.12所示。

图片 采购单详情信息包括采购部门、采购单的采购审批流程模板的选择、以及一个到期时间,同时包含采购项目,如图5.13所示。

图片 待入库采购单列表表示已经通过审批流程,同时流程处理已经完成,操作人员(图书管理员)可通过一键快速入库的操作进行图书入库,根据采购项目进行必要操作,图书入库如图5.14所示。

图片

常用功能模块

此图书管理系统下的常用功能模块包含图书借阅与归还操作,主要的面向群体(系统角色)为游客或普通用户。操作人要在图书搜索的操作下输入关键字进行搜索,关键字的搜索范围包含图书管理机构(图书馆)、图书名称(模糊搜索,其他搜索同此搜索类型)、图书类别(国家图书分类法下的一千多累图书分类)等其他相关搜索字段。用户单击图书卡片后可展开图书详情,通过详情可查看当前图书是否有图书库存,并获取此图书被入库机构及其部门,可查看对应库存状态(库存数量等),获取图书借阅码在图书借阅下借阅对应图书,图书搜索如图5.15所示。

图片

图书借阅是基于借阅码进行的操作,通过实时借阅码进行图书查询,获取到的图书借阅码只能本人操作并且操作一次后失效,同时借阅码有一定的有效时间,超时需重新获取,借阅失败后同样会失效,完成当前业务操作主要基于Redis进行的,对用户Id和图书借阅码进行关联,并设置过期时间。图书借阅如图5.16所示。

图片

图书借阅列表展示的是当前本人借阅图书的列表信息,展示的图书表示借阅但未归还的图书,可在列表中一键归还图书,归还图书后,重新更改库存状态,同时生成图书归还流行信息,图书借阅列表如图5.17所示。

图片

系统基础信息维护

出版社信息作用域图书信息的维护,降低信息冗余,提高信息的灵活性,系统录入一定的出版社信息可以一定程度上丰富图书信息,出版社的分页结果列表信息如图5.18所示。

图片

出版社的添加操作包括出版社的名称以及出版社的地理地址等基本信息,出版社的信息新增与修改操作如图5.19所示。

图片

图书管理机构作为本系统的以及部门,其具备信息管理的功能特点,相关图书管理机构可拥有自己的部门信息、图书信息、人员信息、库存信息等系统基本构成要素,图书管理机构分页展示列表如图5.20所示。

图片

图书管理机构的基本信息维护,其中包含了图书管理机构的图片介绍(暂定有且仅有五个图片介绍),其中详细信息中包含了部分信息以及一个管理机构标签,我们采当前较为流行的中文分词器HanLP(一种自然语言处理工具),对图书管理机构的全部信息合并为一段文字后进行关键字分词处理,获得的关键信息返回分词结果作为管理机构简介中的标签,并保存到redis后进行持久化,方便下次查看。图书管理机构详情如图5.24所示,管理机构介绍图片更改如图5.21所示。

图片

以下代码主要涉及分词解析与处理,进而通过HanLP对自然语言进行处理返回图书管理机构相关关键字:

/***分析字符串获取关键词*/
@Log(title="分析字符串获取关键词",businessType=BusinessType.UPDATE)
@PostMapping("/analysisStr")
public AjaxResult analysisStr(@RequestBody LibraryMechanism mechanism){
String tagKey="mechanismTag_"
+mechanism.getId()+"_"+TableTypeEnums.MECHANISM.getCode();
//从redis缓存中获取
List<String>tags=redisCache.getCacheList(tagKey);
//没有获取到
if(null==tags||tags.size()<=0){
//先查询信息
mechanism.setStatus(StatusEnums.ONE.getDesc());
LibraryMechanism mechanismItem=
libraryMechanismService.selectLibraryMechanismById(mechanism.getId());
String mark=mechanismItem.getMark();
//生成关键字列表
tags=Tokenizer.getTokenizerValue(mark);
if(null==tags||tags.size()<=0){
tags=new ArrayList<>();
tags.add("暂无");
}
//添加关键字到redis
redisCache.setCacheList(tagKey,tags);
//设置过期时间,默认1800秒
redisCache.expire(tagKey,this.mechanismTagTimeOut);
}
return AjaxResult.success(tags);}

作者信息作为图书信息的补充,显而易见它也具备它存在的价值所在,等同于出版社信息,依然是作为图书资源的扩充与丰富,分页显示后的作者列表信息展示如图5.22所示。

图片

用户信息维护

用户管理模块座位系统的基础模块,其中包含了用户列表(向系统添加系统用户基本信息,修改系统下用户的详情信息等)、系统下用户的访问菜单权限(基于不同角色处理的权限类别)、系统下用户的部门访问级别设定(通过调节不同用户对部门的访问级别实现信息隔离以及功能分区)。用户管理是本图书管理系统的基础模块之一,不同用户具备多种角色,不同用户也具备不同职位类别、不同用户同时也可以拥有多个部门访问权限,用户列表如图5.23所示。

图片

部门与角色信息维护

部门信息在本系统不仅区分于用户所在位置,更重要的一点就是区分不同功能划分,根据部门来划分系统用户的可见功能,部门列表如图5.24所示。

图片

角色在本系统充当菜单访问、功能控制、资源管理等不同细节需求方面的区分,不同角色的用户具有不同的系统功能区分度,角色新增如图5.25所示。

图片

部门的权限管理在本系统中意蕴丰富,部门权限作用范围包括库存管理、流程处理、图书管理等重要功能模块,部门权限的设定精确到每一个系统用户,部门权限设置如图5.26所示。

图片

通知与公告信息维护

通知功能作为系统下用户与系统的交互,系统用户与用户的枢纽,在本系统中起到举住轻重的程度,用户可以通过通知管理对全体管理员或图书使用者进行信息公告或消息通知,每次用户点击通知菜单时可查看相关通知详细信息,详细的分页后通知列表如图5.27所示。

图片

通知发布主要面向的操作对象时系统管理员,系统管理员可以通过发布消息或通知递送给选择的消息接收主体,编辑通知图如图5.28所示。

图片

写在最后

在本系统实现章节下,我们深入的了解了系统功能的实现有测试环节,在一定的数据处理方面,进行了较为深刻的探讨,充分利用了相关实现技术,在Ruoyi-vue前后端分离模式下,利用敏捷开发流程(重点关注主要需求,对次要需求采取后续迭代处理的方式)下快速构建了完善的功能体系,利用HanLP对自然语言进行处理(中文分词)、基于easy-flow(基于vue+elementUI实现)实现的工作流等一系列技术加持下实现系统功能。

精选文件上传结构代码:

public interface FileHandel{
/**单文件上传**/
public default AttachFile upload(MultipartFile file,FileKey fileToken)
throws Exception{
		return this.upload(file,null,fileToken,null);
}
/**多文件上传**/
public default List<AttachFile> upload(
MultipartFile[] files,
		FileKey fileToken) throws Exception{
		return this.upload(files,fileToken,null);
	}
/**多文件上传定义文件夹**/
public default List<AttachFile> upload(
MultipartFile[] files,
FileKey fileToken,
FileTypeEnums folder) throws Exception{
		if(null == files||files.length<1){
			throw new ServiceException("提交无效文件信息");
		}
		List<AttachFile> fPoList=new ArrayList<>();
		Long groupID=UUID.randomUUID().getLeastSignificantBits();
		for (MultipartFile file : files){
			fPoList.add(this.upload(file,groupID,fileToken,folder));
}
		return fPoList;
	}
/**
*处理文件上传。实现类可重写
***/
public AttachFile upload(
MultipartFile file,
			Long groupId,
FileKey fileToken,
FileTypeEnums folder) throws Exception;
}
-----毕业快乐!
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

本系统采用 springBoot+vue 前后端分离框架技术,采用市面上应用互联网行业的架构设 计,对于图书管理系统的详细构建。主要是研究对于图书管理行业的业务分析以及当前社会 需求下图书管理系统的价值所在,并且完成在对社会服务上的对接操作。 具体实现功能如下: 用户系统权限控制管理:主要实现用户、管理员、主要领导以及开发者等职能区分,为不 同身份用户提供不同业务功能,疏导业务流向; 用户管理模块:主要实现平台下用户管理,实现用户信息存储与修改、更新与同步、导入 与导出等; 图书管理模块:主要实现图书信息存储与发布、借阅与归还、在线使用图书信息、出入库 等操作,利用互联网技术实现跨越地理限制共享图书信息; 资料管理模块:主要实现图书资料的管理与保存,对不同类型、不同权限、不同级别资料 ... 展开 收起
README
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/code-on-top/SpringBoot-Vue-libraryManagerSystem.git
git@gitee.com:code-on-top/SpringBoot-Vue-libraryManagerSystem.git
code-on-top
SpringBoot-Vue-libraryManagerSystem
SpringBoot-Vue-libraryManagerSystem
master

搜索帮助