Update ruoyi-modules/ruoyi-generator/src/main/java/com/ruoyi/generator/constant/GenConstants.java

This commit is contained in:
疯狂的狮子Li 2023-02-03 01:46:34 +00:00 committed by Gitee
parent c6d7e667ae
commit 554f7aef8f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -92,7 +92,7 @@ public interface GenConstants {
/** /**
* Entity基类字段 * Entity基类字段
*/ */
String[] BASE_ENTITY = {"create_dept", "createBy", "createTime", "updateBy", "updateTime"}; String[] BASE_ENTITY = {"createDept", "createBy", "createTime", "updateBy", "updateTime"};
/** /**
* Tree基类字段 * Tree基类字段