|
|
@@ -17,7 +17,7 @@ import java.util.List;
|
|
|
where = "g.status = true and g.deleted = true")
|
|
|
public class YhShopGoodsView {
|
|
|
@DbField("g.id")
|
|
|
- private Long id;
|
|
|
+ private Long goodsId;
|
|
|
|
|
|
@DbField("g.title")
|
|
|
private String title;
|
|
|
@@ -38,6 +38,9 @@ public class YhShopGoodsView {
|
|
|
@SearchBean(tables = "goods_don_sku gs left join yh_shop_goods_rate ysgr on gs.id = ysgr.sku_id left join yh_shop_goods_sku ysgs on gs.id = ysgs.sku_id",
|
|
|
where = "gs.status = true ")
|
|
|
public static class YhShopGoodsSkuView{
|
|
|
+ @DbField("ysgs.id")
|
|
|
+ private Long id;
|
|
|
+
|
|
|
@DbField("gs.goods_id")
|
|
|
private Long goodsId;
|
|
|
@DbField("gs.id")
|