From 135a322f44708b1187d37ea4b6859b5d82113e89 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期三, 14 八月 2024 11:00:30 +0800 Subject: [PATCH] update gitignore --- src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/ErrorMsgDetails.java | 62 +++++++++++++++--------------- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/ErrorMsgDetails.java b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/ErrorMsgDetails.java index 6880584..91651bc 100644 --- a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/ErrorMsgDetails.java +++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/ErrorMsgDetails.java @@ -1,31 +1,31 @@ -package com.ruoyi.doublePrevention.entity.CJReport.CJdto; - -import java.io.Serializable; - -public class ErrorMsgDetails{ - - /** - * 存在错误的数据id - * */ - private String id; - /** - * 错误信息 - * */ - private String msg; - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getMsg() { - return msg; - } - - public void setMsg(String msg) { - this.msg = msg; - } -} +package com.ruoyi.doublePrevention.entity.CJReport.CJdto; + +import java.io.Serializable; + +public class ErrorMsgDetails{ + + /** + * 存在错误的数据id + * */ + private String id; + /** + * 错误信息 + * */ + private String msg; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getMsg() { + return msg; + } + + public void setMsg(String msg) { + this.msg = msg; + } +} -- Gitblit v1.9.2