Skip to content

Commit

Permalink
项目支持关联运营产品和根据运营产品搜索 #9636
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 3, 2023
1 parent f227da5 commit 7a3c5de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import io.swagger.annotations.ApiModelProperty
@ApiModel("OBS运营产品结果")
data class ObsOperationalProductResult(
@ApiModelProperty("运营产品")
val data : List<OperationalProductVO>
val data: List<OperationalProductVO>
)

0 comments on commit 7a3c5de

Please sign in to comment.