红线分析
This commit is contained in:
@@ -27,6 +27,15 @@ public class RedLineRecord implements Serializable {
|
||||
@Schema(description = "租户ID")
|
||||
private String tenantId;
|
||||
|
||||
@Schema(description = "销售人员的id")
|
||||
private String salesId;
|
||||
|
||||
@Schema(description = "销售人员的姓名")
|
||||
private String salesName;
|
||||
|
||||
@Schema(description = "销售人员的电话")
|
||||
private String salesPhone;
|
||||
|
||||
@Schema(description = "音频主表ID(audio_management.id)")
|
||||
private String audioManagementId;
|
||||
|
||||
@@ -36,6 +45,9 @@ public class RedLineRecord implements Serializable {
|
||||
@Schema(description = "触及的红线类型")
|
||||
private String redLineType;
|
||||
|
||||
@Schema(description = "触及的红线的子类型")
|
||||
private String redLineSubtype;
|
||||
|
||||
@Schema(description = "检查时使用的阈值(数值、比例或规则描述等)")
|
||||
private String checkThreshold;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user