【数据资产】
1、查询数据资产信息
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -40,6 +40,9 @@ public class DemandPortalRSVO extends BaseVO { | ... | @@ -40,6 +40,9 @@ public class DemandPortalRSVO extends BaseVO { |
40 | @Schema(description = "最高预算") | 40 | @Schema(description = "最高预算") |
41 | private BigDecimal maxBudget; | 41 | private BigDecimal maxBudget; |
42 | 42 | ||
43 | @Schema(description = "数据价格") | ||
44 | private String costSource; | ||
45 | |||
43 | @Schema(description = "需求内容") | 46 | @Schema(description = "需求内容") |
44 | private String requirementContent; | 47 | private String requirementContent; |
45 | 48 | ... | ... |
-
Please register or sign in to post a comment