2 Commits 18ccd42a5d ... 930a64e37d

Author SHA1 Message Date
  肖路 930a64e37d Merge branch 'refs/heads/master' into xiaolu 2 days ago
  hurx 1e8e945b42 feat(gen): 添加 platform_code 字段支持 3 days ago

+ 4 - 4
ruoyi-modules/ruoyi-gen/src/main/java/org/dromara/gen/constant/GenConstants.java

@@ -69,19 +69,19 @@ public interface GenConstants {
      * BO对象 不需要添加字段
      */
     String[] COLUMNNAME_NOT_ADD = {"create_dept", "create_by", "create_time", "del_flag", "update_by",
-        "update_time", "version", "tenant_id"};
+        "update_time", "version", "tenant_id","platform_code"};
 
     /**
      * BO对象 不需要编辑字段
      */
     String[] COLUMNNAME_NOT_EDIT = {"create_dept", "create_by", "create_time", "del_flag", "update_by",
-        "update_time", "version", "tenant_id"};
+        "update_time", "version", "tenant_id","platform_code"};
 
     /**
      * VO对象 不需要返回字段
      */
     String[] COLUMNNAME_NOT_LIST = {"create_dept", "create_by", "create_time", "del_flag", "update_by",
-        "update_time", "version", "tenant_id"};
+        "update_time", "version", "tenant_id","platform_code"};
 
     /**
      * BO对象 不需要查询字段
@@ -92,7 +92,7 @@ public interface GenConstants {
     /**
      * Entity基类字段
      */
-    String[] BASE_ENTITY = {"createDept", "createBy", "createTime", "updateBy", "updateTime", "tenantId"};
+    String[] BASE_ENTITY = {"createDept", "createBy", "createTime", "updateBy", "updateTime", "tenantId", "platformCode"};
 
     /**
      * 文本框