1、增加方案的附件接收

This commit is contained in:
dxc
2021-10-19 15:55:16 +08:00
parent f50b048c5b
commit 13772687b0

View File

@ -359,4 +359,7 @@ public class ProjBaseInfoVO{
@ApiModelProperty(value = "供应商列表")
private List<ProjSuppRelVO> projSuppRelVOList;
@ApiModelProperty(value = "附件列表")
private List<BaseFileNoPageVO> baseFileNoPageVOList;
}