diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/ShowSysSourceARListDto.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/ShowSysSourceARListDto.java
index 1a192256..f5a80456 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/ShowSysSourceARListDto.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/ShowSysSourceARListDto.java
@@ -10,6 +10,7 @@ public class ShowSysSourceARListDto {
private String workAddress;
private String workName;
private String detail;
+ private Long workId;
public Long getSourceId() {
return sourceId;
@@ -75,5 +76,14 @@ public class ShowSysSourceARListDto {
this.detail = detail;
}
+ public Long getWorkId() {
+ return workId;
+ }
+
+ public void setWorkId(Long workId) {
+ this.workId = workId;
+ }
+
+
}
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysSourceMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysSourceMapper.xml
index 4fe1e159..385304c3 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysSourceMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysSourceMapper.xml
@@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+
@@ -186,7 +187,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"