leomon
2025-06-04 927dc4953eb5fcea1249463b6f7cf2650616963e
1
2
3
4
5
6
7
8
9
package com.oying.modules.pc.product.domain.dto;
 
public class ProductImageCreateRequest {
 
    private Long uploadId;
 
    private Integer type;
 
}