类 OrderCenterNumVo

java.lang.Object
com.iplatform.model.vo.OrderCenterNumVo
所有已实现的接口:
Serializable

public class OrderCenterNumVo extends Object implements Serializable
返回移动端的订单统计信息,我的界面中呈现。
作者:
时克英
另请参阅:
  • 构造器详细资料

    • OrderCenterNumVo

      public OrderCenterNumVo()
  • 方法详细资料

    • getAwaitPayCount

      public Integer getAwaitPayCount()
    • setAwaitPayCount

      public void setAwaitPayCount(Integer awaitPayCount)
    • getAwaitShippedCount

      public Integer getAwaitShippedCount()
    • setAwaitShippedCount

      public void setAwaitShippedCount(Integer awaitShippedCount)
    • getVerificationCount

      public Integer getVerificationCount()
    • setVerificationCount

      public void setVerificationCount(Integer verificationCount)
    • getReceiptCount

      public Integer getReceiptCount()
    • setReceiptCount

      public void setReceiptCount(Integer receiptCount)
    • getAwaitReplyCount

      public Integer getAwaitReplyCount()
    • setAwaitReplyCount

      public void setAwaitReplyCount(Integer awaitReplyCount)
    • getRefundCount

      public Integer getRefundCount()
    • setRefundCount

      public void setRefundCount(Integer refundCount)