@@ -133,5 +133,8 @@ public class ProductSpuSaveReqVO {
@Schema(description = "产品其他规则")
private ProductOtherRuleSaveReqVO productOtherRule;
+ @Schema(description = "游船列表")
+ private List<String> shipIds;
+
}