in dingtalk/php/src/jzcrm_1_0/Models/EditCustomerRequest/data.php [311:460]
public function toMap()
{
$res = [];
if (null !== $this->dataUserid) {
$res['data_userid'] = $this->dataUserid;
}
if (null !== $this->khAddress) {
$res['kh_address'] = $this->khAddress;
}
if (null !== $this->khAppellation) {
$res['kh_appellation'] = $this->khAppellation;
}
if (null !== $this->khBefontof) {
$res['kh_befontof'] = $this->khBefontof;
}
if (null !== $this->khBillinfo) {
$res['kh_billinfo'] = $this->khBillinfo;
}
if (null !== $this->khCity) {
$res['kh_city'] = $this->khCity;
}
if (null !== $this->khClass) {
$res['kh_class'] = $this->khClass;
}
if (null !== $this->khCoaddress) {
$res['kh_coaddress'] = $this->khCoaddress;
}
if (null !== $this->khContype) {
$res['kh_contype'] = $this->khContype;
}
if (null !== $this->khCountry) {
$res['kh_country'] = $this->khCountry;
}
if (null !== $this->khCreditgrade) {
$res['kh_creditgrade'] = $this->khCreditgrade;
}
if (null !== $this->khCtnumber) {
$res['kh_ctnumber'] = $this->khCtnumber;
}
if (null !== $this->khCttype) {
$res['kh_cttype'] = $this->khCttype;
}
if (null !== $this->khDepartment) {
$res['kh_department'] = $this->khDepartment;
}
if (null !== $this->khDingtalk) {
$res['kh_dingtalk'] = $this->khDingtalk;
}
if (null !== $this->khEmail) {
$res['kh_email'] = $this->khEmail;
}
if (null !== $this->khEmployees) {
$res['kh_employees'] = $this->khEmployees;
}
if (null !== $this->khFax) {
$res['kh_fax'] = $this->khFax;
}
if (null !== $this->khFrom) {
$res['kh_from'] = $this->khFrom;
}
if (null !== $this->khHandset) {
$res['kh_handset'] = $this->khHandset;
}
if (null !== $this->khHeadship) {
$res['kh_headship'] = $this->khHeadship;
}
if (null !== $this->khHotfl) {
$res['kh_hotfl'] = $this->khHotfl;
}
if (null !== $this->khHotlevel) {
$res['kh_hotlevel'] = $this->khHotlevel;
}
if (null !== $this->khHotmemo) {
$res['kh_hotmemo'] = $this->khHotmemo;
}
if (null !== $this->khHottype) {
$res['kh_hottype'] = $this->khHottype;
}
if (null !== $this->khIndustry) {
$res['kh_industry'] = $this->khIndustry;
}
if (null !== $this->khInfo) {
$res['kh_info'] = $this->khInfo;
}
if (null !== $this->khJibie) {
$res['kh_jibie'] = $this->khJibie;
}
if (null !== $this->khName) {
$res['kh_name'] = $this->khName;
}
if (null !== $this->khPkhid) {
$res['kh_pkhid'] = $this->khPkhid;
}
if (null !== $this->khPreside) {
$res['kh_preside'] = $this->khPreside;
}
if (null !== $this->khProvince) {
$res['kh_province'] = $this->khProvince;
}
if (null !== $this->khPst) {
$res['kh_pst'] = $this->khPst;
}
if (null !== $this->khQq) {
$res['kh_qq'] = $this->khQq;
}
if (null !== $this->khRalagrade) {
$res['kh_ralagrade'] = $this->khRalagrade;
}
if (null !== $this->khRemark) {
$res['kh_remark'] = $this->khRemark;
}
if (null !== $this->khSex) {
$res['kh_sex'] = $this->khSex;
}
if (null !== $this->khShortname) {
$res['kh_shortname'] = $this->khShortname;
}
if (null !== $this->khSkype) {
$res['kh_skype'] = $this->khSkype;
}
if (null !== $this->khSn) {
$res['kh_sn'] = $this->khSn;
}
if (null !== $this->khStatus) {
$res['kh_status'] = $this->khStatus;
}
if (null !== $this->khTel) {
$res['kh_tel'] = $this->khTel;
}
if (null !== $this->khType) {
$res['kh_type'] = $this->khType;
}
if (null !== $this->khValrating) {
$res['kh_valrating'] = $this->khValrating;
}
if (null !== $this->khWangwang) {
$res['kh_wangwang'] = $this->khWangwang;
}
if (null !== $this->khWeb) {
$res['kh_web'] = $this->khWeb;
}
if (null !== $this->khWeixin) {
$res['kh_weixin'] = $this->khWeixin;
}
if (null !== $this->khWorktel) {
$res['kh_worktel'] = $this->khWorktel;
}
return $res;
}