liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTProductInfoResponse.java
@@ -10,7 +10,7 @@
 * 产品详情返回
 */
@Data
public class ZTProductInfoResponse implements Serializable {
public class ZTProductInfoResponse  extends ZTImageListResponse  implements Serializable {
    private String author;
    /**
     * 详情页轮播图列表(多视角图)
@@ -51,5 +51,6 @@
    private String type;
    private String video;
    private String intro;
    private Boolean isNew;
}