551cbe60 by xiaojie

【数据资产】

1、查询数据资产信息
1 parent 107a9730
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!