From 9868967d8e312e5cc9ececdad790f80c8f46223d Mon Sep 17 00:00:00 2001 From: haotian <2421912570@qq.com> Date: Mon, 21 Apr 2025 09:52:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9--AR=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=B7=BB=E5=8A=A0workId=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/domain/dto/ShowSysSourceARListDto.java | 10 ++++++++++ .../main/resources/mapper/system/SysSourceMapper.xml | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) 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"