rev:1. 保养/点检/润滑:添加保养/点检/润滑设备与人员对应关系2. 保养/点检/润滑/维修:新增单据页面,添加人员一行3.创建设备报修单时:添加故障分类标签选择4.设备报修允许点击报修单单号,查看详情信息5. 创建设备报修单时添加图片上传功能;查看跟修改时显示图片:只支持图片格式

This commit is contained in:
2023-10-23 15:10:51 +08:00
parent 181c2ecaf8
commit 0fc2178dd9
55 changed files with 2941 additions and 14 deletions

View File

@@ -104,6 +104,13 @@
<version>1.6</version>
</dependency>
<!-- 图片缩略图 -->
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>0.4.8</version>
</dependency>
<!-- https://onew.me/logback/2018/09/17/logback_win.html-->
<dependency>
<groupId>org.fusesource.jansi</groupId>