public class KoubeiMerchantDepartmentShopModifyModel extends AlipayObject
| 构造器和说明 |
|---|
KoubeiMerchantDepartmentShopModifyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthCode() |
String |
getDeptId() |
String |
getDeptType() |
List<SimpleShopModel> |
getShopListToAdd() |
List<SimpleShopModel> |
getShopListToRemove() |
void |
setAuthCode(String authCode) |
void |
setDeptId(String deptId) |
void |
setDeptType(String deptType) |
void |
setShopListToAdd(List<SimpleShopModel> shopListToAdd) |
void |
setShopListToRemove(List<SimpleShopModel> shopListToRemove) |
public String getAuthCode()
public void setAuthCode(String authCode)
public String getDeptId()
public void setDeptId(String deptId)
public String getDeptType()
public void setDeptType(String deptType)
public List<SimpleShopModel> getShopListToAdd()
public void setShopListToAdd(List<SimpleShopModel> shopListToAdd)
public List<SimpleShopModel> getShopListToRemove()
public void setShopListToRemove(List<SimpleShopModel> shopListToRemove)
Copyright © 2020. All rights reserved.