value
2024-06-18 e514d3b363475831841e6240b35795eafebf3ef7
1
2
3
4
5
6
7
8
9
10
11
package com.yuanchu.mom.dto;
 
import lombok.Data;
 
@Data
public class ProductDto {
 
    private Integer id;
 
    private String name;
}