From cce9ecba0a492b7c2a43e7629514a5845977d5cd Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期六, 22 二月 2025 15:38:35 +0800 Subject: [PATCH] 项目查询分页sql,mapper新增注解和mybatis-PLUS配置 --- business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java b/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java index f82e768..e7bd034 100644 --- a/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java +++ b/business/src/main/java/com/ycl/domain/entity/ProjectPlanInfo.java @@ -31,6 +31,10 @@ /** 浜嬮」鍚嶇О */ private String title; + @TableField("plan_status") + /** 鐘舵��(鏈鏍革細0锛屽凡椹冲洖锛�1锛屽凡閫氳繃锛�2) */ + private Integer planStatus; + @TableField("progress_status") /** 鐘舵��(0锛氭湭瀹屾垚锛�1锛氬緟瀹℃牳锛�2锛氬凡椹冲洖锛�3锛氬凡瀹屾垚) */ private Integer progressStatus; -- Gitblit v1.8.0