|
@@ -112,6 +112,10 @@ public class OaPurchaseRespVO {
|
|
|
@Schema(description = "采购流程信息子表列表")
|
|
|
private List<OaPurchaseObjDO> oaPurchaseObjs;
|
|
|
|
|
|
+ @Schema(description = "备注")
|
|
|
+ // @ExcelProperty("备注")
|
|
|
+ private String remarks;
|
|
|
+
|
|
|
@Schema(description = "附件列表")
|
|
|
private List<FileDTO> fileList;
|
|
|
|