From 01c29b4b6cfb1a3223cf9e322f33ead42093e77c Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 02 四月 2025 09:11:22 +0800
Subject: [PATCH] 类名统一,查询启用赋码规则代码提到service

---
 business/src/main/java/com/ycl/domain/entity/ProjectInvestmentPolicyCompliance.java |   32 ++++++--------------------------
 1 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentPolicyCompliance.java b/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentPolicyCompliance.java
index 8fb94a5..64bf1e5 100644
--- a/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentPolicyCompliance.java
+++ b/business/src/main/java/com/ycl/domain/entity/ProjectInvestmentPolicyCompliance.java
@@ -23,37 +23,25 @@
     /** 椤圭洰id */
     private Long projectId;
 
-    @TableField("policy_compliance_attachment")
-    /** 绗﹀悎浜т笟鏀跨瓥闄勪欢 */
-    private String policyComplianceAttachment;
-
     @TableField("belongs_to_industry_adjustment_directory")
     /** 鏄惁灞炰簬銆婁骇涓氱粨鏋勮皟鏁存寚瀵肩洰褰曘�嬩笅鐨勯」鐩� */
-    private String belongsToIndustryAdjustmentDirectory;
-
-    @TableField("belongs_to_allowed_projects")
-    /** 鏄惁灞炰簬鏈垪鍏ャ�婁骇涓氱粨鏋勮皟鏁存寚瀵肩洰褰曘�嬬殑鍏佽绫婚」鐩� */
-    private String belongsToAllowedProjects;
+    private Boolean belongsToIndustryAdjustmentDirectory;
 
     @TableField("belongs_to_western_encouraged_directory")
     /** 鏄惁灞炰簬銆婅タ閮ㄥ湴鍖洪紦鍔辩被浜т笟鐩綍銆嬬殑椤圭洰 */
-    private Integer belongsToWesternEncouragedDirectory;
+    private Boolean belongsToWesternEncouragedDirectory;
 
     @TableField("not_banned_or_controlled_project")
     /** 鏄惁涓嶅睘浜庝骇涓氭斂绛栫姝㈡姇璧勫缓璁炬垨瀹炶鏍稿噯銆佸鎵圭鐞嗙殑椤圭洰 */
-    private Integer notBannedOrControlledProject;
+    private Boolean notBannedOrControlledProject;
 
     @TableField("information_is_true")
     /** 濉姤淇℃伅鏄惁鐪熷疄 */
-    private Integer informationIsTrue;
+    private Boolean informationIsTrue;
 
     @TableField("special_planning_compliance")
     /** 涓撻」瑙勫垝澶嶅悎鎯呭喌 */
     private String specialPlanningCompliance;
-
-    @TableField("energy_consumption")
-    /** 椤圭洰鑳借�楁儏鍐� */
-    private String energyConsumption;
 
     @TableField("annual_energy_consumption")
     /** 椤圭洰骞寸患鍚堣兘婧愭秷璐归噺锛堟爣鍑嗙叅褰撻噺鍊硷級 */
@@ -65,23 +53,15 @@
 
     @TableField("energy_check")
     /** 鑺傝兘瀹℃煡锛�1闇�瑕侊紝0涓嶉渶瑕侊級 */
-    private String energyCheck;
+    private Boolean energyCheck;
 
     @TableField("no_only_check_type")
     /** 涓嶅啀鍗曠嫭杩涜鑺傝兘瀹℃煡鐨勭被鍨� */
-    private String noOnlyCheckType;
+    private Integer noOnlyCheckType;
 
     @TableField("remarks")
     /** 澶囨敞 */
     private String remarks;
-
-    @TableField("gmt_create_time")
-    /** 鍒涘缓鏃堕棿 */
-    private LocalDateTime gmtCreateTime;
-
-    @TableField("gmt_update_time")
-    /** 鏇存柊鏃堕棿 */
-    private LocalDateTime gmtUpdateTime;
 
     @TableField("create_by")
     /** 鍒涘缓浜� */

--
Gitblit v1.8.0