public class CreateCodeBatchRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCodeBatchRequest() | 
| CreateCodeBatchRequest(CreateCodeBatchRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBatchCode()Get 批次编号,业务字段不判断唯一性 | 
| String | getBatchId()Get 批次ID,留空时系统自动生成 | 
| Long | getBatchType()Get 批次类型 0:溯源 1:营销 | 
| String | getCloneId()Get 克隆批次ID,同时会复制溯源信息 | 
| Long | getCorpId()Get 企业ID | 
| String | getMerchantId()Get 商户ID | 
| String | getMpTpl()Get 模板ID,或者活动ID | 
| String | getProductId()Get 产品ID | 
| String | getProductionDate()Get 生产日期 | 
| String | getRemark()Get 备注 | 
| String | getValidDate()Get 有效期 | 
| void | setBatchCode(String BatchCode)Set 批次编号,业务字段不判断唯一性 | 
| void | setBatchId(String BatchId)Set 批次ID,留空时系统自动生成 | 
| void | setBatchType(Long BatchType)Set 批次类型 0:溯源 1:营销 | 
| void | setCloneId(String CloneId)Set 克隆批次ID,同时会复制溯源信息 | 
| void | setCorpId(Long CorpId)Set 企业ID | 
| void | setMerchantId(String MerchantId)Set 商户ID | 
| void | setMpTpl(String MpTpl)Set 模板ID,或者活动ID | 
| void | setProductId(String ProductId)Set 产品ID | 
| void | setProductionDate(String ProductionDate)Set 生产日期 | 
| void | setRemark(String Remark)Set 备注 | 
| void | setValidDate(String ValidDate)Set 有效期 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateCodeBatchRequest()
public CreateCodeBatchRequest(CreateCodeBatchRequest source)
public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId - 企业IDpublic String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId - 商户IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic Long getBatchType()
public void setBatchType(Long BatchType)
BatchType - 批次类型 0:溯源 1:营销public String getBatchId()
public void setBatchId(String BatchId)
BatchId - 批次ID,留空时系统自动生成public String getRemark()
public void setRemark(String Remark)
Remark - 备注public String getMpTpl()
public void setMpTpl(String MpTpl)
MpTpl - 模板ID,或者活动IDpublic String getCloneId()
public void setCloneId(String CloneId)
CloneId - 克隆批次ID,同时会复制溯源信息public String getBatchCode()
public void setBatchCode(String BatchCode)
BatchCode - 批次编号,业务字段不判断唯一性public String getValidDate()
public void setValidDate(String ValidDate)
ValidDate - 有效期public String getProductionDate()
public void setProductionDate(String ProductionDate)
ProductionDate - 生产日期Copyright © 2025. All rights reserved.