src/main/java/com/ruoyi/basic/pojo/ProductModel.java @@ -26,4 +26,9 @@ * 规格型号 */ private String model; /** * 单位 */ private String unit; }