|
|
@ -55,6 +55,12 @@ public class ContentDefinitionEntity extends TenantEntity implements Serializabl |
|
|
|
@ApiModelProperty(value = "检测类型子类(多组)") |
|
|
|
@ApiModelProperty(value = "检测类型子类(多组)") |
|
|
|
private String multiCheckTypeSon; |
|
|
|
private String multiCheckTypeSon; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* ai识别分析方式,设备或大模型 |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@ApiModelProperty(value = "ai识别分析方式,设备或大模型") |
|
|
|
|
|
|
|
private String analyserType; |
|
|
|
|
|
|
|
|
|
|
|
// @JsonSerialize(nullsUsing = NullSerializer.class)
|
|
|
|
// @JsonSerialize(nullsUsing = NullSerializer.class)
|
|
|
|
// @ApiModelProperty(value = "表针识别,表盘ID")
|
|
|
|
// @ApiModelProperty(value = "表针识别,表盘ID")
|
|
|
|
// private Long clockId;
|
|
|
|
// private Long clockId;
|
|
|
|