From 5e859a25ddf7d61753e5849b3c6ef36cb0cbf68c Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 02 八月 2024 16:48:33 +0800 Subject: [PATCH] feat:首页统计图 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java index ae804d7..e91c0d9 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java @@ -39,6 +39,11 @@ @TableField("count_type") private String countType; + /** 閿�煎搴擸wThreadConstants */ + @Excel(name = "閿��") + @TableField("`key`") + private String key; + /** 闃堝�煎悕 */ @Excel(name = "闃堝�煎悕") @TableField("name") -- Gitblit v1.8.0