|
@@ -83,10 +83,12 @@ public class FaultCase implements Serializable {
|
|
|
|
|
|
@ExcelProperty(value = "故障现象")
|
|
@ExcelProperty(value = "故障现象")
|
|
@Column(ignore = true)
|
|
@Column(ignore = true)
|
|
|
|
+ @IndexField(exist = false)
|
|
private String pContent;
|
|
private String pContent;
|
|
|
|
|
|
@ExcelProperty(value = "故障原因")
|
|
@ExcelProperty(value = "故障原因")
|
|
@Column(ignore = true)
|
|
@Column(ignore = true)
|
|
|
|
+ @IndexField(exist = false)
|
|
private String fContent;
|
|
private String fContent;
|
|
|
|
|
|
/**
|
|
/**
|