|
@@ -52,7 +52,10 @@ public class FaPlanRes implements Serializable {
|
|
|
@ApiModelProperty(value = "工作站及巡检内容")
|
|
|
private List<FirstArticleWorkshop> firstArticleWorkshopList;
|
|
|
|
|
|
- @ApiModelProperty(value = "文件信息")
|
|
|
- private FileEntry fileEntry;
|
|
|
+// @ApiModelProperty(value = "文件信息")
|
|
|
+// private FileEntry fileEntry;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "文件名")
|
|
|
+ private String fileNm;
|
|
|
|
|
|
}
|