diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckType.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckType.java
index e219881..d93eb36 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckType.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/TdCheckType.java
@@ -82,6 +82,16 @@ public class TdCheckType implements Serializable {
*/
private String remark;
+ /**
+ * 文件地址
+ */
+ private String fileUrl;
+
+ /**
+ * 文件名
+ */
+ private String fileName;
+
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}
\ No newline at end of file
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/dto/TdCheckTypeDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/dto/TdCheckTypeDTO.java
index 7bbf482..c5bc03f 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/dto/TdCheckTypeDTO.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/check/dto/TdCheckTypeDTO.java
@@ -81,6 +81,17 @@ public class TdCheckTypeDTO implements Serializable {
private String remark;
+ /**
+ * 文件地址
+ */
+ private String fileUrl;
+
+ /**
+ * 文件名
+ */
+ private String fileName;
+
+
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}
\ No newline at end of file
diff --git a/ruoyi-system/src/main/resources/mapper/system/TdCheckTypeMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdCheckTypeMapper.xml
index 5805635..554b583 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TdCheckTypeMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TdCheckTypeMapper.xml
@@ -17,11 +17,13 @@
+
+
id,check_id,check_type,
type_content,starts,type_name,check_items,score,real_score,deduction_criteria,items_type,
- remark
+ remark,file_url,file_name