From cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期三, 25 六月 2025 11:18:22 +0800 Subject: [PATCH] 验收报告修改 --- src/main/java/com/whyc/pojo/MailUser.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/pojo/MailUser.java b/src/main/java/com/whyc/pojo/MailUser.java index f6e2130..1a2bb09 100644 --- a/src/main/java/com/whyc/pojo/MailUser.java +++ b/src/main/java/com/whyc/pojo/MailUser.java @@ -1,5 +1,6 @@ package com.whyc.pojo; +import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableName; @TableName("tb_mail_user") @@ -8,8 +9,12 @@ private Integer id; private String user; - //1-杞欢鍙戝竷,2-sop + //閭欢鍚嶅崟:1-杞欢鍙戝竷,2-sop,3-浜у搧棣栨瑙i攣鍚�,5.6-鐗╂枡涓婁紶鎻愰啋 + //鍓嶇璋冩帴鍙e彂閭欢浣跨敤鍒扮殑閭欢绫诲瀷:4-涓嶈壇鍝� private Integer type; + + @TableField(exist = false) + private String mail; public Integer getId() { return id; @@ -34,4 +39,12 @@ public void setType(Integer type) { this.type = type; } + + public String getMail() { + return mail; + } + + public void setMail(String mail) { + this.mail = mail; + } } -- Gitblit v1.9.1