修改:现场视图实体类字段调整
This commit is contained in:
@@ -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 = "实际工期")
|
||||
|
||||
@@ -18,7 +18,7 @@ public class LyricVProjectBatchToDM {
|
||||
|
||||
@Schema(description = "项目ID")
|
||||
// 字段名与表字段一致,@TableField可省略,也可以保留(显式指定)
|
||||
@TableField(value = "projectId")
|
||||
@TableField(value = "project_id")
|
||||
private String project_id; // 改为下划线命名,与表字段完全一致
|
||||
|
||||
@Schema(description = "批次名称")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user