From 501aea94350b8b4e27b3663b9ee48486dcbe93e1 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期二, 18 七月 2023 14:38:34 +0800 Subject: [PATCH] course:折扣列表去除折扣类型字段 --- cloud-server-other/src/main/java/com/dsh/other/entity/Site.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java b/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java index f6810d7..ab00eb1 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java @@ -100,5 +100,10 @@ */ @TableField("state") private Integer state; + /** + * 添加时间 + */ + @TableField("insertTime") + private Date insertTime; } -- Gitblit v1.7.1