@@ -18,6 +18,9 @@ public class UserBusinessDefaultRateConfigView {
@DbField("uc.goods_id")
private Long goodsId;
+ @DbField("g.type")
+ private Integer type;
+
@DbField("g.title")
private String goodsTitle;