yys
maven
2025-12-12 d0eaee38a59ec4f2600bfec41b3db5f80500af32
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 {
}