|
@@ -328,5 +328,10 @@ public class CmOrderProduct implements Serializable {
|
|
|
|
|
|
private Integer cancelNum;
|
|
private Integer cancelNum;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 启用阶梯价格标识 0否 1是
|
|
|
|
+ */
|
|
|
|
+ private Integer ladderPriceFlag;
|
|
|
|
+
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
}
|
|
}
|