|
|
@@ -105,4 +105,15 @@ public class PcBladeClaim extends BaseEntity {
|
|
|
/** 轮胎数量 */
|
|
|
@TableField("tire_quantity")
|
|
|
private Integer tireQuantity;
|
|
|
+
|
|
|
+
|
|
|
+ /** 花纹 */
|
|
|
+ @TableField("brandItem")
|
|
|
+ private String brandItem;
|
|
|
+
|
|
|
+
|
|
|
+ /** 品牌 */
|
|
|
+ @TableField("brandName")
|
|
|
+ private String brandName;
|
|
|
+
|
|
|
}
|