!66 fix(bgpartymatter): 修复 ClassFieldName 常量使用 DB 列名导致 PropertyUtils 注入默认值静默失败
Merge pull request !66 from wsm/fix/export_field_key_fix
This commit is contained in:
+5
-5
@@ -45,11 +45,11 @@ public final class BgPartymatterConstant {
|
||||
public static final String DELETED = "1";
|
||||
}
|
||||
|
||||
/** 类字段名 */
|
||||
/** Java 属性名 */
|
||||
public static final class ClassFieldName {
|
||||
/** 未删除 */
|
||||
public static final String MEETING_TYPE_NAME = "meeting_type";
|
||||
/** 已删除 */
|
||||
public static final String DEL_FLAG_NAME = "del_flag";
|
||||
/** 会议类型 */
|
||||
public static final String MEETING_TYPE_NAME = "meetingType";
|
||||
/** 删除标记 */
|
||||
public static final String DEL_FLAG_NAME = "delFlag";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user