maven
2025-08-13 2d9eb8ce14f1cbfe2f22ec4144f6bed4a52322f9
1
2
3
4
5
6
7
8
package com.ruoyi.basic.dto;
 
import com.ruoyi.basic.pojo.ProductModel;
import lombok.Data;
 
@Data
public class ProductModelDto extends ProductModel {
}