public class ApiSetIndustryReq
extends cn.net.wanmo.common.send.BaseReq
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
industryId1
是 公众号模板消息所属行业编号
|
private String |
industryId2
是 公众号模板消息所属行业编号
|
| 构造器和说明 |
|---|
ApiSetIndustryReq() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIndustryId1() |
String |
getIndustryId2() |
void |
setIndustryId1(String industryId1) |
void |
setIndustryId2(String industryId2) |
String |
toJSONString() |
private String industryId1
private String industryId2
public String toJSONString()
toJSONString 在类中 cn.net.wanmo.common.send.BaseReqpublic String getIndustryId1()
public void setIndustryId1(String industryId1)
public String getIndustryId2()
public void setIndustryId2(String industryId2)
Copyright © 2024. All rights reserved.