package com.oying.modules.pc.product.domain.dto; public class ProductImageCreateRequest { private Long uploadId; private Integer type; }