修改:现场视图实体类字段调整

This commit is contained in:
yangyang01000846
2025-12-23 14:06:25 +08:00
parent fa128b9331
commit 04be8e00e0
3 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ public class LyricVMainPlanDM {
private String startTime;
@Schema(description = "完成时间")
@TableField(value = "finish_time")
@TableField(value = "finsh_time")
private String finishTime;
@Schema(description = "实际工期")

View File

@@ -18,7 +18,7 @@ public class LyricVProjectBatchToDM {
@Schema(description = "项目ID")
// 字段名与表字段一致,@TableField可省略也可以保留显式指定
@TableField(value = "projectId")
@TableField(value = "project_id")
private String project_id; // 改为下划线命名,与表字段完全一致
@Schema(description = "批次名称")

View File

@@ -180,9 +180,9 @@ public class LyricVTodoEmulationInfoDM implements Serializable {
@TableField(value = "paused_time")
private String pausedTime;
@Schema(description = "提出人")
@TableField(value = "introduce_by")
private String introduceBy;
// @Schema(description = "提出人")
// @TableField(value = "introduce_by")
// private String introduceBy;
// @Schema(description = "关闭人")
// @TableField(value = "close_by")