@@ -212,4 +212,13 @@ public class ProductInfo extends BasePo {
* 色卡号
*/
private String colorCardCode;
+ //-------------------------------------------
+ /**
+ * 出场价
+ */
+ private BigDecimal factoryPrice;
+ * 平铺价
+ private BigDecimal flatPrice;
}
@@ -39,7 +39,9 @@
pi.raw_material_id,
pi.prod_img_path,
pi.prod_file_path,
- pi.company_id
+ pi.company_id,
+ pi.flat_price,
+ pi.factory_price
FROM product_info pi
</sql>