public class MaintainBizOrderServer extends AlipayObject
| 构造器和说明 |
|---|
MaintainBizOrderServer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOrderServerId() |
String |
getOriginCost() |
String |
getOutProductId() |
String |
getRealCost() |
Long |
getSaleNum() |
Long |
getServiceCategoryId() |
void |
setOrderServerId(String orderServerId) |
void |
setOriginCost(String originCost) |
void |
setOutProductId(String outProductId) |
void |
setRealCost(String realCost) |
void |
setSaleNum(Long saleNum) |
void |
setServiceCategoryId(Long serviceCategoryId) |
public String getOrderServerId()
public void setOrderServerId(String orderServerId)
public String getOriginCost()
public void setOriginCost(String originCost)
public String getOutProductId()
public void setOutProductId(String outProductId)
public String getRealCost()
public void setRealCost(String realCost)
public Long getSaleNum()
public void setSaleNum(Long saleNum)
public Long getServiceCategoryId()
public void setServiceCategoryId(Long serviceCategoryId)
Copyright © 2023. All rights reserved.