ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java
@@ -39,18 +39,23 @@ @TableField("count_type") private String countType; /** 键值对应YwThreadConstants */ @Excel(name = "键值") @TableField("`key`") private String key; /** 阈值名 */ @Excel(name = "阈值名") @TableField("name") private String name; /** 工单阈值 */ @Excel(name = "工单阈值") /** 直接下发阈值 */ @Excel(name = "直接下发阈值") @TableField("value") private String value; /** 下发阈值 */ @Excel(name = "下发阈值") /** 待下发阈值 */ @Excel(name = "待下发阈值") @TableField("value_auto") private String valueAuto;