录音时长统计修改
This commit is contained in:
@@ -61,42 +61,18 @@ public class AudioManagementStatistics implements Serializable {
|
||||
@TableField("sales_id")
|
||||
private String salesId;
|
||||
|
||||
@Schema(description = "销售人员姓名")
|
||||
@TableField("sales_name")
|
||||
private String salesName;
|
||||
|
||||
@Schema(description = "销售人员录音总时长(分钟)")
|
||||
@TableField("sales_total_duration")
|
||||
@TableField("personal_total_duration")
|
||||
private Long salesTotalDuration;
|
||||
|
||||
@Schema(description = "销售人员录音数量")
|
||||
@TableField("sales_recording_count")
|
||||
@TableField("personal_recording_count")
|
||||
private Integer salesRecordingCount;
|
||||
|
||||
@Schema(description = "销售人员录音平均时长(分钟)")
|
||||
@TableField("sales_avg_duration")
|
||||
@TableField("personal_avg_duration")
|
||||
private BigDecimal salesAvgDuration;
|
||||
|
||||
@Schema(description = "项目ID")
|
||||
@TableField("project_id")
|
||||
private String projectId;
|
||||
|
||||
@Schema(description = "项目名称")
|
||||
@TableField("project_name")
|
||||
private String projectName;
|
||||
|
||||
@Schema(description = "项目录音总时长(分钟)")
|
||||
@TableField("project_total_duration")
|
||||
private Long projectTotalDuration;
|
||||
|
||||
@Schema(description = "项目录音数量")
|
||||
@TableField("project_recording_count")
|
||||
private Integer projectRecordingCount;
|
||||
|
||||
@Schema(description = "项目录音平均时长(分钟)")
|
||||
@TableField("project_avg_duration")
|
||||
private BigDecimal projectAvgDuration;
|
||||
|
||||
@Schema(description = "统计日期")
|
||||
@TableField("statistics_date")
|
||||
private LocalDate statisticsDate;
|
||||
|
||||
Reference in New Issue
Block a user