From 954192cde1386ebd4a6135f659eccd89323f922d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 20 八月 2024 10:48:28 +0800 Subject: [PATCH] 资产设备分页bug --- ycl-pojo/src/main/java/com/ycl/platform/base/AbsEntity.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/base/AbsEntity.java b/ycl-pojo/src/main/java/com/ycl/platform/base/AbsEntity.java index cdefd49..a5c872a 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/base/AbsEntity.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/base/AbsEntity.java @@ -20,7 +20,6 @@ @TableId(value = "id", type = IdType.AUTO) private Integer id; - //TODO:鍒犻櫎fill浠g爜灞傚鐞� /** * 鍒涘缓鏃堕棿 */ -- Gitblit v1.8.0