Commit feb4af88 by 徐高华

订单

parent 2b1506c5
......@@ -72,6 +72,21 @@ public class OrderDetailItemVO implements Serializable {
*/
private Integer orderItemStatus;
/**0: 无售后
1:退款中
2、换货中
3、退款成功
4、换货成功 */
private int afterSalesStatus ;
public int getAfterSalesStatus() {
return afterSalesStatus;
}
public void setAfterSalesStatus(int afterSalesStatus) {
this.afterSalesStatus = afterSalesStatus;
}
public Integer getOrderItemStatus() {
return orderItemStatus;
}
......
......@@ -75,6 +75,21 @@ public class OrderListItemVO implements Serializable {
*/
private Integer orderItemStatus;
/**0: 无售后
1:退款中
2、换货中
3、退款成功
4、换货成功 */
private int afterSalesStatus ;
public int getAfterSalesStatus() {
return afterSalesStatus;
}
public void setAfterSalesStatus(int afterSalesStatus) {
this.afterSalesStatus = afterSalesStatus;
}
public Integer getOrderItemStatus() {
return orderItemStatus;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment