chenrui
4 天以前 4afb279afec6c0a6684f88529d68057ad709b870
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 {
}