|
@@ -212,4 +212,13 @@ public class ProductInfo extends BasePo {
|
|
* 色卡号
|
|
* 色卡号
|
|
*/
|
|
*/
|
|
private String colorCardCode;
|
|
private String colorCardCode;
|
|
|
|
+ //-------------------------------------------
|
|
|
|
+ /**
|
|
|
|
+ * 出场价
|
|
|
|
+ */
|
|
|
|
+ private BigDecimal factoryPrice;
|
|
|
|
+ /**
|
|
|
|
+ * 平铺价
|
|
|
|
+ */
|
|
|
|
+ private BigDecimal flatPrice;
|
|
}
|
|
}
|